F
Franck
Hello,
I've just moved to visual developper 2005
to do so, I also had to use the convert assistant.
what it did;
moving my file resx files that i had in a diresctory called resx
to a new directory called:
App_GlobalResources
in my code i had :
m_rm = new ResourceManager("MES.resx.basic",
System.Reflection.Assembly.GetExecutingAssembly());
it worked perfectly before moving but now it throws this exception
saying that it the ressource doesn't exist???
I tried several different name
e.g.:"MES.App_GlobalResources.basic","App_GlobalResources.basic"
but none worked
any helps please?
Franck
exception
[System.Resources.MissingManifestResourceException]
{"Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure \"resx.basic.resources\" was correctly
embedded or linked into assembly \"App_Web_g11ng7or\" at compile time,
or that all the satellite assemblies required are loadable and fully
signed."}
System.Resources.MissingManifestResourceException
I've just moved to visual developper 2005
to do so, I also had to use the convert assistant.
what it did;
moving my file resx files that i had in a diresctory called resx
to a new directory called:
App_GlobalResources
in my code i had :
m_rm = new ResourceManager("MES.resx.basic",
System.Reflection.Assembly.GetExecutingAssembly());
it worked perfectly before moving but now it throws this exception
saying that it the ressource doesn't exist???
I tried several different name
e.g.:"MES.App_GlobalResources.basic","App_GlobalResources.basic"
but none worked
any helps please?
Franck
exception
[System.Resources.MissingManifestResourceException]
{"Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure \"resx.basic.resources\" was correctly
embedded or linked into assembly \"App_Web_g11ng7or\" at compile time,
or that all the satellite assemblies required are loadable and fully
signed."}
System.Resources.MissingManifestResourceException