My UWP app is crashing in Release mode and works fine in Debug mode but I can't put my finger on what the issue is but I know it's related to a combination of raising an event from System.Threading.Timer and MVVMLight. I created an new dummy application and use the [...] read more
I have an app that runs fine in debug but crashes when trying to launch in release. This is the exception that is thrown. > Unhandled exception at 0x5D2F7717 (Windows.UI.Xaml.dll) in Napkin.exe: > 0xC000027B: An application-internal exception has occurred (parameters: > 0x034F6C70, 0x00000001). Any ideas what might be the source [...] read more
After I installed the Fall Creators Update my Explorer.exe will not start, hence I get the "black screen of death with mouse cursor" problem. I am able to start Task Manager (by pressing Ctrl+Shift+Esc), and start programs from it. Explorer.exe is missing from Task Manager. So when I try to [...] read more
I am following this article https://azure.microsoft.com/en-us/documentation/articles/service-fabric-get-started/ to setup Service Fabric on my Windows 8.1 machine. But when I run .\DevClusterSetup.ps1 I get the following error Create node configuration succeeded Starting service FabricHostSvc. This may take a few minutes... Start-Service : Failed to start service 'Microsoft Service Fabric Host Service (FabricHostSvc)'. [...] read more
Not totally sure that I've got this problem nailed down yet, but here's what I'm seeing and what I think is going on. I have a Win32 program mostly written in C that loads a C++ DLL. That DLL passes data from the C program to another application via a [...] read more
The following short code example demonstrates WebBrowser crashing for some pages. The problem started after a fresh installation of Windows 10 and Visual Studio Community 2015 on 26-27 December 2015. The problem did not occur with the previous installation of Windows 10 and Visual Studio Community 2015. The same program [...] read more
I have created windows store app on windows 8 RTM version. Then I moved the application to run on Windows 8 pro with visual studio 12 Express. upon running the code it gave lot of errors(It was running fluently on RTM version), somehow I removed all errors and application is [...] read more
I am getting this error message on my event log in the android studio when I run it. I have no written any code to my project. 2:58 PM Emulator: Warning: setGeometry: Unable to set geometry 2955x5184+489+108 on QWidgetWindow/'EmulatorContainerClassWindow'. Resulting geometry: 7388x12960+489+108 (frame: 0, 0, 0, 0, custom margin: 0, [...] read more
I created android emulator with the following settings: Name: Pixel_API_27_Oreo CPU/ABI: Google Play Intel Atom (x86) Path: C:\Users\username\AppData\Local\Android\sdk\.android\avd\Pixel_API_27_Oreo.avd Target: google_apis_playstore [Google Play] (API level 27) Skin: pixel_silver SD Card: 512M fastboot.chosenSnapshotFile: runtime.network.speed: full hw.accelerometer: yes hw.device.name: pixel hw.lcd.width: 1080 hw.initialOrientation: Portrait image.androidVersion.api: 27 tag.id: google_apis_playstore hw.mainKeys: no hw.camera.front: emulated avd.ini.displayname: [...] read more
I have a ASP.NET MVC application based on Kendo UI and jQuery which makes IE11 crash after few moments of use. It doesn't seem to be in specific places, that varies and it doesn't show a pattern much clearly. What I did find is it's related to Kendo UI, jQuery [...] read more
I'm working in an app created with Xamarin. It uses marshaling to copy a block of bytes into some structures. Android version and UWP version -without native compilation- works fine. But if I activate the compilation with native tool chain I get an unhandled exception. This is the code: void [...] read more
After installing the Windows 10 Feature Update version 1803 on May 8, 2018 the Windows Quick Search function stopped working. When I am on the desktop or press the Windows key and begin typing, no search box opens and no search occurs. I consistently see the following two entries in [...] read more
I am working on a simple UWP application written in C++/WinRT under Windows 10 that contains two ListView controls. The goal of this application is to learn how to select an item from one ListView control, drag it to the other ListView control, and drop the item so that it [...] read more
We have been working on a project for over a year now and finally ready to get it in the store and the store requires it to be compiled with NET Native toolchain. Changing to that and compiling works fine, but it crashes on launch and no way that we [...] read more
I have a simple program that just displays a window, waits for a key press, and then exits. During shutdown, the app crashes, complaining about CoreMessaging.dll. Here is the sample code that has the issue: sf::RenderWindow window; void waitForKeyPress() { Event event; bool done = false; while (!done) { while [...] read more
I have a webbrowser control which I have used within a WPF application, when I browse a particular url, the browser crashes thus terminating my WPF application too. Is there a way to catch the same exception and then recover such that, I get to continue with my WPF application. [...] read more
I have a problem with Azure Service Fabric. I have installed it (on Windows 7) as it was said in https://azure.microsoft.com/en-gb/documentation/articles/service-fabric-get-started/. But when I try to run a Service Fabric application from Visual Studio I see that Windows service Microsoft Service Fabric Host Service ("C:\Program Files\Microsoft Service Fabric\bin\FabricHost.exe") fails to [...] read more
When I try to load data to table, that has a lot of rows (about 100K), The IE crashes and I receieved this error: > Faulting application name: IEXPLORE.EXE, version: 11.0.9600.17840, time stamp: > 0x555fe1bb Faulting module name: MSHTML.dll, version: 11.0.9600.17842, time > stamp: 0x5565cf99 Exception code: 0xc0000602 Fault offset: [...] read more
Did a clean install of Orchard 1.8.1 via Web Matrix, all default settings. Web Matrix crashes when I open Modules/Orchard.Blog/Models/BlogPost.cs in the editor. Same for BlogPart.cs and other random files. Error in application log: Faulting application name: WebMatrix.exe, version: 7.1.1932.0, time stamp: 0x52589c06 Faulting module name: Microsoft.WebMatrix.ExceptionUtilities.ni.dll, version: 1.0.0.0, time [...] read more