I have some trouble with my App, WPF C#.NET 3.5 VS2008, at one customer machine. My App has nearly 1000 Installation on different windows machines (XP,
Vista 32/64, Win7 32/64) and no problem so far.
Our Customer does Setup a new clean (as he said) Win 7 64 OS, but the Problem still exist. Using WPF Apps seeems to be not working.
I have tried also to use the MVVM Demo App of this Article (msdn.microsoft.com/de-de/magazine/dd419663.aspx) by John Smith at the Customers Machine.
The MVVM Demo App crashes also, when i try i click to a Menu-Item, Button or select something in a DropDown-List. Enter a Text in a Textfield is okay, but click and select does stop the MVVM Demo App with the Error that the Application does not work.
Here a Event-Log of my App
<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="2013-02-07T11:04:13.000000000Z" /><EventRecordID>2243</EventRecordID><Channel>Application</Channel><Computer>RSSec.Machine.local</Computer><Security /></System> - <EventData><Data>MyApp.exe</Data><Data>2.0.16.0</Data><Data>51136bd8</Data><Data>unknown</Data><Data>0.0.0.0</Data><Data>00000000</Data><Data>c000041d</Data><Data>74494f0d</Data><Data>ecc</Data><Data>01ce0522d9d3bc67</Data><Data>C:\Program Files (x86)\MyApp\MyApp.exe</Data><Data>unknown</Data><Data>1ad6d91f-7116-11e2-87c7-10604b689bfe</Data></EventData></Event>
Thx for any help