473,803 Members | 3,448 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Anyone heard of fuhnxrfp.dll ?

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\NETWO RK 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\Micr osoft.NET\Frame work\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.
Nov 19 '05 #1
3 1342
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...b;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 "MyDocument s") ?
Patrice

--

"John B" <jo********@hot mail.com> a écrit dans le message de
news:%2******** *******@TK2MSFT NGP15.phx.gbl.. .
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\NETWO RK 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\Micr osoft.NET\Frame work\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.

Nov 19 '05 #2
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.
"Patrice" <no****@nowhere .com> wrote in message
news:Ok******** *****@TK2MSFTNG P15.phx.gbl...
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...b;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 "MyDocument s") ?
Patrice

--

"John B" <jo********@hot mail.com> a écrit dans le message de
news:%2******** *******@TK2MSFT NGP15.phx.gbl.. .
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\NETWO RK 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\Micr osoft.NET\Frame work\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.


Nov 19 '05 #3
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

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"John B" <jo********@hot mail.com> wrote in message
news:%2******** *******@TK2MSFT NGP15.phx.gbl.. .
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\NETWO RK 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\Micr osoft.NET\Frame work\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.

Nov 19 '05 #4

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

Similar topics

1
2100
by: Simon Harvey | last post by:
Hi chaps, Does anyone know if the beast is going to release Visual Tools for office to work with Visual Studio 2002 and not just 2003, or are they quite happy to shaft those that supported them when their product just cam out. I can't see why the tools shouldnt work with 2002 seeing as its almost identical to 2003. Has anyone heard anything
1
2064
by: Harag | last post by:
Hi all Classic ASP, Textpad Local "test" WebServer. IIS5 Well my MS script debugger isn't running and I can't findout why. I'm sick of it failing on me so was looking for an alternative. I spotted one called Team Remote ASP Debugger
162
7297
by: Isaac Grover | last post by:
Hi everyone, Just out of curiosity I recently pointed one of my hand-typed pages at the W3 Validator, and my hand-typed code was just ripped to shreds. Then I pointed some major sites (microsoft.com, cnn.com, etc.) at the W3 Validator; to my surprise none of them passed. Doesn't anyone care anymore, or are the standards more-or-less looked at as guidlines for web design?
0
1079
by: Jay1969 | last post by:
Hey all, I heard there was a new service offered to Microsoft partners called ISV Advisory Services (see link) where MS is giving free dev consulting to their Partners. https://partner.microsoft.com/global/40016379 Has anyone in these groups had a chance to try them out? It sounds like it may be a good service but I'd like to hear from anyone who's
1
1320
by: Sergey | last post by:
Hi Just curious if anyone ever heard of NetQuarry. They sell a "enterprise application platform" for .NET. My company is considering buying it and I wanted to know if anybody had any experience with it. Thanks Sergey
7
2321
by: Skc | last post by:
Hullo Just like to check whether anyone has tried RentACoder. I intend to farm out a small job that must use C#, WinForms, ADO.Net for around US$400, but don't know whether RentACoder is reliable. Any views anyone? BTW, I am not from United States but from a small country on the other side of the globe.
8
2065
by: Terry Olsen | last post by:
I'm trying to use the RS232 class that was in the Platform SDK (i think). Has anyone else used this with events successfully? Here's what i've got: ====================== Public WithEvents bbsPort As Rs232 = New Rs232 With bbsPort .BaudRate = baud .DataBit = dataBits .Parity = parity .Port = comPort
3
2161
by: DR | last post by:
I heard there is some trick to referencing statics in C# CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a little static shared variable here and there without having to compromise safety in the Sql Server 2005.
3
1432
by: DR | last post by:
I heard there is some trick to referencing statics in VB.NET CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a little static shared variable here and there without having to compromise safety in the Sql Server 2005.
0
9703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9564
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10548
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10316
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
9125
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
7604
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
5500
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4275
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
3798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.