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)
Assembly.LoadFrom("Newtonsoft.Json.dll") could not load file
my launcher application (.NET5) uses Assembly.LoadFrom("totoPlugin.dll") to load and run a plugin "toto".
The "totoPlugin" depends on Newtonsoft.Json.dll, so I'd like the...
Hiep
Votes: 0
Answers: 0
How to add System.Windows.Forms to C# project in VS 2019
I'm getting "The type or namespace name 'Forms' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)" from "using System.Windows.Forms;". Vario...
Nathan Dehnel
Votes: 0
Answers: 0
Reference Assemblies in .Net6.0 on multiple Versions
I have a software A which has plugin B and C included as dll. Plugin B is using Newtonsoft V12 and Plugin C is using Newtonsoft V13. My Software A is using Newtonsoft V11. Currently it is so that my p...

Fabian
Votes: 0
Answers: 0
How to port my multitrack audio play code to .NET Core 6?
I want to play multiple sounds simultaneously in my Winforms project, but I am not able to add the Windows Media Player as an assembly to my project, because .NET Framework is missing in my Core 6 Pro...
heermaas
Votes: 0
Answers: 1