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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
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
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
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
> 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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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