0
votes
Tracking down intermittent ‘Object reference not set to an instance of an object.’ error on build
Just to clarify, is it the compiler itself that is choking? Are you doing anything weird with #define and #if directives in your code? Maybe something is being done out of order at some point... Ju …
0
votes
Drag and drop .cs files not using “Add As Link” in Visual Studio
This is sort of a side comment, but if you do what I think you're asking, you'll have to be careful about the story around source control: I think that if the files don't exist in your workspace / …
3
votes
What are your favorite, but less obvious, Visual Studio 2008 tips and tricks?
I'd recommend you check out the Webcast for session TL46 from PDC 2008: Microsoft Visual C# IDE: Tips and Tricks. The speaker points out some non-obvious things, and also talks about the free, rece …
0
votes
How to add WCF service reference in Visual Studio 2005?
In this case, I think your best bet is probably to provide the already-generated proxy class(es) to the client.
…
1
vote
How do I make the Enter key on intellisense when typeing in VB react the same way as in C# in Visual Studio?
I know that this doesn't really answer your question, but intellisense is designed to work so that you just push the "next" character to choose the highlighted item (such as open parenthesis, perio …
