-
Dlls in ASP.NET
Hello!
I`m building a robot and my main goal is to control it by a website and the best way to do this is to use a website made in asp.net especially under c# because i have a dll with the functions to interact with the ports ( RoBoIo.dll is the one with the functions) but this dll requires a second one named WinIo.dll which opens the ports. I have referenced the 1st dll in my application but the second one cannot be referenced, it says that no type of libraries are found in this component.
I`ve also built some programs in C# to interact with the port and the winio.dll in that case should be placed in the root folder where the application executable was, but in the website case i`ve put the winio.dll in the root of the website and in the bin folder be it says that cannot be found.
Any suggestions or ideas ?
Best regards, Vlad
-
bin folder
hi there,
if this is a asp.net application then put this dll in you bin folder. followed, add a reference and look for that dll in your bin folder. if this dll is com then you should select com tab while adding references. if it is a com dll, don't forget to register it with regsvr32.exe.
good luck,
tonci.
Similar Threads
-
By alphaoide in forum ASP.NET
Replies: 3
Last Post: 04-14-2006, 02:56 PM
-
By sunilbenjamin in forum ASP.NET
Replies: 2
Last Post: 08-01-2005, 03:12 PM
-
Replies: 0
Last Post: 04-11-2003, 09:34 PM
-
By ASPSmith Training in forum dotnet.announcements
Replies: 0
Last Post: 06-18-2002, 03:39 AM
-
By Jon Gregory Rothlander in forum ASP.NET
Replies: 2
Last Post: 06-20-2001, 01:26 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks