473,395 Members | 2,443 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

AxWebBrowser control problem

I have a problem and frankly i just don't know enough to understand what it
is. I have a control wrapper that wraps the IE browser control. The wrapper
complies fine as a UserControl. I did have it working but i made some
changes to it without backing up the original. Now i'm stuck.

When i try to get the control to run in a test form i get this except:

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

------------------------------
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
"NetBrowser.resources" was correctly embedded or linked into assembly
"NetBrowser".
baseName: NetBrowser locationInfo: NetBrowserLib.NetBrowser resource file
name: NetBrowser.resources assembly: NetBrowser, Version=1.0.1662.16116,
Culture=neutral, PublicKeyToken=null
-------------------------------

Can someone give me a clue as to what the problem is and how i can fix it?
thanks...
Nov 16 '05 #1
4 1426
> Can someone give me a clue as to what the problem is and how i can fix it?
thanks...


try to comment a line that says

......OcxState =
((System.Windows.Forms.AxHost.State)(resources.Get Object(....)));

I hope this will help
Wiktor Zychla
Nov 16 '05 #2
Can you send me the solution to sh***********@yahoo.com in zip format?. If
you want, you can remove the additional code. Just make sure you get that
error before sending it to me. I will try to fix ur problem.

--
Shak
(Houston)
"Chuck Bowling" <ch**********@sbcglobal-NO-SPAM.net> wrote in message
news:eg**************@TK2MSFTNGP12.phx.gbl...
I have a problem and frankly i just don't know enough to understand what it is. I have a control wrapper that wraps the IE browser control. The wrapper complies fine as a UserControl. I did have it working but i made some
changes to it without backing up the original. Now i'm stuck.

When i try to get the control to run in a test form i get this except:

An unhandled exception of type
'System.Resources.MissingManifestResourceException ' occurred in mscorlib.dll
------------------------------
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 "NetBrowser.resources" was correctly embedded or linked into assembly
"NetBrowser".
baseName: NetBrowser locationInfo: NetBrowserLib.NetBrowser resource file name: NetBrowser.resources assembly: NetBrowser, Version=1.0.1662.16116,
Culture=neutral, PublicKeyToken=null
-------------------------------

Can someone give me a clue as to what the problem is and how i can fix it?
thanks...

Nov 16 '05 #3
Wiktor and Shakir, thanks for the replies.

I found the problem. When I changed the name of the namespace in my
sourcefile it didn't update namespace the project settings.

"Chuck Bowling" <ch**********@sbcglobal-NO-SPAM.net> wrote in message
news:eg**************@TK2MSFTNGP12.phx.gbl...
I have a problem and frankly i just don't know enough to understand what it is. I have a control wrapper that wraps the IE browser control. The wrapper complies fine as a UserControl. I did have it working but i made some
changes to it without backing up the original. Now i'm stuck.

When i try to get the control to run in a test form i get this except:

An unhandled exception of type
'System.Resources.MissingManifestResourceException ' occurred in mscorlib.dll
------------------------------
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 "NetBrowser.resources" was correctly embedded or linked into assembly
"NetBrowser".
baseName: NetBrowser locationInfo: NetBrowserLib.NetBrowser resource file name: NetBrowser.resources assembly: NetBrowser, Version=1.0.1662.16116,
Culture=neutral, PublicKeyToken=null
-------------------------------

Can someone give me a clue as to what the problem is and how i can fix it?
thanks...

Nov 16 '05 #4
Wiktor and Shakir, thanks for the replies.

I found the problem. When I changed the name of the namespace in my
sourcefile it didn't update namespace the project settings.

"Chuck Bowling" <ch**********@sbcglobal-NO-SPAM.net> wrote in message
news:eg**************@TK2MSFTNGP12.phx.gbl...
I have a problem and frankly i just don't know enough to understand what it is. I have a control wrapper that wraps the IE browser control. The wrapper complies fine as a UserControl. I did have it working but i made some
changes to it without backing up the original. Now i'm stuck.

When i try to get the control to run in a test form i get this except:

An unhandled exception of type
'System.Resources.MissingManifestResourceException ' occurred in mscorlib.dll
------------------------------
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 "NetBrowser.resources" was correctly embedded or linked into assembly
"NetBrowser".
baseName: NetBrowser locationInfo: NetBrowserLib.NetBrowser resource file name: NetBrowser.resources assembly: NetBrowser, Version=1.0.1662.16116,
Culture=neutral, PublicKeyToken=null
-------------------------------

Can someone give me a clue as to what the problem is and how i can fix it?
thanks...

Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: benchong | last post by:
hi does anybody know how to initiatize the AxWebBrowser control with a cookie? the problem is each time i create a new AxWebBrowser control and do a AxWebBrowser1.navigate to a page, i need to...
4
by: Martin Ho | last post by:
Hey Everyone, I really hope there is someone who can figure out this problem. Honestly, I spent 3 days now trying to find the solution, but nothing works. I'll try to explain the problem...
1
by: Arturo j Torres | last post by:
Hi! I wrote an app to log-in and retrieve a numer of webpages. To do this I have used an AxWebBrowser, controlling the iexplorer with SendKeys (yes, i know this is anything but elegant, but...
1
by: Mantorok | last post by:
Hi Is there anyway to get a WebBrowser to work without placing it on a form. I want to be able to instantiate a browser, complete some of the fields and submit, but whenever I try to navigate...
3
by: Clint MacDonald | last post by:
I have used the AxWebBrowser in a Visual Basic Project... I found that both Framework 1.0 and 1.1 had to be installed for it to work properly. I now have found that in Studio 2003, that the...
13
by: Udhay | last post by:
I am trying to use the AxWebbrowser control in my VB.Net application. The control is placed on one of the tab pages in the form. This is the error I am getting when I have the 'exceptions' set to...
12
by: Don Juan | last post by:
I have had a terrible 10 days period with AxWebBrowser ActiveX Control. I can't understand why there is no goog documentation and tutorials for that monster.
5
by: Thom Little | last post by:
I have a windows application that has an update form that uses AxWebBrowser to connect to a distribution site. This site uses a Response.Redirect to download of either a .msi file or a .zip file....
3
by: Andy Chen | last post by:
Hi, I am using AxWebBrowser control and I met a problem. I need to browse several different languages page. I have to change the default IE language setting at runtime. This can be done by...
6
by: Dave Booker | last post by:
It appears that I cannot correctly install the AxWebBrowser in VS2005. I can instantiate an "AxWebBrowser browser" and refer to its members, properties, and methods. I'm having trouble with the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.