J
Jesse
Hi together,
I've a problem with compiling an application with a build-Script and run it
after.
Several resource-files I compile with resgen.exe and put the files into a
folders of the language. (en\*.resources, en-US\*.resources ...)
With al.exe I generating several dlls with the format
applicationname.resource.dll (in every language-folders one dll)
I compile the C#-sources with csc and several options and include with
/resource:-Option the dll of the neutral language. There is no error while
compiling.
When I start the application.exe, the Exception above will be shown.
A not handled exception of type
'System.Resources.MissingManifestResourceException' has occured in
mscorlib.dll.
For this culture (or the neutrale culture) in this assembly no resources has
been found. Make sure that 'SplashForm.resources' will be embedded accurate
in the assembly 'applicationname'.
What's wrong on building the application, do you have an idea ?
jesse
I've a problem with compiling an application with a build-Script and run it
after.
Several resource-files I compile with resgen.exe and put the files into a
folders of the language. (en\*.resources, en-US\*.resources ...)
With al.exe I generating several dlls with the format
applicationname.resource.dll (in every language-folders one dll)
I compile the C#-sources with csc and several options and include with
/resource:-Option the dll of the neutral language. There is no error while
compiling.
When I start the application.exe, the Exception above will be shown.
A not handled exception of type
'System.Resources.MissingManifestResourceException' has occured in
mscorlib.dll.
For this culture (or the neutrale culture) in this assembly no resources has
been found. Make sure that 'SplashForm.resources' will be embedded accurate
in the assembly 'applicationname'.
What's wrong on building the application, do you have an idea ?
jesse