This topic is locked
[SOLVED]

  Parser Error Message: Could not load type 'Project

5/11/2005 9:39:35 AM
ASPRunner.NET General questions
swat author

I am getting this error- and have no idea so far,
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 'Project1.debt_list'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="debt_list.aspx.vb" Inherits="Project1.debt_list" %>

Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Line 3: <HTML>[/b]
thanks

Eugene 5/11/2005

please check if there is Framework v.1.1.* at your computer. You can check it here: C:\WINDOWS\Microsoft.NET\FrameworkIf there is framework v.1.1, please choose this version in ASPRunner.NET, step 12 (NET Framework settings). If you don't have this version, you can download it at: http://www.microsoft.com/downloads/details...&displaylang=en and install it.

After that please build project again.

swat author 5/11/2005

please check if there is Framework v.1.1.* at your computer. You can check it here: C:\WINDOWS\Microsoft.NET\FrameworkIf there is framework v.1.1, please choose this version in ASPRunner.NET, step 12 (NET Framework settings). If you don't have this version, you can download it at: http://www.microsoft.com/downloads/details...&displaylang=en and install it.

After that please build project again.



I did re-install framework1.1 and now I am getting this error
Thx

A
andreys 5/11/2005

I am getting this error- and have no idea so far,

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 'Project1.debt_list'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="debt_list.aspx.vb" Inherits="Project1.debt_list" %>

Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Line 3: <HTML>[/b]
thanks



I have the same error.

Framework installed: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

Eugene 5/13/2005

I did re-install framework1.1 and now I am getting this error




swat, please download and install Microsoft Data Access Components(MDAC) version 2.8

Eugene 5/13/2005

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 'Project1.[/b]
I have the same error.

Framework installed: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032



Andreys,

Could you please zip and send on [email=support@xlinesoft.com]support@xlinesoft.com[/email] the whole content of ASPRunner.NET output folder along with the project file? I need it to investigate Register problem.

A
andreys 5/24/2005

Eugene,
My problem was that I've tried to output(build) project to the sharepoint on the web server. In my case the 'bin' directory was empty and of course you cannot load a library/file which doesn't exists <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=4523&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />

500245 6/17/2005

I am trying to upgrade my application to the 1.1 framework. I copied the code over to the machine with the 1.1 framework and compiled the application. I try to run the application and get the parser error...

500246 6/17/2005

I am trying to upgrade my application to the 1.1 framework. I copied the code over to the machine with the 1.1 framework and compiled the application. I try to run the application and get the parser error on

Line 1: <%@Application Inherits = "com.company.myapp.ui.web.service.WebApplication" %>
None of the code has been changed. I have tried to compile several times, tried a reboot but to no avail.
help!

Eugene 6/24/2005

Kelley S,

could you please zip and send on support@xlinesoft.com the whole content of ASPRunner.NET output folder along with the project file? I need it to investigate Register problem

P
Peter 6/26/2005

I have the same problem, I have spend 5 hours try to solve the problem, but all fails, can any one help me???

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 'Project2.Menu'.
Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Menu.aspx.vb" Inherits="Project2.Menu"%>

Line 2: <HTML>

Line 3: <HEAD>
Source File: C:\Program files\ASPRunner.NET\Output\menu.aspx Line: 1
--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Eugene 6/27/2005

This error message means .NET framework cannot locate Project2.dll file. This happens when you put generated files to folder other than Website root directory or virtual directory root. This is the way how .NET framework works.
You need to create a bin folder under your Web site root and put project2.dll file there. project2.dll file can be found in ASPRunner.NET output directory in BIN folder.

A
andreys 7/18/2005

Kelley S,

could you please zip and send on support@xlinesoft.com the whole content of ASPRunner.NET output folder along with the project file? I need it to investigate Register problem



Eugene,
You can start an investigation from your own website. Here is a link to your "Demo"

page which produces a similar error:
http://www.xlinesoft.com/asprunnernet/live...demo/login.aspx

admin 7/19/2005

Andreys,
thank you for pointing me to livedemo problem. I've accidently removed webdemo.dll from BIN folder. It works fine now.