473,405 Members | 2,287 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,405 software developers and data experts.

Could not load type asp.net

I'm still getting this problem? You wouldn't happen to have a suggestion?

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 'WS1Sharp.remoting.login'.

Source Error:

Line 1: <%@ Page Language="c#" AutoEventWireup="false" trace="false"
Codebehind="login.aspx.cs" Inherits="WS1Sharp.remoting.login" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>

using System.Data;

using System.Web.UI;

using System.Web.UI.HtmlControls;

using System;

using System.Collections;

using System.Web;

using System.Web.UI.WebControls;

using System.Configuration;

using System.Drawing;

using oct1sharp.createsource;

using System.IO;

using System.Text;

using System.Xml;

using System.Xml.Serialization;

using System.Data.SqlClient;

//Option Strict On

namespace WS1Sharp.remoting

{

public class login : System.Web.UI.Page

{

//#Region "Declarations"
public tjturner.AxServicesInterface axws;

public ArrayList annolist;

public ArrayList appsnamelist;

public ArrayList appsidlist;

public ArrayList appsdtnamelist;

public ArrayList docidlist;

string saveQuery;

string saveasPrivate;

Nov 19 '05 #1
2 1153
Try renaming your namespace to anything different, like
"WS1Sharp.remotingXX" and make sure to also change the Inherits="" attribute
of the @Page directive ...compile and try to run...if it works, you should
be able to revert back to the normal one... I've had this happen to me a
couple times, I think it's related to cached files..

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"segue" <se***@discussions.microsoft.com> wrote in message
news:6E**********************************@microsof t.com...
I'm still getting this problem? You wouldn't happen to have a suggestion?

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 'WS1Sharp.remoting.login'.

Source Error:

Line 1: <%@ Page Language="c#" AutoEventWireup="false" trace="false"
Codebehind="login.aspx.cs" Inherits="WS1Sharp.remoting.login" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>

using System.Data;

using System.Web.UI;

using System.Web.UI.HtmlControls;

using System;

using System.Collections;

using System.Web;

using System.Web.UI.WebControls;

using System.Configuration;

using System.Drawing;

using oct1sharp.createsource;

using System.IO;

using System.Text;

using System.Xml;

using System.Xml.Serialization;

using System.Data.SqlClient;

//Option Strict On

namespace WS1Sharp.remoting

{

public class login : System.Web.UI.Page

{

//#Region "Declarations"
public tjturner.AxServicesInterface axws;

public ArrayList annolist;

public ArrayList appsnamelist;

public ArrayList appsidlist;

public ArrayList appsdtnamelist;

public ArrayList docidlist;

string saveQuery;

string saveasPrivate;

Nov 19 '05 #2
Thanks for the great suggestion. I'm only using XP service pack 1 due to
service pack 2 breaks some software I'm writing to. Anyway, this suggestion
hasn't worked yet. Any other ideas?

Regards;

tjt:

"Karl Seguin" wrote:
Try renaming your namespace to anything different, like
"WS1Sharp.remotingXX" and make sure to also change the Inherits="" attribute
of the @Page directive ...compile and try to run...if it works, you should
be able to revert back to the normal one... I've had this happen to me a
couple times, I think it's related to cached files..

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"segue" <se***@discussions.microsoft.com> wrote in message
news:6E**********************************@microsof t.com...
I'm still getting this problem? You wouldn't happen to have a suggestion?

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 'WS1Sharp.remoting.login'.

Source Error:

Line 1: <%@ Page Language="c#" AutoEventWireup="false" trace="false"
Codebehind="login.aspx.cs" Inherits="WS1Sharp.remoting.login" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <html>

using System.Data;

using System.Web.UI;

using System.Web.UI.HtmlControls;

using System;

using System.Collections;

using System.Web;

using System.Web.UI.WebControls;

using System.Configuration;

using System.Drawing;

using oct1sharp.createsource;

using System.IO;

using System.Text;

using System.Xml;

using System.Xml.Serialization;

using System.Data.SqlClient;

//Option Strict On

namespace WS1Sharp.remoting

{

public class login : System.Web.UI.Page

{

//#Region "Declarations"
public tjturner.AxServicesInterface axws;

public ArrayList annolist;

public ArrayList appsnamelist;

public ArrayList appsidlist;

public ArrayList appsdtnamelist;

public ArrayList docidlist;

string saveQuery;

string saveasPrivate;


Nov 19 '05 #3

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

Similar topics

1
by: Blue Frog | last post by:
Hey, Have a weird problem - been looking for a solution for 2 days solid now. I am developing my first asp.net site and everything was going fine while I developed on my XP laptop but I copied...
0
by: phillip | last post by:
This is interesting, I have attached my web.config file and the exception I have been logging. I created a library which provide data access to a database and a control system. The library is...
4
by: Bogosian | last post by:
I am working on an asp.net project.There is a subdir called OSearch,with a few aspx pages in it which as all other pages on the website use some controls.These controls are stored in a another...
1
by: Chriss | last post by:
I receive "could not load type" error message when trying to load aspx page. The DLL is built and is located in the correct bin directory. The type name in the "inherits" attribute matches the...
1
by: z f | last post by:
hi, I have a vb.net asp.net web app. suddenly after working for long time, I get this error message in my app: Could not load type when trying to show a web form. what can be the error? the...
0
by: qiang | last post by:
Hi everyone, Could you please take a look at an exception for ASP.NET application? My ASP.NET application is using Infragistics WebChart control. I encounter an exception below when...
2
by: AB | last post by:
Hi, I have this error "could not load type *****", and I don't know why. I have tryed the microsoft solution of rebuilding (http:// support.microsoft.com/kb/306155) but it doesn't work. If I try...
8
by: Rob T | last post by:
When I was using VS2003, I was able to compile my asp.net project locally on my machine and copy it to the production server and it would run just fine. I've now converted to VS2005. The project...
1
by: Doctorslicer | last post by:
Hi All, We have a large multi project application in MFC that we are converting to managed code. We have been able to add /CLR to all of the projects and have compiled successfully but encounter...
3
by: =?Utf-8?B?SGVyYg==?= | last post by:
I've developed an ASP.NET website that runs fine on my local WinXP IIS and on my server's IIS, both are IIS6.0 The site uses a master page that has the following declaration: <%@ Master...
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: 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: 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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.