unresolved external when converting to VS2005 beta 2
I am trying to compile some code with VS2005 Beta 2 that has been working with VS2003. I'm trying to build a DLL and contains a mix of managed and unmanaged C++. The error I'm getting is the following: Error 13 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) AssemblyInfo.obj Any suggestions for resolving this would be appreciated. --Jeff