fitnet
fitnet

Reputation: 93

Visual Studio 2013 error while trying to run

Error while trying to run project: Invalid pointer

While I try to run it keep on alerting me "Error while trying to run project: Invalid pointer", please help

Upvotes: 0

Views: 1297

Answers (1)

toplel32
toplel32

Reputation: 1174

I think this problem is caused by importing VS2010 settings. Anyway, this solved the problem for me:

  1. Go to \Users\<Username>\AppData\Roaming\Microsoft\VisualStudio\12.0
  2. Rename the folder to '_12.0'
  3. Repeat for \Users\<Username>\AppData\Local\Microsoft\VisualStudio\12.0
  4. Open Registry Editor
  5. Go to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0
  6. Rename the key to _12.0

Upvotes: 1

Related Questions