Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2012 Project Linker Error

I am using VS2012 Ultimate with the Project Linker extension. When I right click on a project and select Add project link..., I get this error popover.

error

If I hit "Ignore", the correct dialog box opens and I am able to successfully link the project.

Anyone have a clue as to what this error means?

like image 561
vyedin Avatar asked May 10 '13 15:05

vyedin


1 Answers

Assertion failed error occurs when a condition (specified by assertion statement) does not hold true that is expected to be true at a particular point in a program.. Thats why the program execution is interrupted and the dialog box appears saying Retry, Abort or Ignore. if you hit ignore, it simply ignores the assertion and continues your program...

like image 104
Umar Chaudhary Avatar answered Sep 19 '22 17:09

Umar Chaudhary