Windows error 0xE0434352, -532462766

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginCustomer

This code was defined by a third party software company, and may mean different things for different software. Contact the software author for more information about this error.

NTSTATUSfalse
Reserved (X)false
FacilityCode67 (0x043)
Error Code17234 (0x4352)

Questions

84votes
11answers

How do I fix a .NET windows application crashing at startup with Exception code: 0xE0434352?

I've built a .NET Windows Forms application in Visual Studio 2010. I also built a corresponding setup/install package via Visual Studio 2010. This is built as a 32-bit (x86) application. (We make use of third-party Windows Forms controls that are 32-bit only). I am able to run the setup package [...] read more
c#
.net
winforms
visual-studio-2010
80votes
11answers

My C# application is returning 0xE0434352 to Windows Task Scheduler but it is not crashing

I have written a few C# apps that I have running via windows task scheduler. They are running successfully (as I can see from the log files that they are writing ) but windows task scheduler shows them returning a last run result of 0xE0434352. Is there something I need [...] read more
c#
.net
scheduled-tasks
task
29votes
13answers

IIS Express crashes when starting a site from visual studio

I started encountering this problem after installing the Visual Studio 2015 RC; I am no longer able to debug web projects from Visual Studio 2013. My projects build fine and VS launches a browser - I can see in my output that iisexpress.exe loads all the relevant DLLs for the [...] read more
iis-express
visual-studio-2015
22votes
1answer

KERNELBASE.dll Exception 0xe0434352 offset 0x000000000000a49d

I recently received some system event logs from one of our clients running our application on a virtual machine. I noticed these entries in the log: Description: The process was terminated due to an unhandled exception. Framework Version: v4.0.30319 4/22/2014 5:05:28 PM;"Error";".NET Runtime";"1026";"Application: MyApp.exe Report Id: d50fe7ab-ca61-11e3-9e10-6805ca17040a" Faulting module path: [...] read more
.net
windows
12votes
4answers

Unknown Software Exception 0xe0434352

