Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with InitializeComponent()

Status
Not open for further replies.

Jabez3rd

Programmer
Feb 6, 2003
9
US
I've created an asp.net application that uses vb.net code behind pages. This application runs fine on my local machine
(I have IIS installed locally for testing). However, when I place the application on the destination server and attempt to run it, I receive the error message:

"File or Assembly Name System or one of it's dependencies, was not found"

The file where the error occurs is "Global.asax.vb", on a line reading "InitializeComponent()".

I believe that this is a permissions issue, but am still puzzled by it.

Any assistance will be appreciated.

Thanks.

Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top