P
Pascal Piekar
I'm making an asp.net page with an DLL wich I used in my old asp page.
The DLL is placed in my \bin\ folder.
When running the application I recieve this error:
*****
Compiler Error Message: BC30002: Type 'Pbp.Produkt' is not defined.
Source Error:
Line 28:
Line 29:
Line 30: Dim Produkt As Pbp.Produkt
Line 31: Produkt = New Pbp.ProduktClass
****
I'm using visual web developer 2005 beta with 0 errors on my page so for me
it should wok fine.
This is on top of my Page
<%@ Page Language="VB" EnableSessionState="false" AspCompat="true" Debug
="true"%>
and using on the server:
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288
any idea's?
The DLL is placed in my \bin\ folder.
When running the application I recieve this error:
*****
Compiler Error Message: BC30002: Type 'Pbp.Produkt' is not defined.
Source Error:
Line 28:
Line 29:
Line 30: Dim Produkt As Pbp.Produkt
Line 31: Produkt = New Pbp.ProduktClass
****
I'm using visual web developer 2005 beta with 0 errors on my page so for me
it should wok fine.
This is on top of my Page
<%@ Page Language="VB" EnableSessionState="false" AspCompat="true" Debug
="true"%>
and using on the server:
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288
any idea's?