How do I increase time of documentation shown when using intellisense?
Hi there I was wondering if someone could tell me how to increase the time that the help documentation is shown when using intellisense.For example say I type the following:string id =...
View ArticleCreate a simple Console Application in Visual C++2010
The program I want to recompile under Visual C++ 2010 Express processes hex records to prep for input to a prom burner. It was written in the mid-90's in visual C 1.52, and is a very simple program...
View ArticleExports Projects
Im changing my laptop so i wanted to export all my projects/solution I made in VS2010 to a flash drive.Is there any native option that allows me to do that ?
View ArticleMemory Management Difference between VS 2005 and VS 2012
We have a project which is compiled as a dll and actually there is some memory leak in this dll source code. Originally we build this dll with VS 2005If a program loads this dll (compiled by VS 2005),...
View Articlepostbackup does not works after using HttpUtility.HtmlDecode
HelloI have strange problem After using function HttpUtility.HtmlDecode (see code below) my site stops to works .It works only at first time then I call function ,but in the second time the page is...
View ArticleError_8 - Unable to copy file "obj\Debug\xxx.exe" to "bin\Debug\xxx.exe"....
Hello,Just installed a fresh copy of 2012 Studio Express and i'm experiencing following error when I try to recompile my basic C# app:Error 8 - Unable to copy file "obj\Debug\xxx.exe" to...
View ArticleThe specified module could not be found exception from hresult:0x8007007E
When I open server explorer in vs2010 and try to open table or drag a table definition or show table data, I got an error "The specified module could not be found exception from...
View Articlevisual studio 2012 hangs while preparing solution
I am loading a large VS 2010 solution that we are not ready to convert forward yet. This wasn't a problem and the solution loaded fine until yesterday midday. I loaded a solution that had worked...
View ArticlePowershell code not working
I done a get-vmswitch and a remove-vmswitch example, but I cannot get the result for the remove-vmswitch where no error occured.Here my code.private void getnetadapter_Click(object sender, EventArgs e)...
View ArticleOld code cached
I have one computer which experiencing some weird issues when running VS 2012. My laptop is OK, But the desktop has problems. About every 5 - 10 times I initiate a debug session Javascript and CSS...
View ArticleVS2012 when editing expression left arrow fail
I recently start using VS2012 and get very frustrated by a odd problem which didn't occur in 2010. If you right click on any text box in a SSRS report (editing in VS), click expression and click on any...
View ArticleEncoding Prompt
Hi,Whenever I open a file in VS 2010 it keeps asking for me to select an encoding, I select Auto Detect and the same prompt comes up whenver I open the file again. How to make it go away?Thank...
View ArticleVisual Studio 2012 It's not declared. It may be inaccessible due to its...
Hello guys.I'm facing a problem with Visual Studio 2012 and watch window when debugging my application.When debugging my application, using attach to process I'm unable to see variable values in watch...
View Articlecannot view code for vb (window forms application)
Good day,I'm facing problem when viewing code. The error display as such(No EditorOptionDefinition export given option name:TextView/UseVirtualSpace Parameter name: optionId )What does this mean by? I...
View ArticleHow to unbind project in Visual Studio 2012 (from TFS2012)
Hi,I need to unbind project in VS2012 from TFS2012 to send it to another company. I cannot find the "Unbind" menu in Source Control menu. Hoe to unbind the project?Thank youMartin
View ArticlePrevent VS from "hunting" for referenced assemblies
Is there a way to prevent VS from trying to find referenced assemblies all over?Example:- Version A of my project references version X of a third party assembly. I check in, build server is happy and...
View ArticleRequest.ServerVariables("LOGON_USER") Returns Empty String in My Project
In an ASP.NET 3.5 project built with VB.NET and run in Visual Studio 2008, the following snippet of code pulls my login name:Dim EmployeeLogin As String = Request.ServerVariables("LOGON_USER") In my...
View Articlex64 C++ DLL called from x64 Managed Code Problem
I have a x64-bit managed project that calls into an x64 bit C++ DLL. This worked good in Visual Studio 2010. However if I upgrade the C++ project to Visual Studio 2012 I can no longer call the x64-bit...
View ArticleAlter line height of source code.
Is there a way to alter the line height of the source code editor?
View ArticleI need hel displaying the login name on a text box
I have a members website where they can create their own logon. when the user logs in the login name displays in the header of the page. this is what that codes look like:<span...
View Article