Questions tagged as 'visual-studio-2013'

1
answer

Visual error studio 2013

I just migrated a visual project from 2010 to 2013, and checking if everything was fine, I miss this error:    Unhandled exception of type 'System.BadImageFormatException' in   System.Windows.Forms.dll       Additional information: Unable to...
asked by 05.06.2017 / 09:36
1
answer

Does not register SQL form data with Visual Studio 2013 [closed]

I have a database SQL server 2008 and VS 2013. I have tried to register information in a database and everything works correctly. At one point I changed the connection to another base in the same ip and now no data is recorded. W...
asked by 19.01.2016 / 15:55
1
answer

Run javascript function before executing a server function

I have a web page in C # ASP that when I press a button, it passes me to another page by calling a server method with onServerClick. I need to run a javascript on the page before executing the server method or that the screen does not refresh wh...
asked by 04.10.2018 / 09:55
1
answer

How to use Node.js in asp.net MVC using Visual Studio?

I currently have a project created asp.net MVC in C # and I wanted to add code from Node.js. Download the Node.js from the package nuget and install it by creating a .bin folder containing node.cmd in the project I have the following code...
asked by 10.09.2018 / 20:36
1
answer

How can I change a comma separator by tab delimiter [duplicated]

I have a .csv file which the client first asked me to change the separator commas by vertical bars "|" Now they are asking me to change it by tab delimiter but I can not do it. I have searched for several options but I can not find anything...
asked by 27.02.2018 / 19:05
2
answers

Separate strings in SQL

I have a problem and I hope you can help me. My problem is that I have to include in an SQL view (that I will later send in visual studio 2013) the fields "city" and "state" but in the source table the data comes in the same column and abbrev...
asked by 19.01.2018 / 16:52
2
answers

SQL Network Interfaces, error: 26 when wanting to run a query from a WEB page

Greetings. I have been investigating the following error that appears to me when running a web page that I am programming in VS2013    Server error in the application '/'.       Error related to the network or specific to the instance whil...
asked by 28.11.2017 / 01:02
1
answer

Add dll reference from one project to another visual studio 2013 c #

I have a solution with 6 projects. Web mvc Web services Business DAL Entities Infrastructure The infrastructure one has added a dll in several others of System.Web.Mvc Business uses infrastructure therefore has the dll as a reference. In the...
asked by 20.09.2017 / 23:43
2
answers

Problem with FileStream in C # (Access denied to the path)

Buen día tengan ustedes. I have the following problem, I use Visual Studio 2013, I have created a system where the basic operations are done (search, delete, enter), linked to a database created in SQL SERVER 2008. The problem is when I trie...
asked by 23.02.2017 / 18:50
1
answer

C # - Error Basic Authentication WebServices REST and POST method

I am currently working with NetFramework 4.0 and also assigning basic authorization and I must use the following Dll System.Web.Http.Cors but I do not locate it or in the package manager of Visual Studio 2012. The class that authentica...
asked by 22.01.2017 / 22:03