Hi All
Wonder if anyone has seen similar. We have been asked to thinapp a package for a customer who use the app currently on a Terminal Server or laptop.
The package thinapps fine.
When the thinapp is run it starts as expected and when loading its menus it then errors with the below which I think is some kind of runtime error from searching the web.
If I run the thinapp on a VM which has the Software fully installed on it, It works as expected.
Im trying to find out what is not being full replicated during the thinapp process. The app uses .net framework 4 and appears to copy some files to the Global Assembly Cache and registers them which I think is where the issue lies. Im looking to see if anyone has had similar problems with .net framework when thinapping ?
Error 1
************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
at Voyager.Infinity.ICaptureLibrary.ExistingCandidateControl.InitializeComponent()
at Voyager.Infinity.ICaptureLibrary.ExistingCandidateControl..ctor()
at Voyager.Infinity.ICaptureLibrary.ICaptureCandidateForm.InitializeComponent()
at Voyager.Infinity.ICaptureLibrary.ICaptureCandidateForm..ctor(InboxItem inboxItem, InboxItems inboxItemCollection, Boolean readOnly, ICaptureFormMode formMode, GridColumnReadOnlyCollection sortedColumns, Boolean returnToInbox)
at Voyager.Infinity.ICaptureLibrary.ICaptureCandidateForm..ctor()
at Voyager.Infinity.Frame.NewFrameForm.CacheMainPages()
at Voyager.Infinity.Frame.NewFrameForm.NewFrameForm_Shown(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
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].