Search Results

1
vote

Automatically incremented revision # doesn’t show up in the About Box.

Change the code for the About box to Me.LabelVersion.Text = String.Format("Version {0}", My.Application.Deployment.CurrentVersion.ToString) Please note that all t …
0
votes

Creating Visual Studio templates under the “Windows” catagory.

Categorization of templates depends on settings (for example, if you choose "C#" settings, all of a sudden all other languages move to an "other languages" tree). What folder is your templa …
1
vote

Visual Studio Error: The “GenerateResource” task failed unexpectedly.

From http://forums.msdn.microsoft.com/en-US/clr/thread/5154ef26-ccfe-44d5-a322-6804b …
0
votes

VS.NET Application Diagrams

Yes, and no, it's not very useful in my opinion. It's not very stable, it's easy to get out of sync, and the "look how fast I generate this" advantage is virtually nil when compared to more mundane …
0
votes

Do you have any tips to improve resharper and/or visual studio performance ?

I'm having the exact same issue, and from the JetBrains site, it looks like they sort-of know about it but aren't admitting anything. Turning off solution-wide analysis does seem to help quite a bi …
0
votes

Visual Studio “Start Debugging” vs. “Attach to Process”

As far as I know, only the hosting process. Have you tried disabling it as per here? …
2
votes

How to change the default visual studio configurations?

Odds are you'll have to start tinkering with the files in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates But I don't see a supported way of doing th …