Server Not Found

S

Sam Hart

Hi

I am unable to run a webservices app, which was running well in a different machine, these are the errors. help!!

Sa
____________________________________

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 SystemWrapper, or one of its dependencies, was not found

Source Error:

Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 198: <add assembly="*"/
Line 199: </assemblies
Line 200: </compilation

Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198

Assembly Load Trace: The following information can be helpful to determine why the assembly 'SystemWrapper' could not be loaded

=== Pre-bind state information ==
LOG: DisplayName = SystemWrappe
(Partial
LOG: Appbase = file:///c:/inetpub/wwwroot/PortalSoftware/Webservices/InfranetCustCar
LOG: Initial PrivatePath = bi
Calling assembly : (Unknown)
==

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind)
LOG: Post-policy reference: SystemWrappe
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/portalsoftware_webservices_infranetcustcare/0cba77a8/19b571c7/SystemWrapper.DLL
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/portalsoftware_webservices_infranetcustcare/0cba77a8/19b571c7/SystemWrapper/SystemWrapper.DLL
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/PortalSoftware/Webservices/InfranetCustCare/bin/SystemWrapper.DLL
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind)
LOG: Post-policy reference: SystemWrapper, Version=1.0.1500.20284, Culture=neutral, PublicKeyToken=nul
 
K

kunal

I think the CLR is probing for the Assembly/File called SystemWrapper..and
it can't find it...Have you copied all of the dependent Assemblies to the
new machine?

Sam Hart said:
Hi,

I am unable to run a webservices app, which was running well in a
different machine, these are the errors. help!!!
Sam
_____________________________________


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 SystemWrapper, or one of its dependencies, was not found.

Source Error:


Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>


Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'SystemWrapper' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = SystemWrapper
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/PortalSoftware/Webservices/InfranetCustCare
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: SystemWrapper
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/portalsoftware_webservices_infranetcustcare/0cba77a8/19b571c7/SystemWr
apper.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/portalsoftware_webservices_infranetcustcare/0cba77a8/19b571c7/SystemWr
apper/SystemWrapper.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/PortalSoftware/Webservices/InfranetCustCare/bin/SystemWrapper.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: SystemWrapper, Version=1.0.1500.20284,
Culture=neutral, PublicKeyToken=null
 

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,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top