-
Referencing Local DLL
First, I'm very new to web development, so try to keep this simple 
Currently we use a dll registered on the users machine to post messages to their local message queue. We are trying to migrate this process to a web application. When I call the dll from the web page I get the 80040154 error. If we register the dll on the server the error goes away, but no messages are posted to the local queue.
Is there a way to reference the dll on the users machine?
Would we be better off just posting directly to the queue on the users machine. If so can someone point me to an example.
Is there a way to identify the computer name of the users machine? My.Computer.Name just returns the name if the server the app is hosted on
...joe
-
 Originally Posted by joewmaki
Is there a way to identify the computer name of the users machine? My.Computer.Name just returns the name if the server the app is hosted on 
At least I can now get the ip address of the client (Request.UserHostAddress). It's a step in the right direction.
...joe
Similar Threads
-
By pfaisalbe in forum .NET
Replies: 1
Last Post: 05-14-2009, 02:01 PM
-
By lucbrunet in forum .NET
Replies: 5
Last Post: 08-16-2006, 09:29 PM
-
Replies: 0
Last Post: 02-13-2003, 01:21 AM
-
By Michael Shutt in forum Database
Replies: 0
Last Post: 08-21-2002, 09:21 AM
-
By Naveen in forum VB Classic
Replies: 0
Last Post: 12-20-2001, 01:47 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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|