473,403 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

"project creation failed" error

I have Visual C++ 2005 express edition, I downloaded it from the microsoft
website. I am using it for school. I started an assignment in the lab at my
school, and for the asssignment I had to create 3 projects under one
solution. They were created no problem, each with just a few lines of
extremely simple code in them (for learning purposes.) I zipped the file and
brought it home so I could complete the assignment. I got all the files,
unzipped them, put them in the same directory that Visual saves solutions to,
and opened up my assignment. It all worked wonderfully, I added code to the
last project I was on and compiled and ran all three of the projects and they
worked fine. However, when I try to make a new project, I select win32
application and add to current solution, and I get an error that reads
"creating <project name>... project creation failed" at the bottom of the
screen in the comment box. I believe it has something to do with the win32
application wizard that is supposed to pop up, like it does at my school, but
doesnt on my home computer. any idea what it could be? thanks in advance
--Deven : )
Sep 1 '07 #1
5 4735
"snowbkid1" <sn*******@discussions.microsoft.comwrote in message
news:D2**********************************@microsof t.com...
>I have Visual C++ 2005 express edition, I downloaded it from the microsoft
website. I am using it for school. I started an assignment in the lab at
my
school, and for the asssignment I had to create 3 projects under one
solution. They were created no problem, each with just a few lines of
extremely simple code in them (for learning purposes.) I zipped the file
and
brought it home so I could complete the assignment. I got all the files,
unzipped them, put them in the same directory that Visual saves solutions
to,
and opened up my assignment. It all worked wonderfully, I added code to
the
last project I was on and compiled and ran all three of the projects and
they
worked fine. However, when I try to make a new project, I select win32
application and add to current solution, and I get an error that reads
"creating <project name>... project creation failed" at the bottom of the
screen in the comment box. I believe it has something to do with the win32
application wizard that is supposed to pop up, like it does at my school,
but
doesnt on my home computer. any idea what it could be? thanks in advance
--Deven : )

What software were you using at school to create the original solution? Was
it VC++ Express or Visual Studio 2005?
If the latter, you may be running into a limitation of VC++ Express.
If you start a new solution in VC++ Express, can you add multiple projects
to it?

Sep 1 '07 #2


I went and checked at my school lab, and I was using Express Edition at the
school also, and no, I cannot create new projects, or even solutions for that
matter. When I try to do either of those things, the program gives me the
same error message, and when I try a second time the program closes. thanks
for the quick response. any other ideas?
Sep 2 '07 #3
"snowbkid1" <sn*******@discussions.microsoft.comwrote in message
news:8F**********************************@microsof t.com...
>

I went and checked at my school lab, and I was using Express Edition at
the
school also, and no, I cannot create new projects, or even solutions for
that
matter. When I try to do either of those things, the program gives me the
same error message, and when I try a second time the program closes.
thanks
for the quick response. any other ideas?

What version of Windows are you using at home, and what version is installed
at your school?
I ask because Windows Vista requires that certain patches be installed for
VS 2005, or any of the Express products, to work properly.

Sep 2 '07 #4
Both computers are running Windows XP Professional. I did see other posts
saying that Vista need updates first to run VC Express, and I had never run
windows update before, so i did that on a wild chance but still, nothing.
thanks agian for responding so quickly
--Deven : )
Sep 2 '07 #5
What was the solution, I have just ran into the same scenario. Thanks

snowbkid1 wrote:
>Both computers are running Windows XP Professional. I did see other posts
saying that Vista need updates first to run VC Express, and I had never run
windows update before, so i did that on a wild chance but still, nothing.
thanks agian for responding so quickly
--Deven : )
Sep 7 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: New MSSQL DBA | last post by:
hi all, have anyone else met with the following problem. we've got a SQL2000SP3a on a 2 active-active node clusters of W2K3, this cluster in using AD. I've found that whenever I use Enterprise...
0
by: John Phelan | last post by:
I have created a front-end application and back-end database. Everytime that I opened the program in the past, it open just fine with no errors when linking to the back-end tables. lately, I get...
1
by: John Dalberg | last post by:
Running Crystal Reports with the hotfixes and patches & VS 2003. I created a CR report on my development server which has SQL Server. The report runs fine inside Visual Studio. When I switched...
2
by: Steve M | last post by:
A few users today received the message "The trust relationship between this workstation and the primary domain failed" on their web browser while using an ASP.NET web app. The problem went away...
2
by: Jeff_Mac | last post by:
Hi there. I'm a bit of a newbie, and I would appreciate any help that anyone can give me on an error I'm getting with Crystal Reports. Every time I attempt to view a report using the Crystal...
4
by: Clint | last post by:
All, I can't seem to find a solution to this problem. I'm not sure if this is a Visual Studio problem, a .NET Framework problem, an IIS problem, or an ASP.NET problem, so please stick with me...
1
by: aaaaaa | last post by:
running a crystal (v10) reporting app on a virtual web server and getting the "Validation of viewstate MAC failed...." error when opening the crystal viewer. Any help please!!!
0
by: JB | last post by:
I get that message 75% of the time i try to run my asp site. Its a little too vague for me to know where to start with it. Restarting Visual Studio will sometimes work - but sometimes I have to...
0
by: sa6113 | last post by:
I am using this code to connect to a windows machine using paramiko, I have installed sshd on the machine and it works properly: sock.connect((hostname, port)) t = paramiko.Transport(sock)...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.