|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
assembly
Originally posted by : silvio (silviob@geap.com.br) Hi, I have tried create an assembly for use in my aspx files, but it not work. First i create my code file in C# that has a namespace called accessdb. Then i create a key file (sn -k accessdb.snk), a netmodule (csc /target:module accessdb.cs) and finally link the key (al /t:lib /out:accessdb.dll /keyf:accessdb.snk accessdb.netmodule). When i try to use my namespace in my aspx file: the compiler returns that my namespace isn't found. What could be ? Help me !!
|
|
#2
|
|||
|
|||
|
Originally posted by : dhanuka (dhanuka@panlanka.lk)------------silvio at 8/10/2001 8:26:25 AM Hi, I have tried create an assembly for use in my aspx files, but it not work. First i create my code file in C# that has a namespace called accessdb. Then i create a key file (sn -k accessdb.snk), a netmodule (csc /target:module accessdb.cs) and finally link the key (al /t:lib /out:accessdb.dll /keyf:accessdb.snk accessdb.netmodule). When i try to use my namespace in my aspx file: the compiler returns that my namespace isn't found. What could be ? Help me !!
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > assembly |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|