473,395 Members | 1,456 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,395 software developers and data experts.

Could not load type ***

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@

Mar 12 '07 #1
7 1416
On Mar 12, 3:01 pm, "AB@" <b.aharo...@gmail.comwrote:
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@
http://support.microsoft.com/kb/306155

Mar 12 '07 #2
AB
On 12 Mar, 21:45, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 12, 3:01 pm, "AB@" <b.aharo...@gmail.comwrote:
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@

http://support.microsoft.com/kb/306155
I have seen it, but it doesn't work...
Thanks

Mar 13 '07 #3
On Mar 13, 10:31 am, "AB@" <b.aharo...@gmail.comwrote:
On 12 Mar, 21:45, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 12, 3:01 pm, "AB@" <b.aharo...@gmail.comwrote:
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@
http://support.microsoft.com/kb/306155

I have seen it, but it doesn't work...
Thanks
Post your code here please

Mar 13 '07 #4
AB
On 13 Mar, 14:20, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 13, 10:31 am, "AB@" <b.aharo...@gmail.comwrote:


On 12 Mar, 21:45, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 12, 3:01 pm, "AB@" <b.aharo...@gmail.comwrote:
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@
>http://support.microsoft.com/kb/306155
I have seen it, but it doesn't work...
Thanks

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

Mar 13 '07 #5
On Mar 13, 3:46 pm, "AB@" <b.aharo...@gmail.comwrote:
On 13 Mar, 14:20, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:


On Mar 13, 10:31 am, "AB@" <b.aharo...@gmail.comwrote:
On 12 Mar, 21:45, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 12, 3:01 pm, "AB@" <b.aharo...@gmail.comwrote:
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@
http://support.microsoft.com/kb/306155
I have seen it, but it doesn't work...
Thanks
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...- 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?

Mar 13 '07 #6
On Mar 13, 6:59 pm, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 13, 3:46 pm, "AB@" <b.aharo...@gmail.comwrote:


On 13 Mar, 14:20, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 13, 10:31 am, "AB@" <b.aharo...@gmail.comwrote:
On 12 Mar, 21:45, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 12, 3:01 pm, "AB@" <b.aharo...@gmail.comwrote:
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@
>http://support.microsoft.com/kb/306155
I have seen it, but it doesn't work...
Thanks
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...- 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?- 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.

Mar 13 '07 #7
AB
On 13 Mar, 22:04, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 13, 6:59 pm, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:


On Mar 13, 3:46 pm, "AB@" <b.aharo...@gmail.comwrote:
On 13 Mar, 14:20, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 13, 10:31 am, "AB@" <b.aharo...@gmail.comwrote:
On 12 Mar, 21:45, "Alexey Smirnov" <alexey.smir...@gmail.comwrote:
On Mar 12, 3:01 pm, "AB@" <b.aharo...@gmail.comwrote:
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@
http://support.microsoft.com/kb/306155
I have seen it, but it doesn't work...
Thanks
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...- 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?- 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.- Nascondi testo tra virgolette -

- Mostra testo tra virgolette -
Either are correct: the namespace and the .net version

Mar 14 '07 #8

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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.