Stange VS2005 Error

  • Thread starter Thread starter Andrew Teece
  • Start date Start date
A

Andrew Teece

HELP. This is driving me insaine!

After loading my rather sizable solution, i am only able to debug once! -
The second time i try, i get a compile error...

"error BC30145: Unable to emit assembly: Referenced assembly '??' does not
have a strong name"
Sometimes, it is two unprintable characters, instead of the one. Like
this....

"error BC30145: Unable to emit assembly: Referenced assembly '??' does not
have a strong name"



I cannot find any referenced on google, everyone else who has "unable to
emit" problems seems to get actual file names.



Hope someone has seen this before




Andrew
 
Hello,

Is there any COM library referenced by your solution? If so, you may try
solutions in this article to see if it can help on the issue:

http://support.microsoft.com/?kbid=313666

Also, it is worthy a try to create a new solution and re-add all components
in your solution to see if this will help.

Regards,

Luke Zhang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top