Misfit Geek

Fustrated by Design !

MaximumASP

From the Developers Guide

To successfully deploy your .NET Framework application, you must understand how the common language runtime locates and binds to the assemblies that make up your application. By default, the runtime attempts to bind with the exact version of an assembly that the application was built with. This default behavior can be overridden by configuration file settings.

The common language runtime performs a number of steps when attempting to locate an assembly and resolve an assembly reference. Each step is explained in the following sections. The term probing is often used when describing how the runtime locates assemblies; it refers to the set of heuristics used to locate the assembly based on its name and culture.

Here are some links that describe the steps in the resolution process.

http://msdn.microsoft.com/en-us/library/yx7xezcf(VS.71).aspx

http://msdn.microsoft.com/en-us/library/8f6988ab(VS.71).aspx

http://msdn.microsoft.com/en-us/library/aa98tba8(VS.71).aspx

http://msdn.microsoft.com/en-us/library/4a9t8a9a(VS.71).aspx

http://msdn.microsoft.com/en-us/library/15hyw9x3(VS.71).aspx

Similar Posts:

Comments

There are 2 comments for this post.

  1. cinderllaman on June 30, 2009 10:29 am

    Hi

    Iam very happy because your lessons and its help me to devloper my project and Iam sure you can help about my problem I hope so

    the following msg show to me after runing my web in wwwroot part

    just in any page use database by sqlexpress or with sql2008 and another page dont effict and if I runing it by vbdotnet direct it will run direct and no error msg there ok I hope to help me about this.

    Server Error in ‘/’ Application.

    ________________________________________

    Login failed for user ‘FHRGROUP\ASPNET’.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: Login failed for user ‘FHRGROUP\ASPNET’

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [SqlException (0x80131904): Login failed for user 'FHRGROUP\ASPNET'.]

    System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +1319502

    System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +201

    System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, TdsParserStateObject stateObj) +2503

    System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK) +34

    System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +232

    System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +361

    System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +230

    System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +217

    System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +494

    System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +29

    System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +433

    System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +72

    System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +457

    System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +100

    System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +116

    System.Data.SqlClient.SqlConnection.Open() +154

    System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +31

    System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +107

    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +142

    Sy

  2. Chris on June 30, 2009 1:37 pm

    Exactly what I wanted!!!!!!!!!!!!

Write a Comment

Let me know what you think?