T
Tiraman
Hi,
I Build my own dll with my own namespace name and i would like to put it in
one place but for the project bin folder
so all of the projects will be able to use it .
i tried to put the dll in this place ----> c:\MyDlls\Test.dll
And i wrote in my aspx file the following
<%@ Import Namespace="Test.MyClass"%>
And it didn't work !
I also tried to add reference to that dll but this didn't help 2 .
Please Advice .
I Build my own dll with my own namespace name and i would like to put it in
one place but for the project bin folder
so all of the projects will be able to use it .
i tried to put the dll in this place ----> c:\MyDlls\Test.dll
And i wrote in my aspx file the following
<%@ Import Namespace="Test.MyClass"%>
And it didn't work !
I also tried to add reference to that dll but this didn't help 2 .
Please Advice .