I have a program developed on WPF. I'm using Blend, Radcontrol to do some customization on UI.
The application built and run well on developer machine with VS2012, but could not be launched on client machine.
The application crashed on client machine and showed the error:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: dvrserver.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 517cfe34
Problem Signature 04: PresentationFramework
Problem Signature 05: 4.0.30319.17929
Problem Signature 06: 4ffa7956
Problem Signature 07: 7fc6
Problem Signature 08: ee
Problem Signature 09: System.Windows.Markup.XamlParse
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
I've already installed Blend, Radcontrol to client machine but the problem still there.
I don't think we need VS2012 in client machine as developer machine.
What should I proceed to solve my issue?
Related
I am using a virtual machine Developer environment at work, and when I change an expression in my Visual Studio 2015 SSIS (from ".xls" to ".xlsx") the whole VS program hangs.
(the expression is located in the properties of a Microsoft ACE.OLE.12.0 connection manager's property).
What could be the problem?
EDIT: Error (also posted in comment)
Problem signature: Problem Event Name:APPCRASH
Application Name:devenv.exe
Application Version:14.0.25123.0
Application Timestamp:56f22f32
Fault Module Name:mso40uiwin32client.dll
Fault Module Version:16.0.4519.1000
Fault Module Timestamp: 58bed810
Exception Code:c0000005
Exception Offset:00166226
OS Version: 6.3.9600.2.0.0.272.7
Locale ID:3081
Additional Information 1: 5861
Additional Information 2: 5861822e1919d7c014bbb064c64908b2
Additional Information 3: 5f25
Additional Information 4: 5f2531ae070278f893fa99352dadd49e
I believe my DEVELOPER virtual machine was broken.
I used a new DEVELOPER VM and everything works fine now.
First try to run visual studio in safe mode
Devenv.exe /Safemode
I think that you must install the Microsoft Access Database Engine 2010
More details can be found in the following link:
http://microsoft-ssis.blogspot.com/2014/02/connecting-to-excel-xlsx-in-ssis.html?m=1
Another thing that you can try it, is to run the package under 32-bit
I don't want to go too much into detail about functionality, but our application's window resizes when a child control is added to or removed from it. During stress tests performed recently we noticed high peak working set of the application in Windows task manager. The child control was added and removed every 200 ms, and so the window became higher or smaller every so. We performed these tests on VMware Workstation Pro virtual machines (Windows Server 2012, Windows 10).
After at most a couple of hours the application would always report out of memory exceptions, and said window would freeze or disappear. We noticed that the working set was normal after the crash (below 100 MB), but peak working set was always over 1 GB (~1.1 up to ~1.6 GB) at that point.
To find out whether the issue was caused by a bug in our application or not, we decided to create a single-window WPF application with only a timer that changes main window's height every 200 ms. It turned out that this application had the same issue.
The thing is that I couldn't find information concerning similar issues, so I decided to post a question here. How would you explain such behaviour?
Let me also note that:
When the window was minimized, the issue would never occur.
It was hard to reproduce the issue on a host (not a VM), but we happened to observe it there as well (on Windows 8).
We also performed tests on a virtual computer (WMware ESX 5.5). The crash would take place much faster when nobody was looking :-). I mean we connected to a VM from vSphere Client and opened console to start our test app on the OS. Then we switched to another tab of vSphere Client to hide the console. When we returned to it later on (let's say in half an hour), we could observe memory usage history of our test app with a slowly rising slope that fell instantly at the moment the console was displayed.
I will be grateful for any information that could help me understand the reason of this issue. Thank you.
-- EDIT --
I started my test app in two instances on a VM (Windows Server 2012) - both compiled for Any CPU, but one of them had the Prefer 32-bit check box unchecked in Visual Studio. So one started in 32-bit mode and the other in 64-bit mode. The 32-bit version crashed in an hour or so, with peak working set below 150 MB. The 64-bit version kept running. I'm wondering if this might be the way to go...
The following is problem signature of the 32-bit application version:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: ResizeStressTest 32.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 5762641e
Problem Signature 04: PresentationCore
Problem Signature 05: 4.0.30319.34209
Problem Signature 06: 5348b56b
Problem Signature 07: 283
Problem Signature 08: 13
Problem Signature 09: System.OutOfMemoryException
OS Version: 6.2.9200.2.0.0.272.7
Locale ID: 1031
Additional Information 1: 5861
Additional Information 2: 5861822e1919d7c014bbb064c64908b2
Additional Information 3: 5c1f
Additional Information 4: 5c1f554df00553b422a8baa03b19335a
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=190175
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
When I have to track down memory leaks like the one you're describing, I always turn to WinDBG
It's free and it's very effective. It has a very steep learning curve though. It will tell you how many instances of objects are in memory and lead you to what is holding onto their references
When I attempt to open my Windows Forms application (I'll call it MyApplication.exe) on a machine other than my dev machine, a dialog window pops up saying:
MyApplication has stopped working
Windows can check online for a solution to the problem
Check online for a solution and close the program
Close the program
Details
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: myapplication
Problem Signature 02: 1.2.0.0
Problem Signature 03: 51c34395
Problem Signature 04: mscorlib
Problem Signature 05: 4.0.0.0
Problem Signature 06: 50484bd7
Problem Signature 07: 1204
Problem Signature 08: 89
Problem Signature 09: System.TypeLoadException
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
It's important to note that I use ILMerge to merge the MyApplication.exe and a referenced MyLibrary.dll assemblies together into one assembly (the name of the output is MyApplication.exe).
Also, it's important to note that the testing machines were able to run the .exe with no problems until I released an update that added an extension method to the MyApplication project.
In other words, after I added the extension method to MyApplication, then used ILMerge to combine the .exe and .dll, the testing machines would receive the above error (Interestingly, my dev machine could run the merged .exe with no problems).
Is there a known issue w/ ILMerge and Extension Methods? That sounds odd, but that's the only thing that has changed in my code.
Since I cannot reproduce the problem on my dev machine, do you have any advice on how I can go about troubleshooting the System.TypeLoadException error that occurs on the test machines?
System Info
Targeting .NET Framework 4.0 (all my test machines have this installed)
ILMerge Version 2.12.803
Dev Machine: Windows 2008 Server R2; Visual Studio 2010 Pro
Client Machines: XP, Win7, and Win8 (all of them get the error)
If you have .net 4.5 installed on your build machine, it would break if your not careful.
Basically Microsoft changed where 1 attribute was located (from System.Core to mscorlib).
Matt Wrock in his post explains how to workaround it with ILMerge. Although this is for the beta, it should work with the release.
Matt Wrocks post (thanks #Daniel White for that) had the information that I was looking for. However, the /targetplatform path that he specifies didn't work for me.
Instead of Wrocks path
/targetplatform:"v4,C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0"
I had to use
/targetplatform:"v4,C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0"
I have this problem while developing with Windows Forms and C++/CLI.
My application will work as long as I don't insert a button in the ToolStrip (Labels and others are ok). I presume that it has something to do with the requirement of the tool strip button for an image. I even tried the standard set of buttons, but the application fails in exactly the same way.
The application compiles, but fails at the beggining rendering this eror message:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: milionar.exe
Problem Signature 02: 0.0.0.0
Problem Signature 03: 4fbb6849
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4a275af7
Problem Signature 07: 2b5d
Problem Signature 08: 333
Problem Signature 09: MXYABJ2RSFG4UKNKGMSPJ2KFPMZXHCC5
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
I'm using Visual Studio 2008 on Windows 7 64 bit.
Description :
Stopped working
Problem signature :
Event name: CLR20r3
Problem signature 01: OurApplication.exe
Problem signature 02: 3.6.0.1
Problem signature 03: 4e85e368
Problem signature 04: OurDataAccessClasses
Problem signature 05: 1.0.0.0
Problem signature 06: 4e85e35b
Problem signature 07: 65
Problem signature 08: ad
Problem signature 09: J5XTKZ41APRM2V2EOS2THFTNPUMWCMN3
System: 6.1.7601.2.1.0.144.8
Regional parameters: 3084
We recently started experiencing this error in our application. My first question is simply related to decrypting this "event". From what I saw on the web so far, most people get a textual exception name in Problem signature 09. Instead, we get a long code. What does it mean ? In fact, where can I get a full description for each field ? (especially the 03, 06, 07, 08, 09).
Our application was developed using VB.NET, Visual Studio 2008, SQL Server 2008 R2. The unhandled exception event has been activated and usually works fine. We cannot understand why this particular error is not trapped. From what I read so far on the Web, almost anything can trigger this type of error: from incompatible fonts to unused references. From the symptoms that we get, we suspect a Windows update ?!