473,586 Members | 2,695 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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="Syste m.EnterpriseSer vices,
Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 257: <add assembly="Syste m.Web.Mobile,
Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig 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.173 8.21203,
Culture=neutral , PublicKeyToken= null

----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.432 2.2032; ASP.NET
Version:1.1.432 2.2032
Nov 18 '05 #1
1 1268
its 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" <as***@sadf.com > wrote in message
news:39******** ************@ro gers.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="Syste m.EnterpriseSer vices,
Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 257: <add assembly="Syste m.Web.Mobile,
Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\winnt\micros oft.net\framewo rk\v1.1.4322\Co nfig\machine.co nfig 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.173 8.21203,
Culture=neutral , PublicKeyToken= null

-------------------------------------------------------------------------- -- ----
Version Information: Microsoft .NET Framework Version:1.1.432 2.2032; ASP.NET Version:1.1.432 2.2032

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2139
by: Mr Mint | last post by:
Hi all, I have a page named register.php, which is a form for collecting user data. As an example: - I have the fields Name, Surname, email. - In the <form> tag I have action ="" - The page register.php has a condition if (isset($_POST)) { include('register2.php'); }
7
1736
by: Scotter | last post by:
Hi - Simple ASPX application not running. I've given the ASP.NET, IWAM, and USR accounts full permissions to the folder my application resides in. I don't know what else needs done on the server so that .Net applications run on it. I do see under "Control Panel --> Administrative Tools" two .Net related items: * Microsoft .Net Framework...
6
2067
by: Tiraman | last post by:
Hi , I have a stored procedure which return an xml by using the (for xml auto/explicit) which working fine under the Query Analyzer . and i would like to build simple function that get the sp name and execute it and return the xml result . what is the best way to do that ?
5
2773
by: Beringer | last post by:
I am trying to access some functionality of the underlying RichTextBox control and am getting all mixed up with conversions of types. I know my basic issue is not completely understanding reference types in C#. I would be much obliged if someone could "educate" me some. Since I need to use the SendMessage of User32.dll I defined the...
6
2078
by: Raul Rodriguez | last post by:
I posted this question already but nobody could answer me. Please forgive for doing it again, but it's very important for my company. We have been searching for this error with different engines (Google, MSN, etc) and in different newsgroups but we didn't find any solution. Some people had the same problem but they never got an answer. :-( ...
1
9613
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the...
1
2375
by: Anonieko | last post by:
Understanding and Using Exceptions (this is a really long post...only read it if you (a) don't know what try/catch is OR (b) actually write catch(Exception ex) or catch{ }) The first thing I look for when evaluating someone's code is a try/catch block. While it isn't a perfect indicator, exception handling is one of the few things that...
2
1852
by: Greg Corradini | last post by:
Hello All, A few weeks ago, I wrote two scripts using mx.ODBC on an Access DB. Among other things, both scripts create new tables, perform a query and then populate the tables with data in a dictionary that I've uploaded from elsewhere. These scripts have run hundreds of times in the last few weeks with no problems. But recently they...
9
2261
by: Daniel Smedegaard Buus | last post by:
Hey all :) I was wondering about the $error_types (I particularly notice the 's' suffix when reading the manual) parameter for 'set_error_handler()': Can be used to mask the triggering of the error_handler function just like the error_reporting ini setting controls which errors are shown. Without this mask set the error_handler will be...
0
7908
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8199
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8336
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7950
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6606
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3835
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3863
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1447
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1175
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.