Visual Studio is an integrated development environment (IDE) from Microsoft.

learn more… | top users | synonyms (2)

1
vote
0answers
9 views

app.config and Entity Framework for remote connection

I have a connection string to a local database which works ok. <connectionStrings> <add name="Entities" connectionString="metadata=res://*/RNADataModel.csdl| ...
0
votes
0answers
39 views

Code disappears in vs2010 [migrated]

I was writing the c# code in vs2010, suddenly the light went out. When I restarted my system and opened my project in vs2010 and opened my class (.cs) file, a blank notepad window appear and nothing ...
1
vote
0answers
4 views

Event Tracing for Windows(ETW): wevtutil erratic behaviour based on resource's file path

Alright, I asked this question on microsoft forums and was surprised by their action. This is the question ...
0
votes
0answers
19 views

How to debug an application on a different network location using Visual Studio 2010?

I have a Server on the Internet which run a web application, I would like to know if it is possible to use Visual Studio from my local machine to connect to that Server and debug some code, using ...
0
votes
1answer
7 views

Error 24 Username and/or password invalid

I have two instances of IBM Informix Database on a HP-UX UNIX box. One instance is for test and the other instance is our live database. The test instance is a copy of the live instance and the ...
0
votes
0answers
11 views

Construct an array or list to hold SharePoint List data in a Visual Studio 2010 Workflow for SharePoint 2010

My specific problem at present is how to declare and construct an array inside the workflow environment. As such my code container requires my code to be contained in these headers: private void ...
0
votes
1answer
42 views

The function name does not exist in current context

The following Windows service code is trying to call the copyej() method, which will complete the required task, but when I am calling this function in my timer it throws out the following error : ...
0
votes
1answer
14 views

Visual Studio Output Window does not update

The output window in Visual Studio does not seem to be updating. When I manually switch the "Show output from" to any other option, then back to "Debug" it refreshes but otherwise, it does not refresh ...
1
vote
0answers
24 views

Event Handling in Visual Basic using a graphical interface

At the moment I'm introducing myself into the language Visual Basic, using the Visual Studio 2010 as an IDE. I want to create a graphical application and therefore using the MVC pattern to implement ...
0
votes
0answers
4 views

my pc get restart after debug session complete in vs2010

why my PC get restart after running the compiled program from vs2010 IDE? normally it runs fine. but when ever I add the function of using camera from opencv library {although it can't display image ...
0
votes
0answers
15 views

How to reload form without closing it?Visual Basic

I need to make my form reloads after certain events. Actually what I want is to run code that in load event handler. This can be done by simply hiding this and opening new form, but this causes other ...
0
votes
0answers
4 views

IntelliTrace with VSTO?

I have a VSTO Word add-in that is built with Visual Studio 2010, in C# targeting the .NET 4.0 framework. I have Visual Studio Ultimate 2010. I also have a bug that no one in QA for the life of them ...
0
votes
2answers
10 views

result comes out from a webmethod used in another webmethod in ASP.Net Web Services

I have two Problem related with Web Services by using visual studio.. [WebMethod(Description = "Matrix")] public decimal[] matrixMethod(decimal num1, decimal num2, decimal num3, decimal num4, decimal ...
0
votes
0answers
23 views

Can't log in to TFS (Team Foundation Service) using my Microsoft account

When I try to log in to TFS (Team Foundation Service) it's redirecting back me to the login interface again and again but others are able to access using their accounts through my computer. My ...
-6
votes
0answers
42 views

saving youtube videos into a local database [closed]

In my WinForm using Visual Studio 2010, im trying to create a local database to save youtube videos into it. currently my codes are: string[] delimiter = { Environment.NewLine }; ...

1 2 3 4 5 2298
15 30 50 per page