Hi ,
I have an unmanaged project 'ProjA' and its corresponding Test "ProjAtest'.I converted both projects into managed by adding CLI enabled."ProjA" is compiling fine , but "ProjAtest" is throwing compile errors.Both were working fine as 'unmanaged.Whats the possible cause.The errors throwing are "error LNK2001: unresolved external symbol "public: virtual bool __thiscall" to all the methods in "ProjA".

With regards
....................