I have a problem with a aplication I have created with vidual; studio 2015 C#. The setup.exe runs good on the machine I have created it on, but when I run the setup.exe on a different machine the setup runs, but the program doesnt run, no error, it just dont starts. This is my eventvwr :
Log Name: Application
Source: Application Error
Date: 2/7/2016 1:51:40 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: Curry-PC
Description:
Faulting application name: Lensman.exe, version: 1.0.0.0, time stamp: 0x568fc6e1
Faulting module name: KERNELBASE.dll, version: 6.1.7601.19110, time stamp: 0x56842600
Exception code: 0xe0434352
Fault offset: 0x0000c42d
Faulting process id: 0xfcc
Faulting application start time: 0x01d161a648fd5f48
Faulting application path: C:\Users\Curry\AppData\Local\Apps\2.0\03HX5VH8.JY1\PRGZ36AK.2LW\lens..tion_0000000000000000_0001.0000_dc52d8a467c6c930\Lensman.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 87911da8-cd99-11e5-a748-001d72a367e8
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-02-07T12:51:40.000000000Z" />
<EventRecordID>1072</EventRecordID>
<Channel>Application</Channel>
<Computer>Curry-PC</Computer>
<Security />
</System>
<EventData>
<Data>Lensman.exe</Data>
<Data>1.0.0.0</Data>
<Data>568fc6e1</Data>
<Data>KERNELBASE.dll</Data>
<Data>6.1.7601.19110</Data>
<Data>56842600</Data>
<Data>e0434352</Data>
<Data>0000c42d</Data>
<Data>fcc</Data>
<Data>01d161a648fd5f48</Data>
<Data>C:\Users\Curry\AppData\Local\Apps\2.0\03HX5VH8.JY1\PRGZ36AK.2LW\lens..tion_0000000000000000_0001.0000_dc52d8a467c6c930\Lensman.exe</Data>
<Data>C:\Windows\syswow64\KERNELBASE.dll</Data>
<Data>87911da8-cd99-11e5-a748-001d72a367e8</Data>
</EventData>
</Event>
edit: I already try to switch users, but that didnt help.