Showing posts with label deployed. Show all posts
Showing posts with label deployed. Show all posts

Thursday, March 29, 2012

Please answer this question

Please answer this question
You are troubleshooting a deployed Web application and need to change the element to enable tracing on the page. You modify the Web.config file for the application. Which statements correctly describe when the change will be applied and its impact on current users? (Select all that apply.)
0 Current users will be immediately disconnected from the application.
0 Current users will be given a five-minute warning before the Web application is restarted.
0 State data stored in the Application object will be maintained.
0 State data stored in the Session object will be lost.
0 The Web application will be restarted and the configuration file will be read immediately.

Getting others to take your test (or do your homework) for you I see...
tisk tisk.

1) True, but they wont know it till they make a request again.
2) false
3) false
4) false
5) false. It will be "read" on the next request.

Wednesday, March 21, 2012

Please help in understanding error

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.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

Please help in understanding error

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.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@.f.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
>