Results 1 to 3 of 3

Thread: .DLL Question

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    45

    Arrow .DLL Question

    Hi guys,

    I have a question on DLL with regards to server and client.
    Ok heres the situation, there are 5 PC. Each of the PC has a device connected. And these devices requires the .dll to function.

    So, a server, which is also the developer( doing ASP.NET web application), has the .DLL file.
    What should be done to this .dll file?
    How do I ensure that when many client use the device, there wont be conflict with the dll?

    I hope you get some replies soon
    Thanks

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: .DLL Question

    Depending on how the dll was coded there shouldnt be any problems. How are all the applications accessing this dll (eg. network share)? By default, when you reference a .dll visual studio creates a Local Copy (copies the .dll to the bin directory).
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    45

    Re: .DLL Question

    Quote Originally Posted by <ABX
    Depending on how the dll was coded there shouldnt be any problems. How are all the applications accessing this dll (eg. network share)? By default, when you reference a .dll visual studio creates a Local Copy (copies the .dll to the bin directory).
    Hi,
    Yeah, its local. However this is what had happened. The device are also connected to the server. Client has it too. Individual devices. But when the client access the website, the device at the server is activated instead of the client's device. How come?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width