CppCodeProvider Version=8.0.0.0 & VJSharpCodeProvider Version=2.0.

G

Guest

Ok, I've had this issues since yesterday and I cannot figure out what's
causing it.

Basically, I have a Visual Studio 2005 Web Service. The service runs
completely find on my local development environment (running WinXP, with .NET
1.1 & .NET 2.0 installed).

I would normally Publish the website to another machine using the built in
"Publish" in VS 2005. I publish to a file system on a remote machine running
..NET 2.0 Framework. I used to have no problems until yesterday.

Now, the web service crashes with
"The specified module could not be found. (Exception from HRESULT:
0x8007007E)"

I ran fuslogvw on the machine, and I noticed the CppCodeProvider &
VJSharpCodeProvider failed. (Below are the fuslogs). The weird thing is, I
don't reference these anywhere in my project! I do use a few third-party
dll's, but I can't tell if they need these dependencies.

Do I need to re-install the .NET 2.0 Framework on the remote machine to get
these to work? I just don't get why it worked before, and doesn't work now.

Does someone know how to fix this cleanly?

Any help would be appriciated.

Thanks,
Felix

***********************************************
FUSLOG Attachments
***********************************************

*** Assembly Binder Log Entry (4/11/2006 @ 12:48:14 PM) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
Running under executable c:\windows\system32\inetsrv\w3wp.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = NT AUTHORITY\SYSTEM
LOG: DisplayName = CppCodeProvider, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///C:/Satellite-TEST/SatelliteWebServices/
LOG: Initial PrivatePath = C:\Satellite-TEST\SatelliteWebServices\bin
LOG: Dynamic Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\eliteimagingwebservices\d859e513
LOG: Cache Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\eliteimagingwebservices\d859e513
LOG: AppName = 20c4b58b
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file:
C:\Satellite-TEST\SatelliteWebServices\web.config
LOG: Using host configuration file:
\\?\c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: CppCodeProvider, Version=8.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/CppCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/CppCodeProvider/CppCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/CppCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/CppCodeProvider/CppCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/CppCodeProvider.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/CppCodeProvider/CppCodeProvider.EXE.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/CppCodeProvider.EXE.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/CppCodeProvider/CppCodeProvider.EXE.
LOG: All probing URLs attempted and failed.


*** Assembly Binder Log Entry (4/11/2006 @ 12:48:14 PM) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
Running under executable c:\windows\system32\inetsrv\w3wp.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = NT AUTHORITY\SYSTEM
LOG: DisplayName = VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = file:///C:/Satellite-TEST/SatelliteWebServices/
LOG: Initial PrivatePath = C:\Satellite-TEST\SatelliteWebServices\bin
LOG: Dynamic Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\eliteimagingwebservices\d859e513
LOG: Cache Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files\eliteimagingwebservices\d859e513
LOG: AppName = 20c4b58b
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file:
C:\Satellite-TEST\SatelliteWebServices\web.config
LOG: Using host configuration file:
\\?\c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: VJSharpCodeProvider, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/VJSharpCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/VJSharpCodeProvider/VJSharpCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/VJSharpCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/VJSharpCodeProvider/VJSharpCodeProvider.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/VJSharpCodeProvider.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/eliteimagingwebservices/d859e513/20c4b58b/VJSharpCodeProvider/VJSharpCodeProvider.EXE.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/VJSharpCodeProvider.EXE.
LOG: Attempting download of new URL
file:///C:/Satellite-TEST/SatelliteWebServices/bin/VJSharpCodeProvider/VJSharpCodeProvider.EXE.
LOG: All probing URLs attempted and failed.
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top