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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deployment problem & question

Status
Not open for further replies.

777axa

Technical User
Jul 30, 2002
48
US
1. I'm trying to deploy a project to a remote server.
Locally the project was named "v_66"
The folder on a server(virtual directory) where I'm deploying the project is "66"
I copied Global.aspx and Global.asax.resx
Here is the error:

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'v_66.Global'.

Source Error:


Line 1: <%@ Application Codebehind=&quot;Global.asax.vb&quot; Inherits=&quot;v_66.Global&quot; %>



Source File: C:\66\global.asax Line: 1

********************************************************
2. Do I need to upload SQLHandler.vb class file containing all general procedures or it needs to be converted to DLL?
 
When you compile a project it creates a dll. You need to have this dll on the server for things to work. That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top