Search Results

3
votes

How do you customize the copy/paste behavior in Visual Studio 2008?

Go into Tools > Options > Text Editor > HTML > Miscellaneous and uncheck "Auto ID elements on paste in Source view" …
2
votes

Autogeneration of a DataContext designer file when using SqlMetal and Visual Studio

The designer.cs file is normally maintained automatically as you make changes to the DBML within Visual Studio. If VS isn't running when you recreate the DBML it may not know. Check that th …
1
vote

Visual Studio 2008 crashes horribly

Visual Studio 2008 is just an application, no application should be able to cause your machine to reboot like that. What can cause your machine to reboot like that is drivers and hardware.. …
0
votes

Why does visual studio ask give option to discard in-memory changes?

The easiest way to prevent this happening is not to start modifying the code before you check-out the file. …
1
vote

Is it possible to extend Visual Studio Linq-to-Sql designer to support geometry types?

Even if you made the designer support it the runtime won't. …