python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Binding redirects in .NET 6
I have been trying to fix version conflicts in my .NET 6 console project. I fail to find a way like app.config's BindingRedirect or CodeBase, which worked for this case in .NET Framework.
Is there a ...
ittay
Votes: 0
Answers: 1
How do I fix error code CS1705? (Assembly X uses Y which has a higher version than referenced assembly Y)
I'm facing an issue when trying to build a csproj, after trying to build I get this single error:
"Error CS1705 Assembly 'System.DirectoryServices' with identity 'System.DirectoryServices, Versi...
DoneDeal818
Votes: 0
Answers: 0
Question regarding hintpath and reference path in csproj file in C#
I have been struggling with an assembly path.
I have been searching many articles and answers from stackoverflow, but cannot find any answers for my questions.
Just in case, I removed publicKeyToken...
Chaeeun Kim
Votes: 0
Answers: 0
Failed to load file or assembly 'Microsoft.DirectX.DirectSound.dll' or one of its dependencies. is not a valid Win32 application
My system: 64 bit
Visual Studio 2019 version.
When I search for DxDiag, it says: DxDiag, the screenshot is:
Unhandled Exception: System.BadImageFormatException: Failed to load file or assembly 'Micro...
noob123
Votes: 0
Answers: 2