Click here to Skip to main content
15,896,730 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Journalism, Accuracy, Common Sense and Maths Pin
Mycroft Holmes24-Jul-18 16:18
professionalMycroft Holmes24-Jul-18 16:18 
GeneralRe: Journalism, Accuracy, Common Sense and Maths Pin
Nathan Minier25-Jul-18 1:17
professionalNathan Minier25-Jul-18 1:17 
GeneralRe: Journalism, Accuracy, Common Sense and Maths Pin
CPallini25-Jul-18 1:35
mveCPallini25-Jul-18 1:35 
GeneralRe: Journalism, Accuracy, Common Sense and Maths Pin
W Balboos, GHB25-Jul-18 1:54
W Balboos, GHB25-Jul-18 1:54 
GeneralRe: Journalism, Accuracy, Common Sense and Maths Pin
CPallini25-Jul-18 10:43
mveCPallini25-Jul-18 10:43 
GeneralRe: Journalism, Accuracy, Common Sense and Maths Pin
#realJSOP25-Jul-18 2:00
professional#realJSOP25-Jul-18 2:00 
GeneralRe: Journalism, Accuracy, Common Sense and Maths Pin
Mycroft Holmes25-Jul-18 14:31
professionalMycroft Holmes25-Jul-18 14:31 
GeneralYou ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel24-Jul-18 10:24
professionalSander Rossel24-Jul-18 10:24 
At least that's what Microsoft seems to think Dead | X|

Upgraded a .NET Core 2.0 project to 2.1 and I got error that Microsoft.Extensions.SomePackacge version 2.1.1 is incompatible with .NET Core 2.1.
Had to install version 2.1.0 for pretty much every package for the error to go away.
Apparently some bug in .NET Core 2.1 Sigh | :sigh:

And my normal .NET projects can't find System.Net.Http at runtime.
VS gets it from some folder in Project Files.
At some point I had to remove that file to make it work locally.
VS went to the GAC for the package which seemed to work, but it fails (at runtime) when deployed through the build server (although it builds just fine).
Tried installing the NuGet package, but then the reference cannot be found at all (and the build fails) Unsure | :~
The problem is possibly that I have one or more packages installed that depend on the same package in .NET Core (or .NET Standard)...

What the sh*t Microsoft!?
Get your packages together! Mad | :mad:

At least I get to experience what this DLL hell I've been hearing about is all about... It's not a bug, it's a feature Dead | X|

GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
User 1106097924-Jul-18 11:35
User 1106097924-Jul-18 11:35 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
CodeWraith24-Jul-18 21:51
CodeWraith24-Jul-18 21:51 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel24-Jul-18 23:47
professionalSander Rossel24-Jul-18 23:47 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Chris Maunder24-Jul-18 13:37
cofounderChris Maunder24-Jul-18 13:37 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel25-Jul-18 1:19
professionalSander Rossel25-Jul-18 1:19 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
GuyThiebaut24-Jul-18 20:48
professionalGuyThiebaut24-Jul-18 20:48 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel25-Jul-18 0:56
professionalSander Rossel25-Jul-18 0:56 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
CodeWraith24-Jul-18 21:50
CodeWraith24-Jul-18 21:50 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel25-Jul-18 1:22
professionalSander Rossel25-Jul-18 1:22 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
CodeWraith25-Jul-18 1:40
CodeWraith25-Jul-18 1:40 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel25-Jul-18 2:00
professionalSander Rossel25-Jul-18 2:00 
AnswerRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
ZurdoDev25-Jul-18 1:52
professionalZurdoDev25-Jul-18 1:52 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel25-Jul-18 1:56
professionalSander Rossel25-Jul-18 1:56 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
ZurdoDev25-Jul-18 2:05
professionalZurdoDev25-Jul-18 2:05 
GeneralRe: You ain't a real programmer unless you've dealt with the DLL hell... Pin
Sander Rossel25-Jul-18 2:19
professionalSander Rossel25-Jul-18 2:19 
GeneralJeeze, the HEAT! Pin
#realJSOP24-Jul-18 6:12
professional#realJSOP24-Jul-18 6:12 
GeneralRe: Jeeze, the HEAT! Pin
CodeWraith24-Jul-18 7:00
CodeWraith24-Jul-18 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.