473,804 Members | 3,732 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Could not load type...

The error is documented at MSDN [1] but building the project as the MSDN
document instructs does not resolve the issue for me. I hope others may
comment about other circumstances.

The actual message is: Could not load type 'theClassName.G lobal'

Line1: <%@ Application Inherits="FeedB uilder.Global" %>
Source: /appDirectory/global.asax

I may not have a complete global.asax as the global.asax contains that one
line and only that one line and no global.cs file noting the project has
been opened in VS2005 Beta 2.

<%= Clinton Gallagher

[1] http://support.microsoft.com/default...;en-us;Q306155
Nov 22 '05 #1
2 1912
Hi,

I've had the same problem. But it's solved now. I uninstalled the framework
beta 2 and I installed the latest version of the framework beta 2
(2.0.50215.44).

It worked perfectly.


"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > a écrit dans le
message de news: ew************* *@TK2MSFTNGP09. phx.gbl...
The error is documented at MSDN [1] but building the project as the MSDN
document instructs does not resolve the issue for me. I hope others may
comment about other circumstances.

The actual message is: Could not load type 'theClassName.G lobal'

Line1: <%@ Application Inherits="FeedB uilder.Global" %>
Source: /appDirectory/global.asax

I may not have a complete global.asax as the global.asax contains that one
line and only that one line and no global.cs file noting the project has
been opened in VS2005 Beta 2.

<%= Clinton Gallagher

[1] http://support.microsoft.com/default...;en-us;Q306155

Nov 22 '05 #2
Hi,

I've had the same problem. But it's solved now. I uninstalled the framework
beta 2 and I installed the latest version of the framework beta 2
(2.0.50215.44).

It worked perfectly.


"clintonG" <cs*********@RE MOVETHISTEXTmet romilwaukee.com > a écrit dans le
message de news: ew************* *@TK2MSFTNGP09. phx.gbl...
The error is documented at MSDN [1] but building the project as the MSDN
document instructs does not resolve the issue for me. I hope others may
comment about other circumstances.

The actual message is: Could not load type 'theClassName.G lobal'

Line1: <%@ Application Inherits="FeedB uilder.Global" %>
Source: /appDirectory/global.asax

I may not have a complete global.asax as the global.asax contains that one
line and only that one line and no global.cs file noting the project has
been opened in VS2005 Beta 2.

<%= Clinton Gallagher

[1] http://support.microsoft.com/default...;en-us;Q306155

Nov 22 '05 #3

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

Similar topics

1
1818
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 the site over to my 2000 server box and set the permissions, set up the application again - configuration of both machines seems exactly the same and the site ran fine for a day then all of a sudden I get a 'could not load type' error for one of...
0
5325
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 written in C#. I created a small .exe file to test that the library builds propertly from configuration and that it communicates properly. This work great in the System.Windows.Forms. However, when I use the library in a web enviroment things...
4
4081
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 subdir as .ascx files.I made OSearch application in IIS ,because i want all the pages in it with authentiacation.now these pages couldnt load the controls ,because they were in a different application.i made a controls folder in OSearch and...
1
551
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 type name in the DLL. The permissions on the bin drectory look okay. In fact, the problem only occurs on a few machines. I have been unable to find any differences between the good and bad machines as far as software versions and configuration....
1
1592
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 iis app is still there.
0
3021
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 deploying the application into a third-part host.
2
5865
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 to remove the first row of the file, it's make some and some errors yet of the some type. You know how I can resolve this problem. Ab@
8
13217
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 compiles & runs fine locally, but when I copy to the production machine, I get this error: Parser Error Message: Could not load type 'Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Global" %> Source...
1
8852
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 an exception when loading one of our Extension DLL's. 'OurApp.exe' (Managed): Loaded '...\Debug\DLL1.dll', Symbols loaded. 'OurApp.exe' (Managed): Loaded '...\Debug\DLL2.dll', Symbols loaded. First-chance exception at 0x7c812a5b in OurApp.exe:...
3
6299
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 Language="VB" AutoEventWireup="false" CodeBehind="HVOA.master.vb" Inherits="HVOAWebsite.HVOA" %> The site will actually be hosted at an external hosting site, specifically GoDaddy.Com. So I moved the files to their site under a new virtual directory...
0
9582
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10335
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10082
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7621
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2993
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.