Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am getting this every time I try to build using VC++ 2010 express on windows vista x64 machine:

enter image description here

I have tried re-installing VC++, but unfortunately this did not fix the issue. What would make this happen, and how do I go about fixing it?

I have already tried this. It did not solve the issue.

Edit:

I have already solved this issue thanks to microsoft support.

share|improve this question
I did a little google search and found this. – Tsvetan Nov 11 '12 at 6:03
Trust me I have googled for a few hours before deciding to post. I saw that myself, tried, and it was not successful. Thank you though. – Josh Line Nov 11 '12 at 6:12
1  
@JoshLine: It's always a good idea to make sure to mention any and all prior research and problem-solving attempts in your question so that potential answerers don't answer with solutions you've already tried. – In silico Nov 11 '12 at 6:36
Will do in the future. Thanks. – Josh Line Nov 11 '12 at 6:37
4  
If you have already solved this issue are you going to post the solution as an answer ? – Appleman1234 Nov 30 '12 at 13:37
show 1 more comment

1 Answer

Visual studio 2012 c++ works just fine on a 64 bit machine. I am using it now as part of a course I am teaching and no issues...l

share|improve this answer
There have been issues in multiple versions from visual studio 2005 to the current version 2012 where bugs were introduced either by the installation or product type express vs ultimate for example. You provide a single error message and ask for help. – Mike Beeler Dec 2 '12 at 13:07
you eithe have a corrupted installation, a bug in the express product or your system has a virus of some kind. Seems like a simple process to rule out the product or installation by trying a newer version of the product. – Mike Beeler Dec 2 '12 at 13:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.