V
vengala s reddy
i created a class1.vb, created a class1.dll.
now i moved it to \bin directory.
and to webconfig file i added
<compilation>
<add assembley="*"/>
</compilation>
Now i am trying to use it it in test.aspx
<%@ Import Namespace="HelloWorld" %>
ERROR GOES LIKE THIS
Compiler Error Message: BC30466: Namespace or type 'HelloWorld' for
the Imports 'HelloWorld' cannot be found.
Source Error:
Line 12: Option Explicit On
Line 13:
Line 14: Imports HelloWorld
Line 15: Imports Microsoft.VisualBasic
Line 16: Imports System
I NEED YOUR HELP. THX
now i moved it to \bin directory.
and to webconfig file i added
<compilation>
<add assembley="*"/>
</compilation>
Now i am trying to use it it in test.aspx
<%@ Import Namespace="HelloWorld" %>
ERROR GOES LIKE THIS
Compiler Error Message: BC30466: Namespace or type 'HelloWorld' for
the Imports 'HelloWorld' cannot be found.
Source Error:
Line 12: Option Explicit On
Line 13:
Line 14: Imports HelloWorld
Line 15: Imports Microsoft.VisualBasic
Line 16: Imports System
I NEED YOUR HELP. THX