SoftPro Error

Discussions concerning general integration topics.

Moderator: Phil Barton

Post Reply
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

SoftPro Error

Post by roteague »

My local machine shows the following error in the Application Event Log:
Event Type: Error
Event Source: Select
Event Category: None
Event ID: 0
Date: 7/1/2009
Time: 9:27:41 AM
User:
Computer:
Description:
Failed to load screen CACombinedTaxes: Unexpected end of file while parsing Name has occurred. Line 126, position 9.

Call Stack:
at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Diagnostics.TraceEventCache.get_Callstack()
at SoftPro.Select.LogTraceListener.OnLog(TraceEventCache eventCache, String message, TraceEventType eventType)
at SoftPro.Select.LogTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args)
at System.Diagnostics.TraceInternal.TraceEvent(TraceEventType eventType, Int32 id, String format, Object[] args)
at System.Diagnostics.Trace.TraceError(String format, Object[] args)
at SoftPro.UI.Base.ScreenListCache.LoadScreens()
at SoftPro.UI.Base.SnapSectionAndScreenFactory..ctor()
at SoftPro.UI.Base.SnapSectionAndScreenFactory.GetFactory()
at SoftPro.OrderTracking.Controls.OrderEditor..ctor(IServiceProvider serviceProvider, Order order)
at SoftPro.Select.OrderTracking.OrderEditorPane.OnCreateControl()
at SoftPro.Select.Shell.EditorPane.SoftPro.Select.Shell.IWindowPane.CreateControl()
at SoftPro.Select.Controls.DocumentWindow.set_Pane(IWindowPane value)
at SoftPro.Select.Controls.DocumentWindow..ctor(WindowManager manager, IWindowPane pane, Guid docHandle, Guid commandContext)
at SoftPro.Select.Managers.WindowManager.CreateDocumentWindow(IWindowPane pane, Guid handle, Guid cmdUI)
at SoftPro.Select.Managers.ShellManager.SoftPro.Select.Shell.IShell.OpenDocumentWindow(Uri moniker, String view, Object existingData, Boolean openAsNew, Boolean shellExecute)
at SoftPro.Select.Managers.ShellManager.SoftPro.Select.Shell.IShell.OpenStandardEditor(Uri moniker)
at SoftPro.Select.Automation.EnvICE.SoftPro.Select.Shell.IEnvICE.OpenDocument(String documentIdentifier)
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageA(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationContext context)
at SoftPro.Select.Runtime.OnRun()
at SoftPro.Select.Runtime.Start()
at SoftPro.Select.Automation.EnvICE.Start()
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target, Boolean fExecuteInContext)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Messaging.ServerObjectTerminatorSink.SyncProcessMessage(IMessage reqMsg)
at SoftPro.Select.Shell.SynchronizationContextAspect.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Lifetime.LeaseSink.SyncProcessMessage(IMessage msg)
at System.Runtime.Remoting.Messaging.ServerContextTerminatorSink.SyncProcessMessage(IMessage reqMsg)
at System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessageCallback(Object[] args)
at System.Threading.Thread.CompleteCrossContextCallback(InternalCrossContextDelegate ftnToCall, Object[] args)
at System.Threading.Thread.InternalCrossContextCallback(Context ctx, IntPtr ctxID, Int32 appDomainID, InternalCrossContextDelegate ftnToCall, Object[] args)
at System.Threading.Thread.InternalCrossContextCallback(Context ctx, InternalCrossContextDelegate ftnToCall, Object[] args)
at System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessage(IMessage reqMsg)
at System.Runtime.Remoting.Proxies.RemotingProxy.CallProcessMessage(IMessageSink ms, IMessage reqMsg, ArrayWithSize proxySinks, Thread currentThread, Context currentContext, Boolean bSkippingContextChain)
at System.Runtime.Remoting.Proxies.RemotingProxy.InternalInvoke(IMethodCallMessage reqMcmMsg, Boolean useDispatchMessage, Int32 callType)
at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(IMessage reqMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at SoftPro.Select.Automation.EnvICE.Start()
at SoftPro.Select.Automation.EnvICE.Run(String rootSuffix, Boolean noSplash, Boolean setupMode, Boolean log, Boolean embedding, Dictionary`2 args, String freeArg)
at SoftPro.Select.Program.Main(String[] args)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
The error doesn't seem to effect anything I'm working on, but I thought I would pass it along.
Robert
Mark McKenna

Re: SoftPro Error

Post by Mark McKenna »

It looks as though your screen definition XML is invalid. The error would be logged upon Select startup as it is attempting to load the screen definitions from the database, but if you never try and visit the screen then it would not be anything you would notice (that is a California Combined Taxes screen). The definition has likely been fixed since the last time your My Screens definitions were updated.
If you'd like, I could send you our latest SQL script that defines that screen - you could run that and we could see if the error clears up.
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Re: SoftPro Error

Post by roteague »

Thanks Mark, that would help. I'd simply like to clear up the error. I assume you have my email address here at TG.

Thanks,
Robert
Mark McKenna

Re: SoftPro Error

Post by Mark McKenna »

I've sent you a private message with the update script. Let me know if that resolves your error or if we need to pursue further.
roteague
Posts: 292
Joined: Thu Sep 25, 2008 4:49 pm
Location: Honolulu, Hawaii

Re: SoftPro Error

Post by roteague »

Thanks Mark, that worked perfectly. I appreciate it. I use the event log to track program issues, and this was adding unnecessary entries to wade through.
Robert
Post Reply