visual-studio-2008

where is the threads window in vs2008

谁都会走 提交于 2020-01-14 14:01:46
问题 I'm trying to find the threads window in VS 2008 described here and here, but I can't find it anywhere. I've looked in View and don't see anything remotely like this. This seems very useful. Thanks for any help EDIT: yes i am debugging EDIT: thanks, I found it! 回答1: You are debugging, right? It doesn't show up otherwise. Also, it may be docked along with some other window, so check that it's not embedded in a tab somewhere. And the menu is Debug->Windows->Threads. It lists a shortcut of Ctrl

where is the threads window in vs2008

微笑、不失礼 提交于 2020-01-14 14:01:25
问题 I'm trying to find the threads window in VS 2008 described here and here, but I can't find it anywhere. I've looked in View and don't see anything remotely like this. This seems very useful. Thanks for any help EDIT: yes i am debugging EDIT: thanks, I found it! 回答1: You are debugging, right? It doesn't show up otherwise. Also, it may be docked along with some other window, so check that it's not embedded in a tab somewhere. And the menu is Debug->Windows->Threads. It lists a shortcut of Ctrl

Turn off Intellisense in VS 2008 for a single project

倖福魔咒の 提交于 2020-01-14 13:14:41
问题 I have a project with about 1000 classes in it (no, there is no way to conveniently break this project into multiples). Just loading the project takes about 20 minutes as intellisense slowly chugs through all the classes, and eats almost 1gb of memory. Is there a way to turn off Intellisense for a single project, but keep it for all other projects in the solution? 回答1: What language is the project in? 1000 classes is quite a small project and should load in no more than 20 seconds. The

Turn off Intellisense in VS 2008 for a single project

点点圈 提交于 2020-01-14 13:14:25
问题 I have a project with about 1000 classes in it (no, there is no way to conveniently break this project into multiples). Just loading the project takes about 20 minutes as intellisense slowly chugs through all the classes, and eats almost 1gb of memory. Is there a way to turn off Intellisense for a single project, but keep it for all other projects in the solution? 回答1: What language is the project in? 1000 classes is quite a small project and should load in no more than 20 seconds. The

Turn off Intellisense in VS 2008 for a single project

一个人想着一个人 提交于 2020-01-14 13:13:32
问题 I have a project with about 1000 classes in it (no, there is no way to conveniently break this project into multiples). Just loading the project takes about 20 minutes as intellisense slowly chugs through all the classes, and eats almost 1gb of memory. Is there a way to turn off Intellisense for a single project, but keep it for all other projects in the solution? 回答1: What language is the project in? 1000 classes is quite a small project and should load in no more than 20 seconds. The

Visual Studio 2008 crashes when I open a JavaScript file?

萝らか妹 提交于 2020-01-14 09:35:35
问题 Visual Studio Team system 2008 crashes without any error messages whenever I try to open a specific JavaScript file. I found this thread on social.msdn but installing the KB958502 hotfix didn't fix the problem. Has anyone else experienced this and solved it? 回答1: Do you have PowerCommands for Visual Studio 2008 installed? If so, check this post for help: FIX: PowerCommands for Visual Studio 2008 Crashes IDE The exact same thing happened to me when I was opening some JavaScript files. 回答2:

Installing a font on a client machine

。_饼干妹妹 提交于 2020-01-14 08:43:07
问题 I'm using Visual Studio 2008 and the built-in installation tools for a C# client application. How can I use this installer to install a font on the client machine (if it's not already there)? 回答1: In VS2005 (so I assume 2008 as well), right click on the File System on Target Machine, Add Special Folder -> Fonts Folder, then place your font file there. 回答2: For me, Timothy Carter had the answer mostly right: "right click on the File System on Target Machine, Add Special Folder -> Fonts Folder,

Installing a font on a client machine

馋奶兔 提交于 2020-01-14 08:42:09
问题 I'm using Visual Studio 2008 and the built-in installation tools for a C# client application. How can I use this installer to install a font on the client machine (if it's not already there)? 回答1: In VS2005 (so I assume 2008 as well), right click on the File System on Target Machine, Add Special Folder -> Fonts Folder, then place your font file there. 回答2: For me, Timothy Carter had the answer mostly right: "right click on the File System on Target Machine, Add Special Folder -> Fonts Folder,

How to fix compiler errors in SAPI 5.1 Header Files

僤鯓⒐⒋嵵緔 提交于 2020-01-14 05:14:18
问题 I got a lot of errors from SAPI 5.1 provided header files and cannot figure out how to fix those problems. Following is a simple Text to Speech program from Microsoft’s How to Video Presentation. The presenter said, if you have installed the most updated packages, you will have no problem compile this program. But he is using Video Studio 2005; apparently the “most updated” refers a few years ago when the presentation was given. I think these errors are caused version miss match. I am using

Change login for report deployment

别等时光非礼了梦想. 提交于 2020-01-14 05:08:25
问题 I'm trying to deploy a report to one of my servers but I get an error stating The permissions granted to user 'User A' are insufficient for performing this operation . However, I am logged into the machine as User B who does have access to deploy the report. How can I force BIDS to prompt me again for login so that I can login as User B instead of User A? 回答1: I was able to solve this issue by going to "Control Panel -> Credential Manager" and then deleting the Windows Credentials associated