Click here to Skip to main content
15,900,461 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: Core, Standard ... what a mess Pin
Super Lloyd28-Oct-19 1:49
Super Lloyd28-Oct-19 1:49 
GeneralRe: Core, Standard ... what a mess Pin
Mike Marynowski28-Oct-19 5:16
professionalMike Marynowski28-Oct-19 5:16 
GeneralRe: Core, Standard ... what a mess Pin
Super Lloyd28-Oct-19 12:30
Super Lloyd28-Oct-19 12:30 
GeneralRe: Core, Standard ... what a mess Pin
Super Lloyd27-Oct-19 16:43
Super Lloyd27-Oct-19 16:43 
GeneralRe: Core, Standard ... what a mess Pin
Mike Marynowski28-Oct-19 5:16
professionalMike Marynowski28-Oct-19 5:16 
GeneralRe: Core, Standard ... what a mess Pin
BillWoodruff27-Oct-19 21:01
professionalBillWoodruff27-Oct-19 21:01 
GeneralRe: Core, Standard ... what a mess Pin
peterkmx28-Oct-19 4:26
professionalpeterkmx28-Oct-19 4:26 
GeneralRe: Core, Standard ... what a mess Pin
Sander Rossel27-Oct-19 21:48
professionalSander Rossel27-Oct-19 21:48 
I assume the WinForms project is .NET Framework (it could be .NET Core since last month).
.NET Framework and .NET Core are not fully compatible and while I believe it's possible to reference .NET Core projects in .NET Framework and vice versa it's not recommended.
Instead, you should use .NET Standard, the common denominator between the two.
You can simply add a new project in Visual Studio and pick the "Class Library (.NET Standard)" template.
This project will be usable in .NET Framework and .NET Core projects (but it can't run on its own since it has no runtime).

Be sure to write your .NET Standard project in the correct version: .NET Standard | Microsoft Docs[^]

GeneralRe: Core, Standard ... what a mess Pin
Reelix28-Oct-19 2:02
Reelix28-Oct-19 2:02 
GeneralRe: Core, Standard ... what a mess Pin
adambl28-Oct-19 3:00
professionaladambl28-Oct-19 3:00 
GeneralRe: Core, Standard ... what a mess Pin
Reelix28-Oct-19 3:56
Reelix28-Oct-19 3:56 
GeneralRe: Core, Standard ... what a mess Pin
Sander Rossel28-Oct-19 21:45
professionalSander Rossel28-Oct-19 21:45 
GeneralRe: Core, Standard ... what a mess Pin
Davyd McColl28-Oct-19 2:57
Davyd McColl28-Oct-19 2:57 
GeneralRe: Core, Standard ... what a mess Pin
Jacquers28-Oct-19 3:01
Jacquers28-Oct-19 3:01 
GeneralRe: Core, Standard ... what a mess Pin
Marc Clifton28-Oct-19 3:01
mvaMarc Clifton28-Oct-19 3:01 
GeneralRe: Core, Standard ... what a mess Pin
Nelek28-Oct-19 3:22
protectorNelek28-Oct-19 3:22 
GeneralRe: Core, Standard ... what a mess Pin
Marc Clifton28-Oct-19 4:29
mvaMarc Clifton28-Oct-19 4:29 
GeneralRe: Core, Standard ... what a mess Pin
#realJSOP28-Oct-19 3:11
professional#realJSOP28-Oct-19 3:11 
GeneralRe: Core, Standard ... what a mess Pin
  Forogar  28-Oct-19 3:20
professional  Forogar  28-Oct-19 3:20 
GeneralRe: Core, Standard ... what a mess Pin
RickZeeland28-Oct-19 4:07
mveRickZeeland28-Oct-19 4:07 
GeneralRe: Core, Standard ... what a mess Pin
josued8a28-Oct-19 6:40
josued8a28-Oct-19 6:40 
General3-D Printing Woes Pin
Richard Andrew x6427-Oct-19 8:55
professionalRichard Andrew x6427-Oct-19 8:55 
GeneralRe: 3-D Printing Woes Pin
CodeWraith27-Oct-19 9:44
CodeWraith27-Oct-19 9:44 
GeneralRe: 3-D Printing Woes Pin
Richard Andrew x6427-Oct-19 10:26
professionalRichard Andrew x6427-Oct-19 10:26 
GeneralRe: 3-D Printing Woes Pin
CodeWraith27-Oct-19 10:37
CodeWraith27-Oct-19 10:37 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   488 votes