Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 11th, 2006, 10:25 PM
Registered User
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP.NET - Problem in hosting - Could not load type

I have created a ASP.NET webapplication at my local server. The Project Folder name & Virtual directory name is "Sample".

I have other website runnign at www.othersite.com

I created a folder called Sample and uploaded my sample ASP.NET webapplication in to that folder.

I tried to access my sample ASP.NET application by typing the below URL :www.othersite.com/Sample/

I am getting the below error.
========================================
Could not load type 'Sample.Global'.
------
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="Sample.Global" %>
=================================

Note : I do not have permission to install my web application it in live server. But i have full rights to folder "Sample".

Pls advise

 
Old September 11th, 2006, 10:34 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

The application cant Load the class Sample.Global which means that there was a problem in the compliation of your application.

Are you using Visual Studio?

"The one language all programmers understand is profanity."





Similar Threads
Thread Thread Starter Forum Replies Last Post
asp.net hosting error compad ASP.NET 2.0 Professional 0 September 16th, 2008 03:25 AM
Hosting Asp.net 3.5 sites newbreed65 BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 5 August 21st, 2008 11:17 PM
Free Asp.net Hosting Baby_programmer ASP.NET 1.0 and 1.1 Basics 1 December 28th, 2004 10:10 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.