Tech Support > Operating Systems > Windows 2000 > URGENT: Problem with Resource Manifest with .NET
URGENT: Problem with Resource Manifest with .NET
Posted by Angus Lepper on December 6th, 2003


Hi,

I was writing a server in VB.NET, and I was stopping after I added a
component (not as in a control, but as in a section, e.g, chat) and then
Building and running. However, it suddenly stopped working throwing a
resource manifest error. The resource file was there before, what happened
to it? I need to find out what's wrong! I even tried creating a new project,
then copying ALL code (including the Designer code, so that I would keep all
my controls) across to it. How can I fix this? Please help me!

Angus


Posted by Malik Family on December 7th, 2003


please post the specific error you are getting. One of us has
probably gotten the same error and can help.

--- Nick

"Angus Lepper" <CEO@AngusEnterprises.cjb.net> wrote in message
news:OXWG3TCvDHA.2456@TK2MSFTNGP12.phx.gbl...


Posted by Angus Lepper on December 12th, 2003


Thanks for your interest:

An unhandled exception of type
'System.Resources.MissingManifestResourceException ' occurred in mscorlib.dll

Additional information: Could not find any resources appropriate for the
specified culture (or the neutral culture) in the given assembly. Make sure
"Form1.resources" was correctly embedded or linked into assembly
"VBHostServer".
baseName: Form1 locationInfo: VBHostServer.Form1 resource file name:
Form1.resources assembly: VBHostServer, Version=1.5.1441.33604,
Culture=neutral, PublicKeyToken=null

"Angus Lepper" <CEO@AngusEnterprises.cjb.net> wrote in message
news:OXWG3TCvDHA.2456@TK2MSFTNGP12.phx.gbl...



Similar Posts