Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
6answers
7k views

What causes Visual Studio 2008 SP1 to crash when switch to Design View of a WPF application

After developing a WPF application without Source Control, I decided to add the solution to TFS. After doing so whenever I opened the main window.xaml file in Design View Visual Studio would ...
0
votes
1answer
31 views

Visual Studio 2010 PowerCommands extension missing in options dialog

I downloaded and installed the PowerCommands.vsix extension for Visual Studio 2010. But then, under Tools->Options there is no entry for the extension. Visual Studio says that it is correctly ...
0
votes
1answer
577 views

Using powercfg to duplicate the currently active power scheme

I need to run a batch file, with a series of powercfg commands to duplicate the currently active scheme and rename it. Manually, I would do something like this at the command prompt. powercfg ...