Commerce Server General - GENIDLib

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server General > June 2006 > GENIDLib





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author GENIDLib
Compilation Error in web.config

2006-06-27, 7:16 pm

Hello,
I'm testing a migration from Commerce 2002 to 2007, and its tripping up on
an entry in one of my sites called ISP01. I renamed all the entires for "add
assembly" to the correct version and publickeytoken, but its still erroring
out. The only thing I can think of is the GENIDLib entry, which is not in
the assembly when I installed 2007 but its in there with 2002. I commented
it out in the web.config but its still giving me an error. Let me know if
you need anything else. Thanks....The error is the following...

Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: File or assembly name
Microsoft.CommerceServer.Runtime, or one of its dependencies, was not found.

Source Error:


Line 219: <compilation defaultLanguage="vb" debug="false">
Line 220: <assemblies>
Line 221: <add assembly="Microsoft.CommerceServer.Runtime,
Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 222: <!--<add assembly="GENIDLib, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>-->
Line 223: </assemblies>


Source File: c:\inetpub\wwwroot\ISP01\web.config Line: 221

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.CommerceServer.Runtime' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = Microsoft.CommerceServer.Runtime, Version=6.0.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/ISP01
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Microsoft.CommerceServer.Runtime,
Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.CommerceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Microsoft.CommerceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.CommerceServer.Runtime.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Microsoft.CommerceServer.Runtime.EXE.



Vinayak Tadas[MSFT]

2006-06-27, 7:16 pm

Shouldnt you be using .Net fraework 2.0?


Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
Thread-Topic: GENIDLib
thread-index: AcaaLp00MtMPioFsTxmMDSsEM01qaQ==
X-WBNR-Posting-Host: 204.115.208.42
From: =?Utf-8?B? Q29tcGlsYXRpb24gRXJyb3IgaW4gd2ViLmNvbmZp
Zw==?= <Compilation
Error in web.config@discussions.microsoft.com>
Subject: GENIDLib
Date: Tue, 27 Jun 2006 14:14:02 -0700
Lines: 74
Message-ID: <401A2A9D-46E6-4595-9604-F32F2813F621@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.commerceserver.general
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:17979
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.general

Hello,
I'm testing a migration from Commerce 2002 to 2007, and its tripping up on
an entry in one of my sites called ISP01. I renamed all the entires for
"add
assembly" to the correct version and publickeytoken, but its still erroring
out. The only thing I can think of is the GENIDLib entry, which is not in
the assembly when I installed 2007 but its in there with 2002. I commented
it out in the web.config but its still giving me an error. Let me know if
you need anything else. Thanks....The error is the following...

Configuration Error
Description: An error occurred during the processing of a configuration
file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: File or assembly name
Microsoft.CommerceServer.Runtime, or one of its dependencies, was not found.

Source Error:


Line 219: <compilation defaultLanguage="vb" debug="false">
Line 220: <assemblies>
Line 221: <add assembly="Microsoft.CommerceServer.Runtime,
Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 222: <!--<add assembly="GENIDLib, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>-->
Line 223: </assemblies>


Source File: c:\inetpub\wwwroot\ISP01\web.config Line: 221

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.CommerceServer.Runtime' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = Microsoft.CommerceServer.Runtime, Version=6.0.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/ISP01
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Microsoft.CommerceServer.Runtime,
Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.Comm
erceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Micros
oft.CommerceServer.Runtime.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.Comm
erceServer.Runtime.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Micros
oft.CommerceServer.Runtime.EXE.




Compilation Error in web.config

2006-06-28, 1:21 pm

Yes....What does this have to do with the GENIDLib. Even if I remove it it
still tells me that it can't find the assembly or one of its dependencies on
the Microsoft.CommerceServer.Runtime assembly.

I'm guessing that the GENIDLib is something only part of the .Net framework
1.1, but my question is...Is there a replacement? Am I missing something in
the web.config?

""Vinayak Tadas[MSFT]"" wrote:

