Reputation: 1127
I'm trying to create New Project in my Solution in VS2013. The thing is I CANNOT. There's no error in my code prompting but whenever I try to Create new project, this error message appears.
"Exception has been thrown by the target of an invocation"
I already tried to Clean the Solution, Rebuild, Build, but none of them seems to solve my problem. Can someone help me please. Thanks a lot.
Upvotes: 1
Views: 2282
Reputation: 6030
Have a look at the Activity Log. This may reveal the cause for that error.
You can find the ActivityLog.xml in the following place:
%APPDATA%\Microsoft\VisualStudio\{VsVersion}\ActivityLog.xml
%APPDATA%\Microsoft\VisualStudio\12.0\ActivityLog.xml
For more Infos have a look at this helpful blog-post.
Upvotes: 2