Failed to load resources from resource file Pleas check your Setup

M

Mats-Erik Grundh

Failed to load resources from resource file Pleas check your Setup.

One client, windows xp pro, receives the following error message when
starting my application:
"Failed to load resources from resource file Pleas check your Setup."

The start shortcut looks like this:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
http://ozzy/conet/client/bin/co.win.EXE

As you can see i use "No Touch Deployment".

The application is working well on other windows xp pro and windows 2000
clients.

Thanks in advance!
 
F

Felix Wang

Hello,

Thanks for posting.

To isolate the problem, what will happen if we input the URL
"http://ozzy/conet/client/bin/co.win.EXE" in IE, instead of using the
IEExec.exe?

Is there any resource file used by your application on the web server?

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
M

Mats-Erik Grundh

I have tried to start the application from internet explorer
"http:://ozzy/conet/client/bin/CO.Win.EXE" and it is the same result.

There are resourcefiles on the server under the bin folder:

bin\fi\CO.Win.resources.dll - folder with Finish resources.
bin\no\CO.Win.resources.dll - folder with Norwegian resources.
bin\sv\CO.Win.resources.dll - folder with Swedish resources.

I have added som extra debugging-code to find out where in my program it
failures and found these two rows:

Dim channel As New HttpChannel(channelProperties, New
BinaryClientFormatterSinkProvider(formatterProperties, providerProperties),
serverProvider)
ChannelServices.RegisterChannel(channel)
 
F

Felix Wang

Hello,

Thanks for your quick response.

It seems that you are using .Net Remoting technologies. Have you set the
code access security policies on that machine correctly? For Remoting to
work, the assembly usually requires "FullTrust" permission.

On the other hand, since the application runs well on other machines, I
think there should be no problem with the code itself.

I hope this helps.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
M

Mats-Erik Grundh

The policy is correct configured with "FullTrust" on the URL.

Could the problem have something with 1.1 Framework Languagepacks? The
Windows XP installation is Swedish and when you install the 1.1 Framework
from Windows Update it also downloads and installs a language pack.. If You
look in the folder C:\Windows\assembly there are resourcefiles with
culture=sv?
 
F

Felix Wang

Hello,

Do we have any other machine runninig Swedish Windows XP and Framework? If
the problem only occurs on this machine, but does not occur on other
Swedish systems, it is very likely that the problem is related to the
Framework or the Language Packs.

In addition, please double-check the locale setting of that problematic
machine. Is it set to Swedish? I will perform some tests with a localized
Windows.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
F

Felix Wang

Hello,

I would like to add a few more points. We can collect the IIS log from your
web server and see whether the requests have been sent correctly by the
client in question.

In addition, in the GAC of the client machine, let's see whether we have
IEExecRemote assembly there.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
M

Mats-Erik Grundh

Dear Felix!

Please send a response so i know if You are working with the problem or i
have to try some other ways.

Best regards,

Mats-Erik Grundh
 
M

Mats-Erik Grundh

Yes, there are several Windows XP and Framework with the Language Pack
installed.

I have checked the Regional Settings, it is swedish, on the problem machine
and it looks okey, it is same configuration on other working machines.
 
M

Mats-Erik Grundh

***** Start IIS Log Windows XP Pro Problem computer calling http://Ozzy/...
to start application.

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-02-12 14:30:17
#Fields: date time c-ip cs-username s-port cs-method cs-uri-stem
cs-uri-query sc-status sc-bytes cs-bytes time-taken
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/CO.Win.EXE.config -
200 580 221 4250
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/CO.Win.EXE - 200
184586 214 94
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/CO.Win.DLL - 404
4203 214 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/CO.Win/CO.Win.DLL -
404 4203 221 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/bin/CO.Win.DLL -
404 4203 218 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/bin/CO.Win/CO.Win.DLL - 404 4203 225 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/CO.Enums.DLL - 200
15113 216 62
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/CO.Common.DLL - 200
57609 217 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources.DLL - 404 4203 232 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources - 404 4203 251 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources.DLL - 404 4203 236 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources - 404 4203 255 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources.EXE - 404 4203 232 16
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources - 404 4203 251 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources.EXE - 404 4203 236 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources - 404 4203 255 0
2004-02-12 14:30:17 10.1.2.20 - 80 GET /conet/client/bin/CO.Win.Data.DLL -
200 6920 219 157
2004-02-12 14:30:18 10.1.2.20 - 80 GET /conet/client/bin/CO.Scenario.DLL -
200 49417 219 15

