Abhishek Maitrey

Abhishek Maitrey

  • 722
  • 1.1k
  • 74.5k

mscorlib.resources missing

Jul 9 2008 12:11 AM

I am working on a Japanese Language application. This application has a lot of external .dll files along with .resx files. I have done the conversion of this application from framework 1.1 to framework 2.0 successfully. Now when I execute the application it shows me an error "The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)". I checked the fusionlog which says that "Post-policy reference: mscorlib.resources, Version=2.0.0.0, Culture=ja-JP, PublicKeyToken=b77a5c561934e089

LOG: GAC Lookup was unsuccessful."

I really don't found this assembly in GAC. If I download mscorlib.dll from internet, but how do I map the culture info and PublickeyToken? Also, How to sign the existing .dll and deploy this in GAC?

Any help is appriciated.


Answers (1)