I'm developing an application which I want to publish frequently using the Release build configuration, but obviously I want to use the Debug build configuration whilst developing the applicat...
Anyone knows how to restore the intellisense in VS? I lost mine and it only work when I correctly type the first word and then type the point.
I see w3wp.exe listed in the list of processes that I can attach to, but it's grayed out for some reason. I'm running a user with Administrator rights to my system. Any ideas?
Hello Experts -
Perhaps you could tell me how to arrange the Solution Explorer on top of the Properties Window. Somehow the two got separated and I can't seem to get them back together agai...
Do application .exe which coded under different IDE (other than .NET framework) work successfully without in need of .NET Framework?
If i work hard and code under VS.NET, then some users wi...
I have a two part question. If I am trying to access a non shared drive on a server such as
\\server\c$
What is this called (the c$). Also it would appear that I can't programatically create...
I am publishing a website to a network share our our internal network. This issue I am having is that there is a folder in the website that is filled with subfolders and files. It is not pa...
Hi,
I have custom objects that I am developing in my own Visual Studio DSL project. One of these objects has a property that is a UNC file location. In runtime mode, when a file is select...
In the attached image, how do I read what Intellisense is displaying--that is, what is meant by "void (IAsyncResult) target"?
I am using Visual Studio 2008 and the Query Builder to create a tableadapter. I checked my query with the Query Builder, its a Sybase database, and it works fine. When I get to the end of my t...
Experts,
When I try to run my C# web app in VIsual Studio 2008, I get the following error:
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond a...
I know you would never want to do this in a live environment. But I just want to see the value of my ConnectionString on a test page. I'm a newbie to ASPX and have several versions of an old...
Hello Experts,
When testing my application in debug mode I have recently begin to get a lot of messages in the immediate window that read:
CHPXmlParserCommon Entered
~CHPXmlPars...
Experts,
When I open an existing web project in VIsual Studjio 2008, I see a little (2) next to the solution name in the Solution Explorer. If I work a bit and save everything, sure enough...
I would like to create a file when the application opens. I would like it to be on the form load event. I tried using the snippet below. However, the file never seems to get created. Is it jus...
Somehow I have added a reference to my Visual Studio project that generates the attached error.
How do I get rid of the reference?
Thanks, Ken
I'm presently working with a huge HTML page. It would be nice to hop from one key location to another using bookmarks (much like the Word bookmarks). Does VS offer this type of functionality?
Experts,
I have these leading dots in my source files in my C# project. I don't know how they got there and don't know how to get rid of them. Ideas? It looks like this:
................
sorry for the "not so great" question title, I had no idea what to call this.
This seems like a basic easy to do task, but I'm having difficulty.
Basically I have 4 projects in a solutio...
I'm wondering what are the benefits to having multiple projects under one solution. I'm have a web application project that I'm working on where i have several "web sites".. such as the actua...
Does anyone know how to change the activation of snippets to not use the <Tab> key? I have been changing the shortcuts but prefer to change the way snippets are called on. Thanks in advance, b...
hi, i have a list box populated manually with 4 items say A B C and D. these are the colomn names of a grid which will be sorted upon the user selection in the listbox.When i double click part...
We have Visual Studio 2008 and are creating a site in ASP.NET. The problem is that the service provider only has version 1 of the .NET.
How would I use Visual Studio 2008 and work with the ...