Skip to main content
0 votes
0 answers
43 views

I have this small application: C:\work\PassThruExc> tree /f Folder PATH listing for volume OSDisk Volume serial number is F6C4-7BEF C:. │ PassThruExc.csproj │ PassThruExc.sln │ Program.cs │ └─...
mark's user avatar
  • 63.9k
1 vote
2 answers
112 views

This is in VB.net 2022. The project is a Windows Forms App (.NET Framework), using Framework 4.8. This is the exception handling code: Namespace My Partial Friend Class MyApplication Public ...
CodeRed2550000's user avatar
2 votes
1 answer
207 views

I'm encountering an issue when trying to load a TorchScript model in my C++ application using LibTorch. The model loads and works fine in debug mode, but I get an exception when switching to release ...
Nimasha Konara's user avatar
0 votes
1 answer
113 views

Importing Statements import 'package:expense_tracker/database_helper.dart'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'transaction_screen.dart'; import '...
Shashwat Srivastava's user avatar
0 votes
2 answers
86 views

onPressed: () { getName().then((value) { print(value); print('YNWA'); throw('ERORRRRRR!'); }).catchError((error){ print('error is : ${...
basel elazaly's user avatar
0 votes
0 answers
62 views

I want to add icons to this, but I can’t figure out how to call the icons for each application. Any help would be greatly appreciated. Note: I use this when I can’t access the remote computer’s UI, ...
Michael Palmero's user avatar
1 vote
0 answers
101 views

I added something under "Resolutions" in my package.json file to resolve some vulnerabilities. Running npm install and npm run build works fine as expected. However after running npm run ...
nightcrewx's user avatar
0 votes
0 answers
136 views

My NodeJs app forks 10 child processes on the start. In every child process I have the next code: process.on('unhandledRejection', (reason, promise) => { log.error('Unhandled Rejection at:', ...
Rougher's user avatar
  • 838
1 vote
0 answers
405 views

I am building a taxi app with flutter for my school so far everything works well on the android side but on the ios side, when i type an address on the google placeAutocomplete it returns this error ...
Shivam Sahu's user avatar
0 votes
1 answer
5k views

UPDATE: I think the root of the problem is here: It can`t see my NVIDIA GeForce GTX 1050, or it is broken, so that is probably the reason. After launching Unreal Engine 5.3.2 this is what I get: ...
Sergey Zaslavets's user avatar
2 votes
1 answer
218 views

struct StackFrame { DWORD64 address; std::string name; std::string module; std::string filename; int line_number; }; std::vector<StackFrame> GetStackTrace(CONTEXT context) { ...
Hari E's user avatar
  • 490
0 votes
0 answers
102 views

VB winforms Application, I have added this code in the ApplicationEvents so that I can catch all the unhandled exceptions and log them. Private Sub Application_Startup(sender As Object, e As ...
Skander Haouam's user avatar
0 votes
0 answers
34 views

Claro, a tradução para o inglês seria: "I can't make sense of this set of errors. It's not making any sense in my head." Image of the error message provided by the server Image of the error ...
Hrcius's user avatar
  • 1
0 votes
1 answer
145 views

I have created a global dropdown filter on my navbar. I get the error: An unhandled exception occurred while processing the request. InvalidOperationException: The model item passed into the ...
ZNAXNOR's user avatar
  • 136
2 votes
1 answer
2k views

I am currently struggling to show a dialog to the users of my WinUI3 application in case of an unhandled exception. In that case I want to present the user a dialog with some short information that ...
Martin's user avatar
  • 5,753

15 30 50 per page
1
2 3 4 5
51