While I am trying to launch my application I am getting the following error: enter image description here [https://i.stack.imgur.com/8V5aP.png] Checked the app log but no error message. Is this due to any of framework version or any other dependency? read more
.net
c#-4.0
runtime-error
9votes
1answer

Async code without waiting for completion

I'm currently having issues with IIS crashing out leaving the following messages in the event log. They're not too helpful in directing me to the actual source of the error but a bit of research suggests this is just a case of spawning tasks but not waiting for the result, [...] read more
asp.net
task-parallel-library
async-await
c#-5.0
8votes
1answer

Faulting module name: KERNELBASE.dll

My application crashes without any application error logging, when I checked Event viewer I found below info. Can some explain why this would happen and how to prevent it? > Faulting application name: MyApplication.exe, version: 1.0.0.0, time stamp: > 0x5964fac7 > Faulting module name: KERNELBASE.dll, version: 6.1.7601.23807, time stamp: > [...] read more
c#
dll
4votes
2answers

Unable to Install SQL Server on Server 2012

THE PROBLEM I have been trying to install SQL Server 2012 on Windows Server 2012. I continually get the same error: Managed SQL Server Installer has stopped working Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: scenarioengine.exe Problem Signature 02: 11.0.3000.0 Problem Signature 03: 5081b97a Problem Signature 04: Microsoft.SqlServer.Chainer.Setup [...] read more
windows-server-2012
sql-server-2012
4votes
3answers

Exception loading CEFSHARP.CORE.DLL

On some of our machines, we get an exception when trying to start CefBrowser from WPF code. I have been trying to troubleshoot this, but cannot really understand what goes wrong. The machines are all Win7 running 64-bit OS. Below, I have captured a trace using "Dependency Walker" running the [...] read more
c#
.net
wpf
windows-7-x64
cefsharp
4votes
6answers

MySQL Workbench crash on start on Windows

I`ve just installed my MySQL Workbench and it crashes on start and i really dont know what to do with it. Error codes from Event Log : Application Error Application that causes trobule: MySQLWorkbench.exe version: 6.2.3.12312, time signature: 0x541717ae Name of the module that causes error: KERNELBASE.dll, version: 6.1.7601.18409, time [...] read more
mysql
.net
crash
runtime
workbench
4votes
3answers

Unable to start application, KernelBase.dll fault

I have a problem to run application on Windows 7/8 x64, but I am able to start on Windows 10 x64. In Visual Studio platform target is set to Any CPU but it not helped me. Application I am building on my dev machine OS: Windows 10 x64 Windows logs [...] read more
c#
windows
kernel
4votes
2answers

C++/CLI wrapper not working (LoaderLock exception)

I've made very simple wrapper for unmanaged C++ library (to be used with C#). Wrapper has one unmanaged class and one managed class. Managed class has private member that is of unmanaged class and uses it like that. I've done very simple setup - I've created wrapper for only one [...] read more
c++-cli
wrapper
unmanaged
managed
3votes
1answer

Windows taskbar unresponsive and always showing the busy Icon. Explorer.exe process crashes frequently

I strongly suspect a rogue application (or service or bug) in my Windows 8 laptop which kills my explorer process and at times makes the taskbar unresponsive showing the busy icon all the time. Hence I have to use Alt+Tab to switch over between application. When the taskbar becomes unresponsive [...] read more
windows
windows-8
windows-explorer
crash
taskbar
3votes
3answers

All of my scheduled tasks are failing with error code 0xE0434352 on Windows Server 2008 R2

I have many scheduled tasks on a Windows Server 2008 R2 box, running a few different programs with various command line options. Last night, they all started failing with the last run result of 0xE0434352, which is the exception code for all .NET exceptions. The applications are .NET applications so [...] read more
windows-server-2008-r2
task-scheduler
3votes
1answer

How to get .Net Core 3.1 to see my appsettings files

I created an api using .net core 3.1 and like these things are, it works on my machine. But it also does not work on my machine when I try to publish it to IIS. I have to use IIS as one of my requirements. So the errors are: 1. [...] read more
c#
appsettings
asp.net-core-3.1
3votes
2answers

ASP.NET Core 3 and 500.30 In-Process Startup Failure

My service targets the following frameworks: * Microsoft.AspNetCore.App 3.0.0 * Microsoft.NETCore.App 3.0.0 Everything runs fine locally. When I deploy to an App Service in Azure, I experience the following error: > 500.30 In-Process Startup Failure Reading the documentation tells me perhaps these frameworks are not on the machine hosting my [...] read more
azure
asp.net-core
.net-core-3.0
asp.net-core-3.0
3votes
1answer

Reading and using appsettings.json in Program.cs?

I'm trying to configure the logging for my app to use a specified path, but my attempts to access appsettings.json in my Program.cs file don't seem to be working. It throws an error and the application doesn't start. I found this: Read appsettings.json in Main Program.cs and tried the advice [...] read more
c#
asp.net-core
3votes
0answers

.NET OutOfMemory exception - Reason: Low on memory during GC

I am trying to debug a .NET application that is crashing with strange symptoms. The stack trace reported alongside the same OutOfMemory exception in Windows Event Log is always different: Exception Info: System.OutOfMemoryException at System.Exception.get_Message() at System.Exception.ToString(Boolean, Boolean) at System.Exception.ToString() at App.Log.AddException(System.String, System.Exception) at App.SoftwarePlayerMonitoring.Monitor() at System.Threading.ThreadHelper.ThreadStart_Context(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, [...] read more
c#
.net
debugging
crash
dump
2votes
3answers

How to fix BadImageFormatException on application startup?

I bought the game Stardew Valley on steam, installed it, launched it. Nothing happened :(... When I took a look in the eventviewer I saw the following information: Application: Stardew Valley.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.BadImageFormatException at StardewValley.Program.Main(System.String[]) To [...] read more
windows-10
crash
gaming
xna
2votes
0answers

Visual Studio 2012 Very Slow Typing

I have a problem. After SP1 update, passing some time, VS 2012 becomes very-very slow when typing text. Solution size is not big, PC is quite powerful, it has 16GB of RAM, SSD drive, and i7-2600. I have attached using another VS and I see in debugger a lot of [...] read more
visual-studio
debug
visual-studio-2012
exceptions
2votes
1answer

Windows Server 2012 R2 Essentials Restore fails to Mount

I'm setting up Windows Server 2012 R2 Essentials for the first time. I'm able to backup a test client which runs Windows 7 Ultimate. All available Microsoft Updates have been applied to both client and server. When I attempt to restore from a backup using the Windows Server Essentials Dashboard [...] read more
restore
windows-server-essentials
essentials-2012-r2
2votes
0answers

Windows 10 can't run .exe from network share

I had a two Windows servers that sharing files SERVER1 (Windows 2008), SERVER2 (Windows2012). On one share I've got .exe file which is very simple application - simple.exe. It works great while it is placed on SERVER1 - I can run it directly from SERVER1, from Windows 7 workstation machine, [...] read more
windows
2votes
2answers

Windows service started and then stopped

I have created a windows application which runs fine and then i try to run this application as a windows service. After i start the service i got the error like below enter image description here [https://i.stack.imgur.com/oFDVi.png] Below are the error log i got from the EventViewer\Application Faulting application name: [...] read more
.net
windows-services
2votes
1answer

Load and call dependent C# DLLs in Jupyter Notebook

I'm setting up a Jupyter Notebook within which a C# DLL is called. This works fine when calling a single self contained DLL, but fails when the DLL depends on another C# DLL. The call to the DLL is done using ctypes and the UnmanagedExports as explained here: https://stackoverflow.com/a/29854281/11588296 The [...] read more
c#
python
jupyter-notebook
2votes
0answers

How to debug exception in KernelBase.dll that only occurs with the .NET Native toolchain

I'm working on a C# UWP application from a new project I started in Visual Studio this week. It was previously building in release mode fine, but now immediately upon startup i get the exception Exception thrown at 0x75FF4192 (KernelBase.dll) in GhostOverlay.exe: 0x04242420 (parameters: 0x31415927, 0x743C0000, 0x014FEA90). I do not [...] read more
c#
.net
debugging
exception
dll
2votes
1answer

Azure DevOps agent running an application with a dialog box

I am trying to run National Instruments TestStand Sequence Analyzer as part of a build in Azure DevOps using a Python script. Agent is running as a service. import subprocess command = '"%teststand%\Bin\AnalyzerApp.exe" MyAnalyzerProject.tsaproj /analyze /report /save /quit' exit_code = subprocess.call(command, shell=True) print(exit_code) # returns the exit status It works [...] read more
continuous-integration
azure-devops-self-hosted-agent
teststand
2votes
1answer

C# System.ComponentModel.Win32Exception (0x80004005): Not enough storage is available to process this command

After running my application (.Net 4.5, 64-bit, WPF) a long time (one to two weeks) I encounter the following app crash: Faulting application name: XY.exe, Version: 2.12.2.2, Time: 0x5bade142 Faulting module name: KERNELBASE.dll, Version: 6.1.7601.24150, Time: 0x5b0cbc65 Exception code: 0xe0434352 Fault offset: 0x000000000001a06d Faulting process id: 0x8694 Faulting application start [...] read more
c#
wpf
winapi
win32exception
2votes
1answer

Windows Forms - How can I prevent a System.AccessViolationException when opening a new thread

I am hoping this issue is an obvious one to someone 😊 I have a Windows Forms application that does some independent processes on separate sub-forms. It has a MainForm that opens first and then it opens the sub-forms based on an “is active” database value for each sub-form. This [...] read more
c#
.net
thread-safety
windows-forms-designer
access-violation
2votes
1answer

C# with Visual Studio: Published App Cannot Run After Installation

I wrote a simple reminder app for desktop in C#, and I can publish and install it with no problem. However, when I try to run the app, the icon shows up in the system tray for a brief second and then disappears, and then app doesn't open or show [...] read more
c#
visual-studio
installation
windows-10
publish
2votes
2answers

WPF - Deployment Issue - Faulting Module Name: KERNELBASE.dll

I am trying to install and run my first WPF application and am having a few issues. I have built a setup project and everything appears to be installing correctly, all my third party dll's are copied over, directories are created, etc... When I try to run the app, it [...] read more
wpf
2votes
0answers

How to deal with the DLL-Import Error "onecoreuap\inetcore\urlmon\zones\zoneidentifier.cxx(359)\urlmon.dll! [...] 80070002" in the context of JNI?

I am trying to build a JNI-Wrapper for UIAComWrapper.dll to be able to automate Windows-Code using Java-Calls. Unfortunately, if I only try to include my C#-Dlls, which includes Wrapped Automation-Calls (directly linked to UIAComWrapper.dll), it prints out the following error: > onecoreuap\inetcore\urlmon\zones\zoneidentifier.cxx(359)\urlmon.dll!00007FFFAC5005D0: > (caller: 00007FFFAC50010D) ReturnHr(1) tid(1b18) 80070002 Das System [...] read more
c#
c++
dll
java-native-interface
.net-4.7.1
2votes
1answer

UWP app fails to start on login using the StartupTask APIs

> NOTE: I've already looked at this related question, this is not a duplicate I'm working on a UWP app which also uses the Desktop Bridge (the app package contains the UWP app and a WinForms component), and I'm trying to add the auto startup feature, so far without success. [...] read more
c#
uwp
windows-10-universal
desktop-bridge
windows-10-desktop
1vote
0answers

Setup.exe doesn't run

I have a setup file that just refuses to run.. There is no error message or anything. I double click the exe file and nothing happens. I went to the Event Viewer and found an Application Error with these details for the file i am trying to run: Faulting application [...] read more
windows-7
setup
1vote
1answer

Why is my application running OK manually, but when I run it in Task Scheduler, it errors out?

I have an application that works on my old Windows 2008 R2 server in Task Scheduler very nicely. It reads data from one web service and then writes some data to another Web Service (so it needs network access). It has been running equally well in Explorer or in Task [...] read more
windows-server-2012-r2
task-scheduler
com
internet-explorer-11
1vote
0answers

Scheduled Task no longer running: Exception code: 0xe0434352

I had a scheduled task that has ran successfully for over two months. On March 12th/13th the task stopped running and I started to receive the following error each time it tried to run each day following the March 12th/13th date. What confuses me the most is that it successfully [...] read more
scheduled-task
task-scheduler
1vote
0answers

Server 2012 DFS New Member Issue

I am trying to add a new member to our DFS topology. We have 3 DCs (VMs - VMware) running Windows server 2012, two servers are located in or Primary site and the third at our DR site. Currently the two servers at our primary site are currently replicating DFS [...] read more
replication
windows-server-2012
dfs
server-crashes
1vote
2answers

Constant crashes of ASP.NET Core app on IIS with Windows10

We are running a web application using ASP CORE. Unfortunately while inspecting Event Viewer Manager I noticed weird crashes and restarts of the app. Error log looks like this: Faulting application name: dotnet.exe, version: 1.1.0.1179, time stamp: 0x58224b03 Faulting module name: KERNELBASE.dll, version: 10.0.14393.1770, time stamp: 0x59bf2ba6 Exception code: 0xe0434352 [...] read more
c#
asp.net
iis
asp.net-core
1vote
1answer

MySQL workbench is not working on windows 10

I hope that I am not spamming. I recently upgraded my windows to windows 10 from windows 7. I re-installed MySQL Workbench. But I am not able to open it, there is no error message as well. I also followed this post's suggestion, but still am not able to open [...] read more
mysql-workbench
windows-10
1vote
0answers

CefSharp.BrowserSubProcess.exe not run on client PC

I use CefSharf (84.4.10.0) in C# WPF application, she work well in my developpement PC. But i install on my Client PC (Windows 10) without Firewall, "CefSharp.BrowserSubprocess.exe" don't start. First Time In windows Logger, > Blockquote Application Error: Nom de l’application défaillante CefSharp.BrowserSubprocess.exe, version : 84.4.10.0, horodatage : 0x5f45f0d1 Nom [...] read more
c#
wpf
chromium-embedded
1vote
0answers

NSight graphics crashing "No Graphics API"

I'm trying to debug an OpenGL (specifically an OpenTK) application using Nsight graphics 20.5.1 It's stopped working for some reason, and I keep getting this dump Reason: 0xe0434352 / 0x00000001 Address: 0x7ffdddaf3b29 Assertion: Unknown assertion type 0x00000000 Thread 0 (crashed) [0] KERNELBASE.dll + 0x43b29 [1] KERNELBASE.dll + 0x43b29 [2] 0x7ffd381e0000 [...] read more
opengl
graphics
opentk
rider
nsight
1vote
1answer

Error "TF255115: The following service did not start: TfsJobAgent." while starting Azure DevOPs Server 2019

I have just installed Azure DevOPs Server 2019 and am running Server Configuration Wizard. I am getting error "TF255115: The following service did not start: TfsJobAgent". Here is what I see in the event log: Faulting module name: KERNELBASE.dll, version: 6.3.9600.19671, time stamp: 0x5e673d0b Exception code: 0xe0434352 Fault offset: 0x00000000000088dc [...] read more
azure-devops-server-2019
1vote
2answers

Store version of UWP Package with a full trust process forms app keeps crashing on launch

I have a UWP app with a full trust win32 forms app bundled with it. My project structure is like > UWP App > > Win32 Forms App (.NET Framework 4.7.2) > > Sync Library (.NET Framework 4.7.2) - referred by Forms App > > Domain Library (.NET Standard 2.0) [...] read more
winforms
uwp
.net-standard-2.0
.net-runtime
1vote
2answers

How to diagnose .net core ANCM In-Process Start Failure

I recently upgraded from dotnet core 2.2 to 3.1 on my solution. I've been able to create another solution and get that running with 3.1 but with my .net core web app I'm having troubles. (running on local IISExpress) I keep getting the error: HTTP Error 500.30 - ANCM In-Process [...] read more
c#
.net-core
1vote
1answer

Permissions Hosting .NET Core out-of-process with files on a network drive

I have a new .NET Core API which is targeting full .Net framework so is being hosted out of process in IIS. This is working fine locally in Visual Studio, also good in a test environment using IIS, however deploying to production this is not working. The difference I can [...] read more
asp.net-core-2.2
windows-server-2016
iis-10
kestrel-http-server
1vote
1answer

Use C# DLL in Python

I have a driver which is written in C#, .NET 4.7.0 and build as DLL. I don't have sources from this driver. I want to use this driver in python application. I wrapped some functionality from driver into method of another C# project. Then I built it into DLL. I [...] read more
c#
python
dll
wrapper
dllexport
1vote
2answers

Azure DataCache Problems with Windows Azure Emulator but no error generated. Application just hangs

I have an existing mvc4 web project which I wanted to deploy to a cloud service and to start using the azure data caching. I have added the windows azure caching nuget packages to two projects in the solution, the web project and a class library project both of which [...] read more
azure
azure-web-roles
azure-caching
azure-compute-emulator
1vote
0answers

IISExpress crash when running debugging .Net Core application

I've got 2 .Net Core applications. One is an Asp.Net Core app and the other a .Net Core Web API application. I used to be able to run the applications locally, but the issue started when I tried to host the web API locally so that I can just call [...] read more
c#
.net
.net-core
asp.net-core-webapi
1vote
1answer

How to fix 'System.IO.FileNotFoundException' newer version of kernelbase.dll

I have a program that has been running for quite some time, until the latest release of KERNELBASE.dll (10.0.17134.XXX) appeared on some PC's that are running Windows 10. I am using Visual Studio 2017 Version 15.5.7, programming in C#. PC's with earlier versions of KERNELBASE.dll (i.e. 10.0.14393.XXXX) have no problems [...] read more
c#
.net
winforms
kernel-module
1vote
0answers

"UWPHost.pdb not loaded" - Debugging Xamarin UWP app

I have a Xamarin app for which I have been debugging the UWP app on my computer for testing. I've been having difficulties debugging. I keep getting a 'No Symbols Loaded' error which goes onto say one of the following errors: > UWPHost.pdb not loaded or > wkernelbase.pdb not loaded [...] read more
visual-studio
xamarin
visual-studio-debugging
1vote
2answers

Application is not getting opened after installing it with the installer created by "Visual studio installer"

I have created setup file using visual studio 2017. When I installed it in my system it was installed properly and worked properly. But I am trying to install in some other system than set up gets installed properly but when user tries to open it then it does not [...] read more
c#
visual-studio
windows-installer
1vote
1answer

Azure Web Application Crashing 10 to 30 minutes + App Pool Recycles

I am seeing these errors in "Application Crashes" 88 crashes due to (0xC0000005 - Native Access Violation), 4 crashes due to (0xE0434352 - CLR Exception) App Service is running on S3 app service plan. Memory and CPU don't seem to be an issue. Doesn't seem to be consistent, seems to [...] read more
azure
azure-web-app-service
azure-application-insights
1vote
0answers

Could not load file or assembly 'Magick.NET-Q16.Wrapper-x64.dll'

I see a lot of similar questions out there about this wrapper or variations of this wrapper, but they were very old references and not applicable to my environment or made reference to DLLs that have changed or don't exist any longer. This is an app running IIS7 on a [...] read more
c#
.net
dll
imagemagick
1vote
3answers

OutOfMemoryException on application load

This error is driving me crazy. I have this app made with c# and It was working fine a few days ago, but ever since I installed the .net native preview it starts as a background process and works until it gets to: MainWindow mainWindow = new MainWindow(); that's when [...] read more
c#
.net
wpf
1vote
1answer

SSMS crashes instantly

I have SSMS 2017 installed on my laptop. Every time I start SSMS, it sits there for about 5 seconds, and it closes / crashes instantly without me clicking on anything. I checked out the Event Viewer. Here is what it shows: 1) .NET Runtime > > Application: Ssms.exe Framework [...] read more
sql-server
1vote
1answer

Import C# function that returns List<string> to Python

My goal is to get a list of strings in Python (2.7) from C# function, that returns a List of strings. Please look at the code below. C# code is using UnmanagedExports package. The function I want to import: using System; using System.Collections.Generic; using RGiesecke.DllExport; using System.Runtime.InteropServices; namespace GetInheritanceLib { [...] read more
c#
python
1vote
1answer

Unable to load function from c# dll using a c++/cli wrapper

This is my first time with calling functions from c# dlls. I have made a c# wrapper(c++/cli) to call c# functions from c++. This wrapper itself is a dll which I want to use in my main code. Below are the wrapper.h and wrapper.cpp files. CSharpWrapper is the abstract class [...] read more
c#
c++
dll
c++-cli
1vote
1answer

How to fix exception: " System.IO.FileNotFoundException" after run published WPF app?

I published a WPF app. But when I setup and ran it in different computer, there is nothing display in the desktop. I tried to use EventViewer app and then explore some errors(I also tried in my computer, It worked OK with no exception and error): enter image description here [...] read more
c#
wpf
mscorlib
0votes
4answers

Setting a scheduled task in Windows 10

I'm trying to set up wallpaper for my Windows 10 laptop. Basically, what should happen is the wallpaper should change to another (specific) image exactly on the hour. To do this, I downloaded this application. However, I need to set a scheduled task to make it work. If I manually [...] read more
windows-10
desktop-customization
windows-task-scheduler
0votes
1answer

How to add boot entries for Linux LiveCDs in Windows Boot Manager on Windows 10 when EasyBCD refuses to run?

How to add boot entries for Linux LiveCD's on Windows 10? I used to use EasyBCD 2.4 to achieve this, trouble is I can't use it right now, tried uninstalling it and then reinstalling it, it just won't open(not displaying a window, also I can't find it in taskmgr). I [...] read more
linux
windows-10
multi-boot
bootloader
livecd
0votes
1answer

SQL Studio Management Studio Import/Export wizard crashes when attempting to import a flat file

I'm having a strange issue with users who try to import a flat file into an SQL database. It happens immediately when they click Import Flat File, they never actually get into the Wizard. (right-click database -> Tasks -> Import Flat File). It only happens on a few databases, out [...] read more
sql
ssms
0votes
0answers

Network working incorrectly on launch in Windows 10

For the past few weeks I've noticed that apps that normally take a few seconds to check for updates when my PC starts take a lot longer. A few of these apps include things such as Discord, BattleNet, Origin, Steam and PHP Storm. I never used to have this issue [...] read more
windows-10
updates
0votes
0answers

quickbooks 2017 enterprise on windows server 2016 fail to turn on .net framework 4.6 feature

upon installing QB2017 Enterprise on windows server 20146, QB Database Manager will crash when scanning folders, here is what I can manage to find out. QB diagnostic: fail to turn on .net framework 4.6 feature I turn on all framework 4.6 feature using "add feature/role", the error still persist. I [...] read more
.net-framework
quickbooks
windows-server-2016
0votes
0answers

Visual Studio 11 Crashes

I have a funky problem... I installed IIS7 to my development server where I had Visual Studio 11 as well. Then I installed PHP 5.5 and now somehow Visual Studio crashes when I try to load solutions. What causes that, and how can I fix it? Some errors: > Faulting [...] read more
visual-studio
0votes
0answers

Windows server 2008 R2 Application error, and site is getting slow down

Im using windows server 2008 R2 and recently my site become very slow and when I checked the event viewer and found an error logged, following is the details of the error Faulting application name: w3wp.exe, version: 7.5.7601.17514, time stamp: 0x4ce7afa2 Faulting module name: KERNELBASE.dll, version: 6.1.7601.17965, time stamp: 0x506dcae6 [...] read more
windows-server-2008-r2
event-viewer
0votes
0answers

My windows Task Schdulrer is raising this error "0xE0434352"

I have windows server 2012 R2, and i have some tasks inside Windows Task scheduler which use to work well, but yesterday they start to return this error 0xE0434352, as follow:- enter image description here [https://i.stack.imgur.com/uQMOl.png] I checked the Event Viewer logs and i found this error:- Faulting application name: [...] read more
kernel
.net
task-scheduler
eventviewer
0votes
0answers

Application crashing on kernelbase.dll - is it possible to re-register?

we have an application that has crashed (twice this year) and customer wants it investigated. Faulting application name: inRiver.Server.exe, version: 6.3.0.16292, time stamp: 0x58060362 Faulting module name: KERNELBASE.dll, version: 6.3.9600.18938, time stamp: 0x5a7ddf0a Exception code: 0xe0434352 Fault offset: 0x0000000000008eac Faulting process id: 0x10bc Faulting application start time: 0x01d3efcd6154bb6b Faulting application [...] read more
windows-server-2012-r2
application
dll
crashlytics
0votes
1answer

CloudStack Hyper-V agentshell installer crashes

Attempting to install the Hyper-V AgentShell on Hyper-V 2012 r2 per the instructions at: http://cloudstack-installation.readthedocs.org/en/latest/hypervisor/hyperv.html The installer simply crashes with the error 'unknown software exception (0xe0434352) occurred in the application at location 0x541b8384' I also tried using the Jenkins CI build from http://jenkins.buildacloud.org/ When i run the AgentShell --install command, [...] read more
hyper-v
hyper-v-server-2012-r2
cloudstack
0votes
2answers

Windows Server 2012 Essentials Dashboard client app won't start after .NET Framework update on client

I'm running the 180-day trial of Windows Server 2012 Essentials. The client computer has Windows 8 Pro (64-bit) installed. A few days ago, a security update for the Microsoft .NET Framework (KB2840632) was installed automatically via Windows Update on the client (twice; the first installation attempt failed, as seen in [...] read more
.net
windows-update
windows-8
essentials-2012
windows-server-essentials
0votes
0answers

Using Installer Project to create MSI , After install the project the software unable to launch

I having a problem regarding using install project to create MSI Installer. After install the project the exe is unable to launch. But After I replacing some of the DLL from debug folder the application are able to launch. Can anyone help me ? Thanks. I use event viewer to [...] read more
c#
.net
wpf
setup-project
0votes
0answers

debugging: can load the symbol when I build a console application but not when my application is attached to a process

I want to debug a application which is attach to a process. I already have a command to build the dll in a debug mode. launch.json: { "version": "0.2.0", "configurations": [ { "name": ".NET Core Launch (console)", "type": "coreclr", "request": "launch", //"preLaunchTask": "build", "program": "${workspaceFolder}/src/N3P.Revit/bin/Debug/net472/N3P.Revit.dll", "args": [], "cwd": "${workspaceFolder}/src/N3P.Revit/bin/Debug/net472", "console": [...] read more
.net
debugging
visual-studio-code
0votes
1answer

ASP .NET Core Publish Errors AddDbContext

i actually dont know deploy IIS for LAN server. We are working on this project together with my friend. We share same Wifi. So we want shared api project. Because i working on backend (API-DAL-BLL) layers, my friends working on FrontEnd. But i cant deploy very well. First my publish [...] read more
asp.net
entity-framework
asp.net-core
iis
asp.net-apicontroller
0votes
0answers

.Net Framework Web Api SelfHost service stopped suddenly

* I created a simple Web Api selfHost as windows service which listens to an address which is dynamically loads from the database and normally it includes port number( like : http://localhost:1900) When I change the address( for example port number, something like http://localhost:1901) the service can catch the requests [...] read more
asp.net-mvc
asp.net-web-api
self-host-webapi
0votes
1answer

Different versions of ClickOnce application cause crash due to missing original UI.exe file

I´m having a problem with ClickOnce releases: * We need three versions of a program installed via ClickOnce on every machine, each having different settings: Production, Pilot and Test * What we do is use a self programmed release manager that deploys every version in a different network drive location [...] read more
c#
msbuild
clickonce
0votes
0answers

CEF Sharp - C# WPF published project won't run - throws error -Faulting module name: KERNELBASE.dll, version: 10.0.18362.1316,

Program runs fine in VS 2019 but after publishing it wont run on any machine (that I have) even when installed on development machine. It will however run on the development machine if you just go to the bin/release directory and run the executable from there. I am using CEF [...] read more
c#
wpf
cefsharp
0votes
0answers

Unable to return Binance Spot account balances from DLL

I tried fetching total Balance from Binance API in C# using glitch100/BinanceDotNet library with some modifications (like converting those data members from private to public static) The purpose of this is to be called by an MQL5 function for MT5 usage My C# code for the DLL is somewhat like [...] read more
c#
dll
binance
mql5
metatrader5
0votes
1answer

ApplicationPool randomically crash handling HTTPS request

I have an issue with an ASP.NET site running in a IIS (10.0.14393.0) on Windows Server 2016. Randomically, the page I opened in the browser (only when I open with HTTPS) return me error: enter image description here [https://i.stack.imgur.com/QP8hu.png] I have then searched on the Windows Server, looking for meaningfull [...] read more
asp.net
iis
https
crash-dumps
0votes
2answers

unable to load dll cvextern while using emgu cv for x86 platform

> Requirement: Load a C# DLL(which uses Emgu.CV.World.dll for image comparison) > into python project and call function inside DLL with some parameters. I tried to export a DLL usig Emgu.CV.World.dll for image comparison. While compiling for "Any CPU" target, the DLL export was not working. After changed to x86 [...] read more
c#
python
emgucv
dllexport
0votes
0answers

my app is not starting on windows start up WPF

> Hello > i add the code below to start the app on windows start up. try { Microsoft.Win32.RegistryKey key = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true); Assembly curAssembly = Assembly.GetExecutingAssembly(); key.SetValue(curAssembly.GetName().Name, curAssembly.Location ); } catch (Exception ex) { MessageBox.Show(ex.ToString()); } > it is add the registry string to run folder, i restart my [...] read more
c#
wpf
window
startup
0votes
0answers

Faulting module name: KERNELBASE.dll, version: 10.0.18362.1237

I have a Winforms application that runs fine on my computer when I open the exe file, but when I asked someone else to run it on their computer (exact same type of laptop) it didn't work. I sent them the entire the entire netcoreapp3.1 file, which has all of [...] read more
winforms
exe
0votes
0answers

Faulting module name: KERNELBASE.dll when running EXCEL via VBScript in windows server 2019

Im trying to execute an Excel Macro via VBScript that run every 2 minutes via Windows Scheduler. For this macro work, I have installed an AddIn for Excel and for this AddIn work a program need to be open. Currently, Im running this on a Windows Server 2019 on Amazon [...] read more
excel
vbscript
0votes
1answer

how to get dependency of my C# dll in ctypes library python?

I want to run C# dll with .net framework 4.7 in python app. I use dllExport nuget for my method in dll because ctypes with this way access my method. Sample: using System.Runtime.InteropServices; namespace MyNameSpace { public class MyClass { [DllExport("MyMethod", CallingConvention = CallingConvention.StdCall)] public static int MyMethod(int a,int b) [...] read more
c#
python-3.x
ctypes
.net-framework-version
0votes
0answers

Windows .NET Application not opening After Sudden shutdown due to power failure

I am working on one VB.NET Based SCADA System. My application working fine on all my machines. When there is sudden power failure or shutdown after we start system application not opening. I am having following DLLL's AcroPDF.dll ActUtlType.dll(ActiveX Control based Mitsubishi PLC Driver) itextsharp.dll(Pdf Generator) Please suggest me any [...] read more
windows
vb.net
visual-studio
dll
desktop-application
0votes
0answers

APPCRASH in w3wp.exe process and KERNELBASE.DLL module

I sometimes receive below sequence of errors in my ASP.NET MVC application. This cause application to stop working correctly. Below I specify the errors in order of appearance in the event log (sorry they are in spanish): Event id: 1325 - Source: ASP.NET 4.0.30319.0 Message: Se produjo una excepción de [...] read more
asp.net-mvc
iis
crash
w3wp
worker-process
0votes
0answers

WinForms error: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host

I have a small WinForm application. All it does is it reads the message recieved in the buffer. If the message matches the expected keyword, it increases the number shown on the Main window and shows the message in a separate message box. Firewall is off, no 3rd party antivirus [...] read more
c#
tcp
tcpclient
tcplistener
0votes
1answer

ANCM In-Process Start Failure on ISS for ASP.NET Core 3.1 Web Application

I have just migrated my ASP.NET Core version 2.2 to ASP.NET Core version 3.1. I have configured the web site to run under IIS In-Process mode. The application runs locally hosted with IIS Express. During final testing, I deployed to a test site hosted on our IIS version 10 web [...] read more
asp.net-core
iis
hosting
http-error
0votes
1answer

Visual Studio 2017 crashes

The crashing is largely occurring when I start adding reports to different projects. The more I do, the worse it gets, but it typically doesn't take long before it freezes up. My first thought was to check Event Viewer to see what I was getting, but I'm not quite sure [...] read more
visual-studio-2017
0votes
1answer

Call C# method from Java using JNI

I've tried to follow the examples which I found here, but I am unable to get it to work. This is my Java class package jniTester; public class JNITester { static { System.load("D:\\\\VisualStudio_Cpp_2017\\SkriptumTeil5\\Debug\\HelloWorldJNI.dll"); } public static native String welcome(String name); } From this I've created with javah the jniTester.h file [...] read more
java
c#
java-native-interface
0votes
1answer

Getting error 500.30 when I try to run my asp.net core 3.1 app on azure

I have an app that is asp.net core 3.1 connected to a sql server database and a secrets file. I can run this all locally, and it works. I published my app to Azure, migrated my db there, and created a Key Vault. All of those say they were successful. [...] read more
asp.net-core
azure-web-app-service
0votes
1answer

WCF Windows Service fails to start, throws System.IO.FileNotFoundException

I've been battling an issue for several days. Among our solutions, we have an aging monolith comprising various ASP.NET technologies, as well as a WCF service, and several other Windows Services. Everything builds for my colleagues, and the services all start correctly. I hadn't worked on the monolith in a [...] read more
c#
.net
wcf
windows-services
0votes
0answers

Task Scheduler Returns 0xE0434352 on VirtualMachine

I am moving scheduled tasks from one server to another. The initial server (dev1) is not a virtual machine but the new server (vdev2) is a virtual machine. The tasks are calling our websites API, pulling the data and adding it to our database via a C# application using the [...] read more
c#
.net
server
dotnet-httpclient
taskscheduler
0votes
1answer

Is There Such A Thinig As a C# Application Link Map Or Something Equivalent?

Is is there a C# build construct available that would allow me to create a link map containing symbols and offsets? I need to debug an application that is throwing an exception when running scheduled out of Task Scheduler. Here are some details of what is going on: I have [...] read more
c#
taskscheduler
0votes
1answer

.NET WPF runtime error after installing with Visual Studio Installer

I'm registering a global hotkey in my WPF application using exactly this approach. It works fine when debugging or running from Visual Studio, but after publishing app with Visual Studio Installer project and installing it on my PC, app throws following errors (from Event Viewer). Things I've tried: * running [...] read more
c#
.net
dll
windows-installer
global-hotkey
0votes
1answer

Unhandled exception reading from X509CertificateStore

I'm working with a really old project and moving it from on-prem to an azure VM running windows server 2016 and after the move we noticed an API endpoint returning Bad Gateway (502). I recreated the request using postman and noticed that I didn't even get a response back. After [...] read more
c#
x509certificate
0votes
1answer

Application being closed even with exceptions treatment

I have an action trigged by a button that should cover every possible cases. private async void btnStart_Click(object sender, EventArgs e) { try { btnStart.Enabled = false; await Task.Delay(1000); btnStart.Visible = false; btnStop.Visible = true; var maxSessions = numericFieldSessions.Value;//to run the same stuff in parallell for (var i = 0; [...] read more
c#
winforms
0votes
0answers

UWP FullTrust Process: Console Application returning System.IO Exceptions

So I have a UWP app which also opens and runs a console application as a Full Trust Process. The console application runs for a couple of seconds and then exits with the code 0xe0434352, which can mean basically anything. Debugging in VS is impossible as I can't attach the [...] read more
c#
uwp
console-application
0votes
1answer

Having trouble moving my .NET Core 3.0 Web Application from IIS Express to IIS

I've developed a web application targeting .NET Core 3.0 on the server. The project is based on Visual Studio 2019's template for ASP .NET Core Web Application. ASP .NET Core Web Application [https://i.stack.imgur.com/NI2N3.png] I selected ASP.NET Core 3.0 and specified that the application would be implementing Individual User Accounts (Identity). [...] read more
.net-core
asp.net-identity
iis-7.5
iis-8
.net-core-3.0
0votes
0answers

C# UWP Desktop Bridge start ffmpeg with command

I have a UWP Application which starts a WPF app and communicates via AppServiceConnection which works well, what I want to do is to start FFmpeg / FFplay with the command to play a video. The code in the WPF app for starting FFmpeg / FFplay via AppServiceConnection private void [...] read more
c#
wpf
ffmpeg
uwp
desktop-bridge
0votes
2answers

Outputted program functions on my computer but not other user's computer

I've created a program that connects to Google firestore and I gave it to my friend. This program is meant to synchronize one or more character sheets together however when my friend tries to run the program nothing appears to happen. I've tried: * Giving him all the files that [...] read more
c#
firebase
google-cloud-firestore
visual-studio-2019
0votes
0answers

Xamarin.Forms UWP application crashes on start

I built a Xamarin.Forms app. When I run the UWP version, it works on simulator, but when I install it on my Windows 10 machine from AppCenter, it crashes after splash screen. The same thing happens on a Surface tablet. iOS and Android both work fine. Here is what I [...] read more
xamarin.forms
uwp
0votes
1answer

C# WPF - Application doesn't start after installing

I'm trying to deploy my C# WPF Application with the Setup Wizard in Visual Studio 2019. When I install the application on my dev-computer, through the setup I made, it works fine and I can start the installed application and all things are working. When I install the application on [...] read more
c#
wpf
deployment
installation
0votes
0answers

WPF app getting crashed outside of visual studio only on few systems

I have a wpf app which is being converted to uwp app using visual studio windows application packaging project and it is getting crashed on Launch in few of the systems. I am not able to figure out what the problem is. I tried debugging the app using WinDbgPreview. I [...] read more
c#
.net
wpf
dll
kernel
0votes
3answers

C# Clickonce Publishing DLL issues with gMap

I have an application that has been in use for a long time now. I recently added some new functionality including gMap. My application works great when I debug or build it out and test. The issue occurs when I publish as a clickonce and then install on my same [...] read more
c#
winforms
clickonce
0votes
1answer

CEF - Embedded Chromium - C# Windows Form does not run on another machine

I have created an empty windows form application called "WindowsFormsApp2". To it I added the following Nuget packages: > Microsoft.Toolkit.Forms.UI.Controls.WebView.5.1.1 > > RestSharp.106.6.10 > > CefSharp.WinForms.73.1.130 The latter package added the following additional packages: > CefSharp.Common.73.1.130 > > cef.redist.x64.73.1.13 > > cef.redist.x86.73.1.13 My app.config is (effectively I enabled the system [...] read more
c#
winforms
chromium-embedded
0votes
0answers

Issue after installing ClickOnce C# WPF App

So I have been building a “Game Launcher” in WPF form using C#, and it has been working fine, however now I have switched over to using CefSharp for the Web Browser component, due to limitations of the in-built IE one. Since then every time I Publish the ClickOnce and [...] read more
c#
wpf
clickonce
cefsharp
0votes
0answers

How to use NewLazyDLL (golang) to custom dll export from c# to set parameters

I wrote a custom dll export in c# which is working in c This is my c# code for dll export [DllExport] /* GetMSLResult from the parameter as lat, lon, and gps elevation */ public static double GetMSLResult(IntPtr lat, IntPtr lon, IntPtr gpsElevation) => Helper.GetMSL(Helper.GetGeoID(Helper.IntPtrToDouble(lat), Helper.IntPtrToDouble(lon)), Helper.IntPtrToDouble(gpsElevation)); which is working [...] read more
windows
go
dll
ffi
0votes
1answer

Lamar causes 500.30 error when using ServiceRegistry

I am using Lamar as the DI for .Net Core (2.2) Web API. Program.cs public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args).Build().Run(); } public static IWebHostBuilder CreateWebHostBuilder(string[] args) => WebHost.CreateDefaultBuilder(args) .UseLamar() .UseStartup<Startup>(); } When I have following code at Startup.cs the program starts fine. public void ConfigureServices(IServiceCollection [...] read more
.net
.net-core
lamar
0votes
0answers

Scheduled task throws System.IO.IOException

I have a problem with serveral scheduled tasks on Windows server 2016. On the running server, we have serveral scheduled tasks running. Some of them sporadically throws a System.IO.IOException. The error appears in the eventviewer as a .NET Runtime error and a Application error. .NET Runtime error: Application: NameOfScheduledtask.exe Framework [...] read more
.net
scheduled-tasks
ioexception
windows-server-2016
0votes
2answers

C# HRESULT 0x800AC472 when creating a new Workbooks with Excel Interop

Until recently, this scheduled C# console application worked pretty well but since something like 2 weeks, it crash at the beginning of the code where I start using Excel Interop. When running it myself it works well, but when I try to execute it through the Scheduled Task Manager (same [...] read more
c#
scheduled-tasks
excel-interop
0votes
1answer

App runs directly but not after Clickonce publishing

I have written a demo application, which will be expanded later into an actual app (the demo for now is that it is only UI without any meat behind it yet). I tried to publish it, and am having problems getting the published version to run, even on my machine, [...] read more
c#
visual-studio-2017
clickonce
publishing
0votes
0answers

.net application crashes without an error

I wrote an application in VB.Net, and somehow it crashes without a reason, for example I run it, it started successfully then after staying non-active for like 10 or more minutes it crashes, without any exception and Visual Studio tells me that process switched to stop mode and application was [...] read more
.net
windows
vb.net
serial-port
0votes
0answers

Cannot run in Visual Studio but works in VS Code

I have a project that runs fine in Visual Studio Code, but won't run in Visual Studio 2017. When I run the project, I get a console window that pops up briefly reading: > unhandled exception: system.io.filenotfound exception: Could not load file or > assembly 'Microsoft.AspNetCore.Hosting.Abstractions, Version=2.0.2.0....' or > one [...] read more
visual-studio
0votes
1answer

WPF application crashing on Windows Server 2008

I received an error report regarding a WPF app that wouldn't start up in a Windows Server 2008 Service pack 2 server (the application is an administration tool we're distributing to our customers). Since this application has a lot of external references, I tried to simplify the problem by creating [...] read more
c#
.net
wpf
windows
0votes
3answers

How to make wpf apps on same netwrok read data from one SQL Server?

I have a C# WPF app running inside Visual Studio 2017 on my computer and I am using SQL Server 2014 to save/select data. How can I run it on another Windows computer on the same network without installing Visual Studio / SQL Server? This app should read/insert data from/in [...] read more
c#
sql-server
wpf
networking
0votes
1answer

Windows Application Startup Error Exception code: 0xe0434352

I Was Start Windows Application Then application Not Start. Error Exception code: 0xe0434352 I was find Following Error from EventViewer. > Application_develop in Visual studio 2010,Startup error Application: POSBarcode.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Xml.XmlException at System.Xml.XmlTextReaderImpl.Throw(System.Exception) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at [...] read more
c#
windows
installation
windows-installer
0votes
2answers

Compiling wpf application to x64 fails after instalation

I have written a WPF app for copying files and such. For reasons of merging pdfs I need to make my app x64. The application works fine as long as it is compiled x86. When I compile x64 it works in visual studio but fails after I install it to [...] read more
c#
wpf
0votes
0answers

Windows app crashing - Faulting module name: KERNELBASE.dll, version: 6.3.9600.17415

I have an consoleapp ".exe" which is running as Task Scheduler. This app usually uploads files to some ftp urls. The app works fine until some times when someone logs into server they see that the app has crashed and event log shows below message - Faulting module name: KERNELBASE.dll, [...] read more
c#
windows
ftp
0votes
2answers

Ftp Application Chilkat Ftp2 Does Not Start ERR CLR20r3

In some cases I've encoutered this problem on some machines; apllication doesn't start with no msg or sometimes with Windows crash errors. I think depends on some framework component, but really I don't know how to resolve. I've already verified Visual C++ Redist Presence (2017). Can you help me? I've [...] read more
vb.net
ftp
chilkat
0votes
2answers

MSVC 2008, debugging process, can't debug

I've been working on this project for a while now, its a legacy DLL, my part is to adapt it to work with a new version of a library. I added a definition to the build defined in the Properties / C/C++ / Preprocessor / Preprocessor Definitions The definition I [...] read more
c++
preprocessor
pch
-1votes
2answers

WinDbg issues only in Windows 7

I'm pretty new to using WinDbg, but recently my application started having issues, but only on Windows 7 machines (it runs fine the first time the PC is started but crashes or just disappears silently each time after). I got the mdmp file, but find myself somewhat lacking on how [...] read more
wpf
debugging
clr
windbg
-1votes
1answer

Outlook Exception code : 0xc0000005 Visual studio C#

I developed an application that allows you to recover files from emails from an Outlook mailbox. To help me in this task, I use the Interop.Microsoft.Office.Interop.Outlook library. We are using this executable on a Windows 2012 R2 server. When I run it manually it works perfectly. However when I create [...] read more
c#
outlook
-1votes
1answer

Exception code 0xe0434352 that crashes w3wp.exe | dotnet run

I find out that an error on my server was crashing the server and not being handled by global exception handler. I am not totally sure that what I will describe is the same problem that I am having (using 3rd party libs, plus custom logic in the middle... is [...] read more
c#
asp.net-core
-2votes
1answer

PHP/Drupal Web Application crashes on Azure Web Apps

We have hosted application on azure web apps and its continuously crashing due to some issue (might be configuration) - Below is description. We detected Application crashes during this timeframe. Description: We detected crashes in your application . Next Steps: Please check the event logs table below to see if [...] read more
php
fastcgi
azure-web-app-service

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0