Nothing has worked. I wiped out WebCache, all temporary asp.net files and my bin folders and then re-booted but I continue to receive the error.
I searched for all instances of Castle.DynamicProxy and they are version 1.1. But it just continues to fail unless I use 1.0.3. Does anyone know how to interpret the following? === Pre-bind state information === LOG: DisplayName = Castle.DynamicProxy, Version=1.0.3.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc (Fully-specified) LOG: Appbase = file:///C:/Web Services/TransmissionMonitor LOG: Initial PrivatePath = bin Calling assembly : IBatisNet.DataMapper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null. === On 6/7/05, Ron Grabowski <[EMAIL PROTECTED]> wrote: > Have you tried clearing out your VS.Net WebCache folder? > > C:\Documents and Settings\<username>\VSWebCache\ > > Larry Meadors had similiar problems was eventually able to resolve > them. He may have started a new project and added the files in that > way. I suspect the problem is motr with Visual Studio than it is with > Castle. > > --- Bob Hanson <[EMAIL PROTECTED]> wrote: > > > I've given up for now and I'm using 1.0.3.0 with Alpha 1.2. > > > > On 6/7/05, Bob Hanson <[EMAIL PROTECTED]> wrote: > > > Re-boot didn't work. > > > > > > Cleaning out Temporary ASP.NET Files. > > > > > > Some additional info: > > > > > > Assembly Load Trace: The following information can be helpful to > > > determine why the assembly 'Castle.DynamicProxy' could not be > > loaded. > > > > > > > > > === Pre-bind state information === > > > LOG: DisplayName = Castle.DynamicProxy, Version=1.0.3.0, > > > Culture=neutral, PublicKeyToken=407dd0808d44fbdc > > > (Fully-specified) > > > LOG: Appbase = file:///C:/Web Services/TransmissionMonitor > > > LOG: Initial PrivatePath = bin > > > Calling assembly : IBatisNet.DataMapper, Version=1.2.0.0, > > > Culture=neutral, PublicKeyToken=null. > > > === > > > > > > LOG: Publisher policy file is not found. > > > LOG: No redirect found in host configuration file > > > (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config). > > > LOG: Using machine configuration file from > > > C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config. > > > LOG: Post-policy reference: Castle.DynamicProxy, Version=1.0.3.0, > > > Culture=neutral, PublicKeyToken=407dd0808d44fbdc > > > LOG: Attempting download of new URL > > > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary > > ASP.NET > > > > > Files/transmissionmonitor/f9c49154/62b14345/Castle.DynamicProxy.DLL. > > > LOG: Attempting download of new URL > > > file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary > > ASP.NET > > > > > > Files/transmissionmonitor/f9c49154/62b14345/Castle.DynamicProxy/Castle.DynamicProxy.DLL. > > > LOG: Attempting download of new URL file:///C:/Web > > > Services/TransmissionMonitor/bin/Castle.DynamicProxy.DLL. > > > WRN: Comparing the assembly name resulted in the mismatch: Minor > > Version > > > > > > > > > > > > Stack Trace: > > > > > > > > > [FileLoadException: The located assembly's manifest definition with > > > name 'Castle.DynamicProxy' does not match the assembly reference.] > > > > > > IBatisNet.DataMapper.MappedStatements.MappedStatement.SetObjectProperty(RequestScope > > > request, ResultMap resultMap, ResultProperty mapping, Object& > > target, > > > IDataReader reader) +0 > > > > > > IBatisNet.DataMapper.MappedStatements.MappedStatement.ApplyResultMap(RequestScope > > > request, IDataReader reader, Object resultObject) > > > > > > IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForList(RequestScope > > > request, IDalSession session, Object parameterObject, Int32 > > > skipResults, Int32 maxResults, RowDelegate rowDelegate) > > > > > > IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForList(IDalSession > > > session, Object parameterObject, Int32 skipResults, Int32 > > maxResults) > > > > > > IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForList(IDalSession > > > session, Object parameterObject) > > > IBatisNet.DataMapper.SqlMapper.QueryForList(String > > statementName, > > > Object parameterObject) > > > USR.DAL.Transmission.LookupDALC.ReadAll(String objectName) in > > > C:\Web Services\eRecording\DAL\Transmission\LookupDALC.cs:16 > > > USR.BLL.Transmission.TransmissionTypeFacade.ReadAll() in C:\Web > > > Services\eRecording\BLL\Transmission\TransmissionTypeFacade.cs:26 > > > USR.TransmissionMonitor.Controls.Header.Page_Load(Object sender, > > > EventArgs e) in C:\Web > > > Services\TransmissionMonitor\Controls\Header.ascx.cs:23 > > > System.Web.UI.Control.OnLoad(EventArgs e) > > > System.Web.UI.Control.LoadRecursive() > > > System.Web.UI.Control.LoadRecursive() > > > System.Web.UI.Control.LoadRecursive() > > > System.Web.UI.Page.ProcessRequestMain() > > > > > > >