473,804 Members | 2,109 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

distributed dll : Specified module could not be found error

Help!

I've referenced a dll that resides on another server in my
web project. When I instantiate it (new keyword), I get
a "System.IO.File NotFoundExcepti on: The specified module
could not be found." error message.

I think this must be a access/permissions problem, but I'm
not sure how to fix it. I've used dcomcnfg and altered the
security settings for the dll there, but that hasn't
worked. I've given myself full permission for the dll.
Neither has worked. The dll is registered on my computer
and I've used it repeatedly in Windows programs without
this problem.

What do I do next?

Thanks.

Lori
Nov 17 '05 #1
0 1623

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
402
by: MovnOn | last post by:
Help! I've referenced a dll that resides on another server in my web project. When I instantiate it (new keyword), I get a "System.IO.FileNotFoundException: The specified module could not be found." error message. I think this must be a access/permissions problem, but I'm not sure how to fix it. I've used dcomcnfg and altered the security settings for the dll there, but that hasn't
2
2760
by: jimmyfishbean | last post by:
Hi, I have created a VB.Net windows service. Everything was working fine until I attempted to add a setup project. Now, for some strange, when I try and run the application (using INSTALLUTIL to install/uninstall it) I get the error: (53) The specified module could not be found When I debug the code, this error is thrown when the following code
0
434
by: William Sullivan | last post by:
I'm getting killed by this error message on TWO different machines at a client's site. Not just one machine, TWO. The web app is written in 2.0, and the install package has been confirmed to work on a test machine. Any ideas? The exception is thrown after my web app has begun initialization. The details: Event Type: Error Event Source: XXXXXX Event Category: None
2
1891
by: Marc | last post by:
I have a dll that is used to implement the web service class in the bin directory. the dll references othere dll's that if finds using the path directory. If the file can only be found through a mapped drive in the path variable then the error "Specified Module could not be found" is given. If the file can be found by a path that is not mapped such as "C:\dir1" then there is no error. The mapped drive can point to a locally shared path...
0
1959
by: RCM | last post by:
I am really eager to quit the Microsoft world and get into LAMP. For the immediate future I can't do the Apache part, so I am at least trying to get PHP up and running under IIS to learn it. I used the windows installer .msi to install PHP on a WinXP pro machine with IIS 5.1. My current problem is that when I access a test page as in http://localhost/simple.php I get the message "The specified module could not be found."
0
1234
by: LQQKIN | last post by:
HI, When i try to run amd debug my project i get following error. - The specified module could not be found. - This error is getting thrown on Application.Run(new Main()) From what it looks like it can not find some DLL that i have referenced. If i create a new project with out those dll's everything works fine, but as soon as i add them and start using them i get the same error.
2
11021
by: =?Utf-8?B?c2FtMDFt?= | last post by:
I have a remoting application that was developed on a Windows XP SP2 machine with VS2005 SP1. I finally got everything deployed using Wix 3.0, and it works great. Problem is, when I install the msi on a W23 server SP2, I get the following error: System.Runtime.Remoting.RemotingException: Remoting configuration failed with the exception 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation....
0
2320
by: stormogulen | last post by:
Hello all, I'm having some problems understanding how the runtime locates assemblies, and I hope you can help me shed some light on it. I'm deploying a web service, which uses some 3rd party dll (FelibFilterLib.dll). The problem is as follows: 1) The webservice is xcopied to the server, and the dll in question (FelibFilterLib) is located in the bin directory of the web service
4
23555
by: yogarajan | last post by:
The specified module could not be found. (Exception from HRESULT: 0x8007007E) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E) Source Error: An unhandled...
0
10354
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10101
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9177
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7643
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6870
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5675
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4314
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3837
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3005
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.