| I upgraded everything to 4.0 this morning and no issues other than this one. When I'm in WBI and I go to print a workorder I get some really ugly debug stuff (see below). I have run through the procedures here (http://forum.ayanova.com/Topic2612-95-1.aspx) with no luck. Thoughts? Thanks, Rick Web Page Error (pop-up window): Server Error in '/wbi' Application. --------------------------------------------------------------------------------
Could not load file or assembly 'DevExpress.XtraRichTextEdit.v7.3, Version=7.3.5.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified. 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.IO.FileNotFoundException: Could not load file or assembly 'DevExpress.XtraRichTextEdit.v7.3, Version=7.3.5.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified. 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. Assembly Load Trace: The following information can be helpful to determine why the assembly 'DevExpress.XtraRichTextEdit.v7.3, Version=7.3.5.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' could not be loaded. WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. Stack Trace: [FileNotFoundException: Could not load file or assembly 'DevExpress.XtraRichTextEdit.v7.3, Version=7.3.5.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1' or one of its dependencies. The system cannot find the file specified.] DevExpress.XtraReports.UI.XRRichText..ctor() +0 XtraReportSerialization.xtraReport1.InitializeComponent() +549 XtraReportSerialization.xtraReport1..ctor() +16[TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType) +0 System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType) +13 System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +489 DevExpress.XtraReports.Native.ReportCompiler.GetSerializedReport(Assembly assembly) +177 DevExpress.XtraReports.Native.ReportCompiler.Compile(Stream stream, IServiceProvider serviceProvider, Boolean includeAppDomainReferences) +101 DevExpress.XtraReports.UI.XtraReport.LoadLayoutInternal(Stream stream, XtraReport& source, Boolean includeAppDomainReferences) +62 DevExpress.XtraReports.UI.XtraReport.LoadLayout(Stream stream) +21 ReportView.Page_Load(Object sender, EventArgs e) +425 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34 System.Web.UI.Control.OnLoad(EventArgs e) +99 BaseThemePage.OnLoad(EventArgs e) +9 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061 --------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 In Event Viewer I get this: EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.1830, P3 42435be1, P4 system, P5 2.0.0.0, P6 461ef191, P7 5a2, P8 0, P9 system.io.filenotfoundexception, P10 NIL. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. And this: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 1/14/2008 11:38:48 AM Event time (UTC): 1/14/2008 5:38:48 PM Event ID: d192b61cad224109b25592f9da4c3034 Event sequence: 11 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT/wbi-1-128448058662405272 Trust level: Full Application Virtual Path: /wbi Application Path: C:\Inetpub\wwwroot\micro_int_com\wbi\ Machine name: MI-SVR-2003 Process information: Process ID: 996 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE Exception information: Exception type: TargetInvocationException Exception message: Exception has been thrown by the target of an invocation. Request information: Request URL: http://172.16.0.3/wbi/ReportView.aspx?rpt=3cc1261b-1232-402b-8c91-cab84a387348&src=50753a27-cd1c-412e-8722-d3689b7d54d9WorkorderServiceDetailed Request path: /wbi/ReportView.aspx User host address: 172.16.100.63 User: Rick Beaver Is authenticated: True Authentication Type: CSLA Thread account name: NT AUTHORITY\NETWORK SERVICE Thread information: Thread ID: 1 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType) at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at DevExpress.XtraReports.Native.ReportCompiler.GetSerializedReport(Assembly assembly) at DevExpress.XtraReports.Native.ReportCompiler.Compile(Stream stream, IServiceProvider serviceProvider, Boolean includeAppDomainReferences) at DevExpress.XtraReports.UI.XtraReport.LoadLayoutInternal(Stream stream, XtraReport& source, Boolean includeAppDomainReferences) at DevExpress.XtraReports.UI.XtraReport.LoadLayout(Stream stream) at ReportView.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at BaseThemePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Custom event details: For more information, see Help and Support Center at
|