***** End IIS Log Windows XP Pro Problem computer calling http://Ozzy/... to
start application.

***** Start IIS Log Windows 2000 computer calling http://Ozzy/... to start
application.

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-02-12 14:51:20
#Fields: date time c-ip cs-username s-port cs-method cs-uri-stem
cs-uri-query sc-status sc-bytes cs-bytes time-taken
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/CO.Win.EXE.config - 200 580 221 4094
2004-02-12 14:51:20 10.1.0.178 - 80 GET /conet/client/bin/CO.Win.EXE - 200
184586 214 31
2004-02-12 14:51:20 10.1.0.178 - 80 GET /conet/client/bin/CO.Win.DLL - 404
4203 214 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/CO.Win/CO.Win.DLL - 404 4203 221 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET /conet/client/bin/bin/CO.Win.DLL -
404 4203 218 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/CO.Win/CO.Win.DLL - 404 4203 225 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET /conet/client/bin/CO.Enums.DLL - 200
15113 216 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET /conet/client/bin/CO.Common.DLL -
200 57609 217 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources.DLL - 404 4203 232 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources - 404 4203 251 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources.DLL - 404 4203 236 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources - 404 4203 255 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources.EXE - 404 4203 232 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv-SE/mscorlib.resources - 404 4203 251 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources.EXE - 404 4203 236 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv-SE/mscorlib.resources - 404 4203 255 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv/mscorlib.resources.DLL - 404 4203 229 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv/mscorlib.resources - 404 4203 248 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/mscorlib.resources.DLL - 404 4203 233 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/mscorlib.resources - 404 4203 252 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv/mscorlib.resources.EXE - 404 4203 229 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/sv/mscorlib.resources - 404 4203 248 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/mscorlib.resources.EXE - 404 4203 233 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/mscorlib.resources - 404 4203 252 0
2004-02-12 14:51:20 10.1.0.178 - 80 GET /conet/client/bin/CO.Win.Data.DLL -
200 6920 219 156
2004-02-12 14:51:20 10.1.0.178 - 80 GET /conet/client/bin/CO.Scenario.DLL -
200 49417 219 0
2004-02-12 14:51:21 10.1.0.178 - 80 GET
/conet/client/bin/CO.Datasets.Common.DLL - 200 78089 226 0
2004-02-12 14:51:21 10.1.0.178 - 80 GET /conet/client/bin/CO.Data.DLL - 200
94473 215 16
2004-02-12 14:51:23 10.1.0.178 - 80 GET
/conet/client/bin/CO.Win.EXE.config - 200 580 93 188
2004-02-12 14:51:26 10.1.0.178 - 80 POST /conet/coScenarioSecurity.soap -
200 15252 421 3125
2004-02-12 14:51:26 10.1.0.178 - 80 POST /conet/coScenarioLanguage.soap -
200 2793 435 47
2004-02-12 14:51:26 10.1.0.178 - 80 POST /conet/coScenarioPriceList.soap -
200 3104 430 47
2004-02-12 14:51:26 10.1.0.178 - 80 GET /conet/client/bin/CO.Win.Main.DLL -
200 82185 219 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/CO.ControlLibrary.DLL - 200 344329 225 31
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/AxInterop.SHDocVw.DLL - 200 45321 225 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/sv/CO.Win.Main.resources.DLL - 404 4203 232 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/sv/CO.Win.Main.resources - 404 4203 254 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/CO.Win.Main.resources.DLL - 404 4203 236 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/CO.Win.Main.resources - 404 4203 258 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/sv/CO.Win.Main.resources.EXE - 404 4203 232 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/sv/CO.Win.Main.resources - 404 4203 254 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/CO.Win.Main.resources.EXE - 404 4203 236 0
2004-02-12 14:51:26 10.1.0.178 - 80 GET
/conet/client/bin/bin/sv/CO.Win.Main.resources - 404 4203 258 0
2004-02-12 14:51:27 10.1.0.178 - 80 GET
/conet/client/bin/Interop.SHDocVw.DLL - 200 127242 223 16
2004-02-12 14:51:27 10.1.0.178 - 80 GET /conet/client/bin/CO.Globals.DLL -
200 8456 218 0
2004-02-12 14:51:27 10.1.0.178 - 80 GET
/conet/client/bin/sv/CO.Win.resources.DLL - 200 41225 227 0
2004-02-12 14:51:27 10.1.0.178 - 80 GET /conet/client/bin/CO.Enums.DLL - 304
163 303 0
2004-02-12 14:51:27 10.1.0.178 - 80 POST /conet/ScenarioInfo.soap - 200 566
415 250
 
