C# application installed but wont start in client matchine

0

I have a C# application build, published and installed in Client machine but nothing happen when i try to run it,

I checked the event lock found to error "Application Error" and .NET Runtime Error"

Application Error

Faulting application name: planning27.exe, version: 1.0.0.0, time stamp: 0x5d2622e3
Faulting module name: KERNELBASE.dll, version: 10.0.10586.494, time stamp: 0x5775e78b
Exception code: 0xe0434352
Fault offset: 0x000bdae8
Faulting process id: 0x27e4
Faulting application start time: 0x01d5381b0392d5d6
Faulting application path: C:\Users\username\AppData\Local\Apps\2.0\LN4GVK1E.V0G\E0TQ9Y2Q.LP8\dxap..tion_c70ce7659a796266_0001.0000_bcf4d99a15c05137\planning27.exe
Faulting module path: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
Report Id: 65bbeae5-ab0d-44d1-8be0-b081f6df686b
Faulting package full name: 

Faulting package-relative application ID: 

.NET Error

Application: planning27.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   at System.Reflection.RuntimeAssembly._nLoad(System.Reflection.AssemblyName, System.String, System.Security.Policy.Evidence, System.Reflection.RuntimeAssembly, System.Threading.StackCrawlMark ByRef, IntPtr, Boolean, Boolean, Boolean)
   at System.Reflection.RuntimeAssembly.nLoad(System.Reflection.AssemblyName, System.String, System.Security.Policy.Evidence, System.Reflection.RuntimeAssembly, System.Threading.StackCrawlMark ByRef, IntPtr, Boolean, Boolean, Boolean)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(System.Reflection.AssemblyName, System.Security.Policy.Evidence, System.Reflection.RuntimeAssembly, System.Threading.StackCrawlMark ByRef, IntPtr, Boolean, Boolean, Boolean)
   at System.Reflection.RuntimeAssembly.InternalLoad(System.String, System.Security.Policy.Evidence, System.Threading.StackCrawlMark ByRef, IntPtr, Boolean)
   at System.Reflection.RuntimeAssembly.InternalLoad(System.String, System.Security.Policy.Evidence, System.Threading.StackCrawlMark ByRef, Boolean)
   at System.Reflection.Assembly.Load(System.String)
   at DevExpress.Utils.DxImageAssemblyUtil.LoadImageAssembly()
   at DevExpress.Utils.DxImageAssemblyUtil..ctor()
   at DevExpress.Utils.DxImageAssemblyUtil.get_Instance()
   at DevExpress.Utils.DxImageUriParser.DoParse()
   at DevExpress.Utils.DxImageUri.OnChanged()
   at DevExpress.Utils.DxImageUri.set_Uri(System.String)
   at planning27.MDIForm.InitializeComponent()
   at planning27.MDIForm..ctor()
   at planning27.Program.Main()

I installed DevExpress.Images but i couldn't resolve the issue

windows-10
.net-framework
c#
asked on Super User Jul 11, 2019 by Funk

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0