Anyone heard of fuhnxrfp.dll ?

J

John B

Hi,

I'm getting a file not found error - looks like the app is looking for a
file called 'fuhnxrfp.dll' or 'fuhnxrfp.exe'. Does anyone know what this
file is? I can't find a reference to it anywhere....

Here is the Assembly Load Trace:


=== Pre-bind state information ===
LOG: User = NT AUTHORITY\NETWORK SERVICE
LOG: DisplayName = fuhnxrfp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null
(Fully-specified)
LOG: Appbase = file:///D:/websites\www.newsite.com/
LOG: Initial PrivatePath = bin
Calling assembly : i-wrph48, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null.
===
LOG: This bind is in default load context.
LOG: Using application configuration file:
D:\websites\www.newsite.com\web.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.40607/Temporary ASP.NET
Files/root/f9aa3d1b/a38fc693/fuhnxrfp.dll.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.40607/Temporary ASP.NET
Files/root/f9aa3d1b/a38fc693/fuhnxrfp/fuhnxrfp.dll.
LOG: Attempting download of new URL
file:///D:/websites/www.newsite.com/bin/fuhnxrfp.dll.
LOG: Attempting download of new URL
file:///D:/websites/www.newsite.com/bin/fuhnxrfp/fuhnxrfp.dll.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.40607/Temporary ASP.NET
Files/root/f9aa3d1b/a38fc693/fuhnxrfp.exe.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.40607/Temporary ASP.NET
Files/root/f9aa3d1b/a38fc693/fuhnxrfp/fuhnxrfp.exe.
LOG: Attempting download of new URL
file:///D:/websites/www.newsite.com/bin/fuhnxrfp.exe.
LOG: Attempting download of new URL
file:///D:/websites/www.newsite.com/bin/fuhnxrfp/fuhnxrfp.exe.

Thanks for your help,

John.
 
P

Patrice

AFAIK this is nothing else than an automatically generated name. My guess is
rather that this is just where ASP.NET 2.0 puts your compiled code...

There was a know issue with Index Server such as :
http://support.microsoft.com/default.aspx?scid=kb;en-us;329065

If this is "file not found" it could be perhaps rather a permission issue...
Do you see this file somewhere (under VS.NET I believe it was rather
somewhere under "MyDocuments") ?


Patrice
 
J

John B

Index server is not running on the server and I have run the filemon utility
to check permissions - no errors. I can't find the file anywhere either.

Thanks - John.
 
J

Juan T. Llibre

That usually happens when the .Net Framework
can't find the path for a resource.

Could you post the error info which comes *before*
the information you posted ( the Assembly Load Trace ) ?

Comments :

1. The Appbase seems confusing : file:///D:/websites\www.newsite.com/
Notice the d:/ forward slash, followed by backslashes "\"

2. I've seen many problems when a directory name like www.newsite.com
is used in a path. Parsers tend to have problems understanding
directory paths which end in .net, .com, or .exe

First of all, I'd change that directory name to a name which doesn't
look like a domain name. Maybe just "d:/websites/newsite" would work.

Fully qualified domain names belong in DNS, not in directory names.

3. If you're using VS.NET, make sure you've set "Copy Local" to True.

4. Lastly, make sure you're not falling into the trap described here :
http://weblogs.asp.net/fbouma/articles/7384.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top