|
-
May 20th, 2005, 10:57 AM
#1
Thread Starter
Member
.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
-
May 20th, 2005, 10:06 PM
#2
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
-
May 22nd, 2005, 12:20 AM
#3
Thread Starter
Member
Re: .DLL Question
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|