C++ Express Won''t Create Projects

OK, I just recently downloaded Visual Studios 2008 C++ Express Edition. When I tried to start it up, it started just fine, but when I try to create any project, it tells me that "Automation server can't create object" However, this problem existed with the 2005 version as well, so I didn't ever wind up using it.

Unrelated: I got it to work on a computer at school, how do I access iostream and other header files that I didn't create?

[506 byte] By [MOHAAkilla51] at [2008-1-8]
# 1

Is it possible to send a screenshot of your error to expfeed AT microsoft DOT com?

IOstream is part of the standard library and can be accessed by typing #include <iostream> which will include the header file.

WestonHutchins-MSFT at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Visual Studio Orcas Express Editions - Installation and Setup...
# 2

Yeah, I can. Sorry it took so long to respond Stick out tongue

I did that... That is how you would normally incluyde the <iostream> library, but It doesn't work!

MOHAAkilla51 at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Visual Studio Orcas Express Editions - Installation and Setup...
# 3

While creating a new project IDE uses scripts and gives an error if the scripting engine is corrupted.

Read what microsoft says on this...

http://support.microsoft.com/kb/323885

However, i could not find the 5.6 script version for download, MS has already 5.7 ready for download here....

http://www.microsoft.com/downloads/details.aspx?FamilyID=47809025-d896-482e-a0d6-524e7e844d81&DisplayLang=en

HTH...

deepanshu at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Visual Studio Orcas Express Editions - Installation and Setup...

Visual Studio Orcas

Site Classified