I have just deployed my private assembly in the bin directory of my ISP and
I am getting the following error. I am pretty sure it is able to find my
assemblyPLEASE tell me how can I find which dependencies are not being
found( is there a way to trace the dependencies which are not found).
I Just have ftp access to my isp server.
Thanks you in advance,
Peace,
Raj.
Server Error in '/' Application.
-----------------------
--
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 dotnetOTLicLib, or one of its
dependencies, was not found.
Source Error:
Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:
Source File:
c:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config Line:
258
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'dotnetOTLicLib' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = dotnetOTLicLib
(Partial)
LOG: Appbase = file:///d:/users/lexro/html
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: dotnetOTLicLib
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/root/51973f4f/48d9daf8/dotnetOTLicLib.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework
/v1.1.4322/Temporary ASP.NET
Files/root/51973f4f/48d9daf8/dotnetOTLicLib/dotnetOTLicLib.DLL.
LOG: Attempting download of new URL
file:///d:/users/lexro/html/bin/dotnetOTLicLib.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: dotnetOTLicLib, Version=1.0.1738.21203,
Culture=neutral, PublicKeyToken=null
-----------------------
--
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032its a file your isp is requiring. probably they do not allow private bins.
check you isp agreement on deploying .net assemblies
-- bruce (sqlwork.com)
"news" <asdfa@.sadf.com> wrote in message
news:39ydnU19ydol4vzcRVn-hg@.rogers.com...
> Hi,
> I have just deployed my private assembly in the bin directory of my ISP
and
> I am getting the following error. I am pretty sure it is able to find my
> assemblyPLEASE tell me how can I find which dependencies are not being
> found( is there a way to trace the dependencies which are not found).
> I Just have ftp access to my isp server.
> Thanks you in advance,
> Peace,
> Raj.
>
> Server Error in '/' Application.
> -----------------------
--
> --
> 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 dotnetOTLicLib, or one of its
> dependencies, was not found.
> Source Error:
> Line 256: <add assembly="System.EnterpriseServices,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 257: <add assembly="System.Web.Mobile,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 258: <add assembly="*"/>
> Line 259: </assemblies>
> Line 260:
> Source File:
> c:\winnt\microsoft.net\framework\v1.1.4322\Config\ machine.config Line:
> 258
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'dotnetOTLicLib' could not be loaded.
> === Pre-bind state information ===
> LOG: DisplayName = dotnetOTLicLib
> (Partial)
> LOG: Appbase = file:///d:/users/lexro/html
> 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: dotnetOTLicLib
> LOG: Attempting download of new URL
> file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/root/51973f4f/48d9daf8/dotnetOTLicLib.DLL.
> LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework
> /v1.1.4322/Temporary ASP.NET
> Files/root/51973f4f/48d9daf8/dotnetOTLicLib/dotnetOTLicLib.DLL.
> LOG: Attempting download of new URL
> file:///d:/users/lexro/html/bin/dotnetOTLicLib.DLL.
> LOG: Policy not being applied to reference at this time (private, custom,
> partial, or location-based assembly bind).
> LOG: Post-policy reference: dotnetOTLicLib, Version=1.0.1738.21203,
> Culture=neutral, PublicKeyToken=null
>
> -----------------------
--
> --
> Version Information: Microsoft .NET Framework Version:1.1.4322.2032;
ASP.NET
> Version:1.1.4322.2032
0 comments:
Post a Comment