M

Mats-Erik Grundh

*** Assembly Binder Log Entry (2004-02-12 @ 15:30:17) ***

The operation was successful.
Bind result: hr = 0x0. Åtgärden har slutförts.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: Where-ref bind. Location = http://motorhead/conet/client/bin/CO.Win.EXE
LOG: Appbase = http://motorhead/conet/client/bin
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===

LOG: Processing DEVPATH.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/CO.Win.EXE.
LOG: Assembly download was successful. Attempting setup of file:
C:\Documents and Settings\coa\Lokala inställningar\Temporary Internet
Files\Content.IE5\W74501AH\CO.Win[1].EXE
LOG: Entering download cache setup phase.



*** Assembly Binder Log Entry (2004-02-12 @ 15:30:17) ***

The operation was successful.
Bind result: hr = 0x0. Åtgärden har slutförts.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: DisplayName = CO.Win, Version=1.3.0.0, Culture=neutral,
PublicKeyToken=null
(Fully-specified)
LOG: Appbase = http://motorhead/conet/client/bin
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===

LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: CO.Win, Version=1.3.0.0, Culture=neutral,
PublicKeyToken=null
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/CO.Win.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/CO.Win/CO.Win.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/CO.Win.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/CO.Win/CO.Win.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/CO.Win.EXE.
LOG: Assembly download was successful. Attempting setup of file:
C:\Documents and Settings\coa\Lokala inställningar\Temporary Internet
Files\Content.IE5\W74501AH\CO.Win[1].EXE
LOG: Entering download cache setup phase.
WRN: A duplicate assembly was found while copying the assembly item to the
cache.



*** Assembly Binder Log Entry (2004-02-12 @ 15:30:17) ***

The operation was successful.
Bind result: hr = 0x0. Åtgärden har slutförts.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: DisplayName = IEExecRemote, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
(Fully-specified)
LOG: Appbase = http://motorhead/conet/client/bin
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===

LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Attempting application configuration file download.
LOG: Download of application configuration file was attempted from
http://motorhead/conet/client/bin/CO.Win.EXE.config.
LOG: The asynchronous application configuration file download successful.
Download location C:\Documents and Settings\coa\Lokala
inställningar\Temporary Internet
Files\Content.IE5\Y50XKBC1\CO.Win.EXE[1].config
LOG: Found application configuration file (C:\Documents and
Settings\coa\Lokala inställningar\Temporary Internet
Files\Content.IE5\Y50XKBC1\CO.Win.EXE[1].config).
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: IEExecRemote, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
LOG: Found assembly by looking in the cache.



*** Assembly Binder Log Entry (2004-02-12 @ 15:30:17) ***

The operation failed.
Bind result: hr = 0x80070002. Det går inte att hitta filen.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: DisplayName = mscorlib.resources, Version=1.0.5000.0, Culture=sv-SE,
PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = http://motorhead/conet/client/bin
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===

LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: mscorlib.resources, Version=1.0.5000.0,
Culture=sv-SE, PublicKeyToken=b77a5c561934e089
LOG: Cache Lookup was unsuccessful.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources/mscorlib.resources.EXE.
LOG: All probing URLs attempted and failed.


*** Assembly Binder Log Entry (2004-02-12 @ 15:30:17) ***

The operation was successful.
Bind result: hr = 0x0. Åtgärden har slutförts.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: DisplayName = mscorlib.resources, Version=1.0.5000.0, Culture=sv,
PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = http://motorhead/conet/client/bin
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===

LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: mscorlib.resources, Version=1.0.5000.0,
Culture=sv, PublicKeyToken=b77a5c561934e089
LOG: Found assembly by looking in the cache.
 
F

Felix Wang

Hello,

Please refer to the follow entry in the fusion bind log:

LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: mscorlib.resources, Version=1.0.5000.0,
Culture=sv-SE, PublicKeyToken=b77a5c561934e089
LOG: Cache Lookup was unsuccessful.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources/mscorlib.resource
s.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources/mscorlib.reso
urces.DLL.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/sv-SE/mscorlib.resources/mscorlib.resource
s.EXE.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://motorhead/conet/client/bin/bin/sv-SE/mscorlib.resources/mscorlib.reso
urces.EXE.
LOG: All probing URLs attempted and failed.

It seems that the "mscorlib.resource.dll" is missing. As far as I know,
this file should be in the GAC of the client machine. Do we have it there?

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
M

Mats-Erik Grundh

Hello Mr Wang!

Thanks for your help!

Sorry, i just picked some example from the fusionlog. There where three
entries in the Fusionlog containing mscorlib:
(What's in mscorlib library?)

**** The Three entries starts here ****

*** Assembly Binder Log Entry (2004-02-13 @ 07:19:31) ***
The operation was successful.
Bind result: hr = 0x0. Åtgärden har slutförts.
Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: DisplayName = mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: Not processing DEVPATH because this is a pre-jit assembly bind.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
LOG: Found assembly by looking in the cache.


*** Assembly Binder Log Entry (2004-02-13 @ 07:19:32) ***
The operation failed.
Bind result: hr = 0x80070002. Det går inte att hitta filen. (file not found)
Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: DisplayName = mscorlib.resources, Version=1.0.5000.0, Culture=sv-SE,
PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = http://ozzy/conet/client/bin
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: mscorlib.resources, Version=1.0.5000.0,
Culture=sv-SE, PublicKeyToken=b77a5c561934e089
LOG: Cache Lookup was unsuccessful.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/sv-SE/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/sv-SE/mscorlib.resources/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/bin/sv-SE/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/bin/sv-SE/mscorlib.resources/mscorlib.resources.DLL.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/sv-SE/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/sv-SE/mscorlib.resources/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/bin/sv-SE/mscorlib.resources.EXE.
LOG: Attempting download of new URL
http://ozzy/conet/client/bin/bin/sv-SE/mscorlib.resources/mscorlib.resources.EXE.
LOG: All probing URLs attempted and failed.


*** Assembly Binder Log Entry (2004-02-13 @ 07:19:32) ***
The operation was successful.
Bind result: hr = 0x0. Åtgärden har slutförts.
Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\fusion.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
--- A detailed error log follows.
=== Pre-bind state information ===
LOG: DisplayName = mscorlib.resources, Version=1.0.5000.0, Culture=sv,
PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = http://ozzy/conet/client/bin
LOG: Initial PrivatePath = bin
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = NULL
Calling assembly : (Unknown).
===
LOG: Processing DEVPATH.
LOG: DEVPATH is not set. Falling through to regular bind.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: mscorlib.resources, Version=1.0.5000.0,
Culture=sv, PublicKeyToken=b77a5c561934e089
LOG: Found assembly by looking in the cache.


*** Thre entries ends here ****
 
F

Felix Wang

Hello,

The mscorlib.dll is for "Microsoft Common Language Runtime Class Library".
From the IIS log, it seems that the problematic machine does not sent
request for mscorlib.resources assembly. The Windows 2000 machine which
works fine sent the requests. But the mscorlib.resources with culture sv
should already be in the GAC on the client machine.

Let's try cleaning the download cache with the following command:

gacutil /cdl

In addition, have you tried re-installing the Framework on the problematic
machine?

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
M

Mats-Erik Grundh

Hello,

I have:
-Reinstalled the Framework.
-Cleared the cache with gacutil -cdl.
-Cleared the cache in internet explorer.

It is still the same result.
 
F

Felix Wang

Hello,

Thanks for your feedback. I have to admit that the issue is a little bit
weird. Do we have any protection software (e.g. anti-virus, firewall or
script blocking applications) running during the installation of the
framework? We have some reports that the latest version of Norton Antivirus
may cause some problem with the framework. Is it possible for your case?

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
M

Mats-Erik Grundh

Hello,

Yes it's very weird, alla other clients are working but not this one! All
our clients runs "Trend Micro - OfficeScan Corporate Edition".

Regards,

Mats-Erik Grundh
www.clasohlson.com
 
F

Felix Wang

Hello,

Would you consider it acceptable if we try to re-install the Framework with
the protection software turned off temporarily?

To protect the system, we may disconnect it from the network temporarily as
well.

I hope this helps.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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

Top