|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Could not load type 'Intro.Global'
Can some please help i am very new to ASP.NET and VB. When I am running the page i get the following errpr message:
********************************** Parser Error 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 'Intro.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="Intro.Global" %> Source File: c:\inetpub\wwwroot\ASPdotNET\Intro\global.asax Line: 1 ******************************* I get this error with any (different projects) page that i run. I have no idea why. Please can someone help. Regards H |
|
#2
|
|||
|
|||
|
Looks like this is specific to how you have named your project namespace...
Did you change the default namespace for the project? The parser error means that the ASP.NET page parser couldn't find the requested class. If you changed the namespace trying editing the global.asax file so that the inherits="" matches your new namespace. If you didn't change the project namespace try removing the "Intro.Global" and replacing it with "Global" |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Could not load type 'Intro.Global' |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|