Frostshoxx
❔ C# Excel Interop - sensitivity label
If I recall correctly, excel interop will create a GUI-less excel app. If you don't kill it at the end of your code routine, it may hold the file permission until you restart the machine or go kill it from the task manager.
4 replies
✅ unable to connect Microsoft SQL in visual studio wpf
what's the "normal way"? The IDE would need to know the existence of your SQL server before it can be available as a drop down. You may have to register it somewhere first (at least that's how it works on SSMS, not sure about VS IDE).
12 replies
❔ need some advice
here is some anecdote https://stackoverflow.com/questions/12337671/using-async-await-for-multiple-tasks?rq=1
6 replies