Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Import of DLLs


Message #1 by "Richard McKinley" <r.mckinley@k...> on Fri, 18 Jan 2002 13:56:36
Hi,



a fairly simple question(!):



I want to import a library to a class file I'm writing - I've used a 

statement of the form: using Namespace; at the top of my class file and 

tried to reference the physical DLL using the Project..Add Reference 

option in Visual Studio.  However the compiler can not find the dll.  



Can anyone tell me what I'm doing wrong?



Many thanks,

Richard
Message #2 by "Lauser, John" <LauserJ@h...> on Fri, 18 Jan 2002 14:14:47 -0500
If the dll is already created then you can right click References and

"Add Reference" then click "Browse" and tell it where it is. If the dll

is not compiled then you can create a dependency to the dll's cs source

file. When you build it will compile it for you and reference it.



-----Original Message-----

From: Richard McKinley [mailto:r.mckinley@k...]

Sent: Friday, January 18, 2002 08:57

To: ASP+

Subject: [aspx] Import of DLLs





Hi,



a fairly simple question(!):



I want to import a library to a class file I'm writing - I've used a

statement of the form: using Namespace; at the top of my class file and

tried to reference the physical DLL using the Project..Add Reference

option in Visual Studio.  However the compiler can not find the dll. 



Can anyone tell me what I'm doing wrong?



Many thanks,

Richard





  Return to Index