Could not load type ***

  • Thread starter Thread starter AB@
  • Start date Start date
A

AB@

Hi,
I have a problem that I cannot resolve about an error that says:
'Could not load type "****" ', and if I remove that file or only that
row, there're some and some errors more of the some type. The
regeneration of the code don't take me anyway.
How I can resolve this?

Thanks
AB@
 
Post your code here please- Nascondi testo tra virgolette -

- Mostra testo tra virgolette -

The code of controls/Title is this:
********************************************************************************
<%@ Control Language="c#" AutoEventWireup="false"
Codebehind="Title.ascx.cs" Inherits="sarbox.controls.Title"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD><IMG alt="" src="/images/loco_c_c1.gif"></TD>
</TR>
</TABLE>
********************************************************************************
if you want something else tell me...
 
The code of controls/Title is this:
***************************************************************************­*****
<%@ Control Language="c#" AutoEventWireup="false"
Codebehind="Title.ascx.cs" Inherits="sarbox.controls.Title"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD><IMG alt="" src="/images/loco_c_c1.gif"></TD>
</TR>
</TABLE>
***************************************************************************­*****
if you want something else tell me...- Hide quoted text -

- Show quoted text -

So, the error message was "Could not load type
"sarbox.controls.Title"?

Is the "sarbox.controls" the name of your namespace?
 
So, the error message was "Could not load type
"sarbox.controls.Title"?

Is the "sarbox.controls" the name of your namespace?- Hide quoted text -

- Show quoted text -

I remember I had that problem some time ago. My IIS had a wrong .net
version configured (v1.1) instead of v.2.0.

Check if it's correct on your box.
 
I remember I had that problem some time ago. My IIS had a wrong .net
version configured (v1.1) instead of v.2.0.

Check if it's correct on your box.- Nascondi testo tra virgolette -

- Mostra testo tra virgolette -

Either are correct: the namespace and the .net version
 
Back
Top