URGENT: Problem with Resource Manifest with .NET

  • Thread starter Thread starter Angus Lepper
  • Start date Start date
A

Angus Lepper

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
 
please post the specific error you are getting. One of us has
probably gotten the same error and can help.

--- Nick
 
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
 
Back
Top