Questions tagged as 'visual-studio'

1
answer

Set visual studio code to show the opening and closing of html tags

I have a problem, visual code does not show me the opening and closing of labels, every single click only marks all the labels with the same name, but does not show the opening and closing of a certain label ...     
asked by 25.12.2017 / 22:22
1
answer

What is the difference between ASP.NET Web Site and Web Application in Visual Studio?

I need to do a project in asp.net with web forms , I'm really new in asp.net and when creating the project I have seen tutorials in which they use the two variants or create a WebSite or create a WebApplication ....
asked by 29.07.2017 / 16:30
1
answer

Error executing code with ListView, SelectedItems

I have an application which consumes several web services. What I'm trying to do is once this service is called, which should give me a list of project names, I'd like to add them to a ListView and that the user can choose which projec...
asked by 10.10.2016 / 17:21
1
answer

Error downloading the AiAT SiiFactFEV1SOAP web service

I try to add to a new project in Visual Studio 2017 a reference to the Web Service of Immediate Information Supply (SII) of the Spanish Tax Agency (AEAT) with the test environment URL. From the solution explorer, I select the project, context...
asked by 09.04.2017 / 09:44
2
answers

Generate a wait in browser with C #

I am trying to automate a web page using the gecko engine, it is similar to the webBrowser that has Visual Studio incorporated. I'm using the event navegador.DocumentCompleted += (senderx, ex)=> To wait for the page to be completed, I am...
asked by 25.07.2016 / 16:51
2
answers

ASP.NET MVC5 How can I create a CRUD for the AspNetUsers table

How can I create a CRUD for the AspNetUsers table, creating a MVC 5 controller with views using Entity Framework This is the structure of the table: AspNetUsers This is the Model: IdentityModels namespace Portal.Models { publi...
asked by 04.05.2016 / 02:03
1
answer

Error when deserializing JSON string in Object Class?

On my server I do this: [HttpGet] public string GetSeleccionarTodasFilasTabla(string NombreTabla, string Version) { string resultado = string.Empty; Engine.EngineDb FuncionDb = new Engine.EngineDb();...
asked by 22.11.2018 / 14:03
1
answer

Help with windows forms tool

What happens is that I must do a minesweeper of 300 squares, but I do not know with which tool to create the frame, could someone please tell me which tool will be useful to put the random code and that the game works for me? ? Thanks     
asked by 14.04.2017 / 18:33
1
answer

A frame layout that shows exactly the same as the other

I mean to show it in the following way: Mainlayout2.addView(Mainlayout); Take into account that the view of the camera was added at the first sight in real time ... My goal in itself is to find a way to show in another framelayout...
asked by 22.06.2016 / 09:04
1
answer

Save MATLAB function graph through Visual Studio?

Hello, is there any way to save a graphic that is in MATLAB, save it in a specific path through Visual Studio? Try doing it if: PictureBox1.Load(Matlab.Execute("ezplot('x^2',[-2,2]) ")) But the MATLAB window skips but it is shown in the...
asked by 03.05.2016 / 16:33