P
Peri
Dear All,
My Scenario is this:
I am having a Windows Application called XXX.Win, two DLLs named XXX.Biz and
XXX.ActiveComponent.ACInteractive and using VS 2005 with.NET framework 2.0.
In all the there projects I am havaing a resouce file named resouce.resx
(Defaul file created by VS 2005) and all the three projects are NOT intended
to be Multi-Linugal. These 3 resouce files are mainly used to take the
messages and display it to the user instead of hard-coding it.
I have referred the XXX.ActiveComponent.ACInteractive dll in XXX.Biz dll
I have referred the XXX.ActiveComponent.ACInteractive dll and XXX.BIZ dll in
XXX.Win application.
Few weeks back it was running well without any issues. But now I am getting
this error called System.Resources.MissingManifestResourceException with the
following description while accessing the resouce file.in
XXX.ActiveComponent.ACInteractive dll.
"Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "XXX.Biz.Resources.resources" was correctly
embedded or linked into assembly "ActiveComponent" at compile time, or that
all the satellite assemblies required are loadable and fully signed."
Can anyone help me out on how to resolve this issue?
Thanks and Regards,
Peri
My Scenario is this:
I am having a Windows Application called XXX.Win, two DLLs named XXX.Biz and
XXX.ActiveComponent.ACInteractive and using VS 2005 with.NET framework 2.0.
In all the there projects I am havaing a resouce file named resouce.resx
(Defaul file created by VS 2005) and all the three projects are NOT intended
to be Multi-Linugal. These 3 resouce files are mainly used to take the
messages and display it to the user instead of hard-coding it.
I have referred the XXX.ActiveComponent.ACInteractive dll in XXX.Biz dll
I have referred the XXX.ActiveComponent.ACInteractive dll and XXX.BIZ dll in
XXX.Win application.
Few weeks back it was running well without any issues. But now I am getting
this error called System.Resources.MissingManifestResourceException with the
following description while accessing the resouce file.in
XXX.ActiveComponent.ACInteractive dll.
"Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "XXX.Biz.Resources.resources" was correctly
embedded or linked into assembly "ActiveComponent" at compile time, or that
all the satellite assemblies required are loadable and fully signed."
Can anyone help me out on how to resolve this issue?
Thanks and Regards,
Peri