DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: Dlls in ASP.NET

  1. #1
    Join Date
    Feb 2011
    Posts
    1

    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

  2. #2
    Join Date
    Oct 2008
    Posts
    141

    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

  1. ASP.NET 1.1 with no dll's
    By alphaoide in forum ASP.NET
    Replies: 3
    Last Post: 04-14-2006, 02:56 PM
  2. Replies: 2
    Last Post: 08-01-2005, 03:12 PM
  3. Advantages of ASP.NET over Java/ASP
    By Tricia in forum .NET
    Replies: 0
    Last Post: 04-11-2003, 09:34 PM
  4. Free ASP.NET Web Matrix Design/Editor Tool Released
    By ASPSmith Training in forum dotnet.announcements
    Replies: 0
    Last Post: 06-18-2002, 03:39 AM
  5. Calling dll's from ASP.Net
    By Jon Gregory Rothlander in forum ASP.NET
    Replies: 2
    Last Post: 06-20-2001, 01:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links