This topic is locked

Type 'UserClass' is not defined.

5/17/2007 10:58:21 AM
ASPRunner.NET General questions
R
ryn004 author

I'm testign out asprunner.net, and I can' seem why I get the below error:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30002: Type 'UserClass' is not defined.
Source Error:
Line 51:

Line 52:

Line 53: Dim userLogin As New UserClass

Line 54: Dim aCookie As New HttpCookie("UserInfo")

Line 55: Try

Eugene 5/18/2007

I think you build project for .NET Framework version 1.1, but your web site is running under .NET Framework version 2.0

Please, rebuild your project for .NET Framework version 2.0 (you can choose framework version at step 12 (output directory) of ASPRunner.NET wizard)

R
ryn004 author 5/18/2007

There is only one selection which is "v1.1.4322". I'm running the demo which I downloaded 3 days ago.

Sergey Kornilov admin 5/18/2007

You can download and install .NET framework 2.0 from Microsoft's website:

http://www.microsoft.com/downloads/details...;displaylang=en