0
votes
1answer
63 views

Visual Studio 2010 toolbox empty when run in XPSP3 Compatibility Mode in Win 7?

I have found that the only way to get a non-empty toolbox in the Visual Studio 2010 designer in Win 7 is to not run the IDE in XPSP3 Compatibility Mode. Why is this the case?
0
votes
2answers
52 views

what will effected if vs2010 install on already contain vs2005 in a system?

I have an issue that I am using Visual Studio 2005 on my system with Windows XP SP1 as an operating system. Now I want to install Visual Studio 2010 with SP3 without uninstalling VS2005. My question ...
0
votes
2answers
1k views

Create a computer login screen VB.net

I would like to create a VB.net program that will prompt a user before it shows them their desktop for a password. If the password is correct it will log in. If incorrect, after a couple of tries the ...
0
votes
1answer
377 views

Unable to develop WCF RIA Services on Windows XP computer

I have created a simple Silverlight Plugin that makes a call to a WCF RIA Service to retrieve data. This works fine when developing on a Windows 7 machine and running it in the VS2010 Cassini ...
1
vote
1answer
99 views

Incuding directories of VS2010 for VS2005

Can I use new SDK directories that comes with VS2010 for VS2005 ?
12
votes
3answers
13k views

VS 2010 error - cannot open file “iostream”

I've just migrated from VS2005 to VS2010 and it fails to compile a simple program. #include <iostream> using std::cout; using std::endl; int main() { cout << "Hello Visual Studio ...
1
vote
2answers
2k views

How to solve build errors using VS 2010 Ultimate on 32bit XP Sp3

Installed VS2010 Ultimate on my desktop workstation - Dell Precision T3500 (Windows 7 64bit OS), and on my IBM ThinkPad R51 (Windows XP Sp3 32bit). I am having problems building solutions on the ...