J
Jon Davis
http://support.microsoft.com/default.aspx?scid=kb;en-us;329014
Adding the code at this URL results in an error message:
An unhandled exception of type
'System.Resource.MissingManifestResourceException' occurred in mscorlib.dll
Additional information: Could not find any resources appropriate for the
specified culture 9or the neutral culture) in the given assembly. Make sure
"WebBrowser.resources" was correctly embedded or linked into assembly
"[ProductName]".
baseName: WebBrowser locationInfo:
[product namespace].WebBrowser resource file name:
WebBrowser.Resources assembly: [ProductName], Version=2.0.2.27499,
Culture=neutral, PublicKeyToken=null
Note that "WebBrowser" above refers to my UserControl which contains an IE
web browser control, and "[ProductName]" refers to the EXE name (I changed
it here).
I don't know where this error comes from, but if it helps to clarify I do
have a standard manifest file in place for the EXE in which this control
(containing the IE WebBrowser control) is compiled, for the Windows XP look
and feel.
Any ideas?
Jon
Adding the code at this URL results in an error message:
An unhandled exception of type
'System.Resource.MissingManifestResourceException' occurred in mscorlib.dll
Additional information: Could not find any resources appropriate for the
specified culture 9or the neutral culture) in the given assembly. Make sure
"WebBrowser.resources" was correctly embedded or linked into assembly
"[ProductName]".
baseName: WebBrowser locationInfo:
[product namespace].WebBrowser resource file name:
WebBrowser.Resources assembly: [ProductName], Version=2.0.2.27499,
Culture=neutral, PublicKeyToken=null
Note that "WebBrowser" above refers to my UserControl which contains an IE
web browser control, and "[ProductName]" refers to the EXE name (I changed
it here).
I don't know where this error comes from, but if it helps to clarify I do
have a standard manifest file in place for the EXE in which this control
(containing the IE WebBrowser control) is compiled, for the Windows XP look
and feel.
Any ideas?
Jon