Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2010 - Opening Win32 Application Wizard as .html file

I'm a little bit reluctant as to ask question, as it was asked already here, but the problem is, it wasn't answered sufficiently enough, so I'm forced to ask it second time.

So, just as previously mentioned asker I'm trying to create new project in Microsoft Visual 2010. And instead of showing normal window, it prompts me to save .html file, as shown in picture below.

enter image description here

Saving it and that opening it results in the following window:

enter image description here

though it does nothing - just page with no influence over the project at all.

Notably, this happens not only for Win32 application, but for MFC applications too. As for the cause of this I don't know of it. As you can see from first screenshot, I was doing Web applications before hand, but I didn't change any of preferences at all (though, my guess is that it's somehow connected).

As for solving this issue, I tried uninstalling IE8, as stated in previous topic, but that didn't help. Also, I tried doing Tools -> Import & Export Settings -> Reset, but it didn't help either.

Please, if someone know solution for this, tell me - I'm out of my wits with this problem.

like image 873
Monceber Avatar asked Nov 13 '22 15:11

Monceber


1 Answers

This problem is occurred because some Visual studio setting is corrupted.

I'd like to recommend to reset settings like following start > Run> devenv.exe /resetsettings

like image 150
user2138428 Avatar answered Nov 15 '22 05:11

user2138428