Questions tagged as 'visual-studio'

0
answers

How to put markers on the x-axis of a chart line C #

I would like to know how to leave markers (such as a ball) on X-axes at each point in the chart. Currently the graphic looks like this: Iwantedeverymonthtohaveaballpointnodecorrespondingtothevalueandnotthattherewasonlyoneline,Iwouldlikeittol...
asked by 21.05.2016 / 19:04
2
answers

Error when trying to change cursor during algorithm C #

Hello, I'm developing C # software to help digitize old photos, and in the middle of one of the algorithms to process the images, I want the cursor to switch to loading mode so the user knows when the system is processing. > What I did was ins...
asked by 17.03.2016 / 22:20
0
answers

Visual Studio does not compile for Windows Phone 8

I am facing a problem with Visual Studio 2013 Update 4 , when trying to compile a project for Windows Phone 8, it has the following error:    The "CompileXaml" task failed   unexpectedly.System.IO.FileNotFoundException: Could not load file o...
asked by 20.11.2015 / 04:47
1
answer

blocked by software restriction policies?

Has anyone ever encountered this message when opening Visual Sdudio ??    \ packages \ EntityFramework.5.0.0 \ tools \ init.ps1   can not be loaded because its operation is blocked by software restriction policies, such as those created by us...
asked by 09.10.2015 / 20:43
0
answers

Smart Screen blocks my application

When publishing an application with Visual Studio using ClickOnce In Windows 7, when installing or upgrading, the Security Warning is displayed below which is not a problem, but it bothers. AlreadyinWindows8.0(andinlaterversions,Ibelieve)isc...
asked by 01.10.2015 / 18:13
0
answers

Layout does not appear when program is run [closed]

I'm testing a code and I put button and picture box into windows form , but when I execute it, the button and picture box that I put is not displayed. I checked and the Visible property is as true ....
asked by 12.06.2015 / 20:19
2
answers

HttpPost action returning null values

I'm developing a web (intranet) system for handling requests in ASP.NET MVC 4 C #. Below are my MVC where I have questions. I'm having a hard time with the HttpPost of a Tipada View, which is returning null value for the "REQUEST" property of th...
asked by 29.05.2015 / 22:52
1
answer

Bower in Visual Studio 2015

I downloaded Visual Studio 2015 Community and went to test to see if everything was OK. But it is not, when I create an ASP.NET MVC 5 web project, the bower.json file does not 'offer' Intellisense as it shows in some tutorials. Anyone have any i...
asked by 09.10.2015 / 06:33
0
answers

Shared variable in the same section - Crystal Reports

Is there a way to use Shared Var in the same section of the Main Report where the Sub Report is?     
asked by 26.02.2015 / 15:56
1
answer

Error trying to update data in Asp.Net application MVC - db.Entry (ladA) .State = EntityState.Modified

I'm having problems at the time of editing, more specifically in the line below, db.Entry (ladA) .State = EntityState.Modified; db.SaveChanges (); The update that precedes the above lines usually occurs, where I indicate below....
asked by 10.06.2018 / 01:10