> Shouldnt you be using .Net fraework 2.0?
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security. Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: GENIDLib
> thread-index: AcaaLp00MtMPioFsTxmMDSsEM01qaQ==
> X-WBNR-Posting-Host: 204.115.208.42
> From: =?Utf-8?B? Q29tcGlsYXRpb24gRXJyb3IgaW4gd2ViLmNvbmZp
Zw==?= <Compilation
> Error in web.config@discussions.microsoft.com>
> Subject: GENIDLib
> Date: Tue, 27 Jun 2006 14:14:02 -0700
> Lines: 74
> Message-ID: <401A2A9D-46E6-4595-9604-F32F2813F621@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> Newsgroups: microsoft.public.commerceserver.general
> Path: TK2MSFTNGXA01.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:17979
> NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Hello,
> I'm testing a migration from Commerce 2002 to 2007, and its tripping up on
> an entry in one of my sites called ISP01. I renamed all the entires for
> "add
> assembly" to the correct version and publickeytoken, but its still erroring
> out. The only thing I can think of is the GENIDLib entry, which is not in
> the assembly when I installed 2007 but its in there with 2002. I commented
> it out in the web.config but its still giving me an error. Let me know if
> you need anything else. Thanks....The error is the following...
>
> Configuration Error
> Description: An error occurred during the processing of a configuration
> file
> required to service this request. Please review the specific error details
> below and modify your configuration file appropriately.
>
> Parser Error Message: File or assembly name
> Microsoft.CommerceServer.Runtime, or one of its dependencies, was not found.
>
> Source Error:
>
>
> Line 219: <compilation defaultLanguage="vb" debug="false">
> Line 220: <assemblies>
> Line 221: <add assembly="Microsoft.CommerceServer.Runtime,
> Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
> Line 222: <!--<add assembly="GENIDLib, Version=1.0.0.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35"/>-->
> Line 223: </assemblies>
>
>
> Source File: c:\inetpub\wwwroot\ISP01\web.config Line: 221
>
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'Microsoft.CommerceServer.Runtime' could not be loaded.
>
>
> === Pre-bind state information ===
> LOG: DisplayName = Microsoft.CommerceServer.Runtime, Version=6.0.1.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35
> (Fully-specified)
> LOG: Appbase = file:///c:/inetpub/wwwroot/ISP01
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
>
> LOG: Publisher policy file is not found.
> LOG: No redirect found in host configuration file
> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
> LOG: Using machine configuration file from
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
> LOG: Post-policy reference: Microsoft.CommerceServer.Runtime,
> Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.Comm
> erceServer.Runtime.DLL.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.DLL.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Micros
> oft.CommerceServer.Runtime.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.EXE.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.Comm
> erceServer.Runtime.EXE.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.EXE.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Micros
> oft.CommerceServer.Runtime.EXE

Jeff Lynch

2006-06-28, 7:17 pm

Two things. The GENIDLib was provided in CS2000 if I remember correctly to
create a GUID string. This is now available from the .NET Framework using
System.Guid.NewGuid(). I'd recommend going through your site code and
replacing any references to the GENIDLib and then try building the site.
Also, you'll need to run "aspnet_regiis.exe -i" to make sure your CS2007
site is running under the .NET Framework 2.0 not the 1.1.

--
Jeff Lynch
MVP Windows Server System - Commerce Server
http://codebetter.com/blogs/jeff.lynch


"Compilation Error in web.config"
<CompilationErrorinwebconfig@discussions.microsoft.com> wrote in message
news:DAFF4CAF-4F5D-4D9E-BF37-2D91A884D93C@microsoft.com...[vbcol=seagreen]
> Yes....What does this have to do with the GENIDLib. Even if I remove it
> it
> still tells me that it can't find the assembly or one of its dependencies
> on
> the Microsoft.CommerceServer.Runtime assembly.
>
> I'm guessing that the GENIDLib is something only part of the .Net
> framework
> 1.1, but my question is...Is there a replacement? Am I missing something
> in
> the web.config?
>
> ""Vinayak Tadas[MSFT]"" wrote:
>


Vinayak Tadas[MSFT]

2006-06-28, 7:17 pm

