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
(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