python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Dotnet6 got rid of Main method - how can I change the following in Dotnet5?
I have a connection string setup I used in Dotnet5 and prior versions of Dotnet Core and it's worked great, but upgrading to Dotnet6 and I have no idea how to get the following to work (basically a co...

MC9000
Votes: 0
Answers: 2
Excel macro displays Type Mismatch error after upgrade to Office365
My macro works fine on a laptop with Windows 10 and Excel 2010. It also used to work fine on my desktop with Windows 10 and Excel 2010. Once my desktop got upgraded to Office 365, the macro throws a...

Shaves
Votes: 0
Answers: 1
Keyword not supported: trusted_connection (Parameter 'keyword')
I have a .NET Core application. And normally I just can build the app with dotnet watch run.
But apparently something changed. Because if I do now dotnet run watch I get this error:
API.Program[0]
An...
mightycode Newton
Votes: 0
Answers: 1
System.InvalidOperationException: 'The ConnectionString property has not been initialized.' - C#
The code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
usin...

Richard Johnson
Votes: 0
Answers: 2