Commerce Server 2007 needs .Net 2.0.
You will need to run the appropriate aspnet_regiis
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
Thread-Topic: GENIDLib
thread-index: AcaavoC3OODnVkP6SfCpJBGi+gcyDA==
X-WBNR-Posting-Host: 204.115.208.42
From: =?Utf-8?B? Q29tcGlsYXRpb24gRXJyb3IgaW4gd2ViLmNvbmZp
Zw==?=
<CompilationErrorinwebconfig@discussions.microsoft.com>
References: <401A2A9D-46E6-4595-9604-F32F2813F621@microsoft.com>
<H1JWbijmGHA.2260@TK2MSFTNGXA01.phx.gbl>
Subject: RE: GENIDLib
Date: Wed, 28 Jun 2006 07:24:02 -0700
Lines: 129
Message-ID: <DAFF4CAF-4F5D-4D9E-BF37-2D91A884D93C@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.commerceserver.general
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:17987
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.commerceserver.general

Yes....What does this have to do with the GENIDLib. Even if I remove it it
still tells me that it can't find the assembly or one of its dependencies
on
the Microsoft.CommerceServer.Runtime assembly.

I'm guessing that the GENIDLib is something only part of the .Net framework
1.1, but my question is...Is there a replacement? Am I missing something
in
the web.config?

""Vinayak Tadas[MSFT]"" wrote:

> Shouldnt you be using .Net fraework 2.0?
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no

rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All

rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.

Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: GENIDLib
> thread-index: AcaaLp00MtMPioFsTxmMDSsEM01qaQ==
> X-WBNR-Posting-Host: 204.115.208.42
> From: =?Utf-8?B? Q29tcGlsYXRpb24gRXJyb3IgaW4gd2ViLmNvbmZp
Zw==?=

<Compilation
> Error in web.config@discussions.microsoft.com>
> Subject: GENIDLib
> Date: Tue, 27 Jun 2006 14:14:02 -0700
> Lines: 74
> Message-ID: <401A2A9D-46E6-4595-9604-F32F2813F621@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
> Newsgroups: microsoft.public.commerceserver.general
> Path: TK2MSFTNGXA01.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:17979
> NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Hello,
> I'm testing a migration from Commerce 2002 to 2007, and its tripping up

on
> an entry in one of my sites called ISP01. I renamed all the entires for
> "add
> assembly" to the correct version and publickeytoken, but its still

erroring
> out. The only thing I can think of is the GENIDLib entry, which is not

in
> the assembly when I installed 2007 but its in there with 2002. I

commented
> it out in the web.config but its still giving me an error. Let me know

if
> you need anything else. Thanks....The error is the following...
>
> Configuration Error
> Description: An error occurred during the processing of a configuration
> file
> required to service this request. Please review the specific error

details
> below and modify your configuration file appropriately.
>
> Parser Error Message: File or assembly name
> Microsoft.CommerceServer.Runtime, or one of its dependencies, was not

found.
>
> Source Error:
>
>
> Line 219: <compilation defaultLanguage="vb" debug="false">
> Line 220: <assemblies>
> Line 221: <add assembly="Microsoft.CommerceServer.Runtime,
> Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
> Line 222: <!--<add assembly="GENIDLib, Version=1.0.0.0,

Culture=neutral,
> PublicKeyToken=31bf3856ad364e35"/>-->
> Line 223: </assemblies>
>
>
> Source File: c:\inetpub\wwwroot\ISP01\web.config Line: 221
>
> Assembly Load Trace: The following information can be helpful to

determine
> why the assembly 'Microsoft.CommerceServer.Runtime' could not be loaded.
>
>
> === Pre-bind state information ===
> LOG: DisplayName = Microsoft.CommerceServer.Runtime, Version=6.0.1.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35
> (Fully-specified)
> LOG: Appbase = file:///c:/inetpub/wwwroot/ISP01
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
>
> LOG: Publisher policy file is not found.
> LOG: No redirect found in host configuration file
> (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
> LOG: Using machine configuration file from
> C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
> LOG: Post-policy reference: Microsoft.CommerceServer.Runtime,
> Version=6.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
>

Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.Comm
> erceServer.Runtime.DLL.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.DLL.
> LOG: Attempting download of new URL
>

file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Micros
> oft.CommerceServer.Runtime.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime.EXE.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
>

Files/isp01/36548501/3ee7e27/Microsoft.CommerceServer.Runtime/Microsoft.Comm
> erceServer.Runtime.EXE.
> LOG: Attempting download of new URL
> file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime.EXE.
> LOG: Attempting download of new URL
>

file:///c:/inetpub/wwwroot/ISP01/bin/Microsoft.CommerceServer.Runtime/Micros
> oft.CommerceServer.Runtime.EXE


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com