Click here to Skip to main content
15,905,616 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: I think if we (CP dudes) all put our heads together... Pin
Kornfeld Eliyahu Peter1-Aug-17 22:15
professionalKornfeld Eliyahu Peter1-Aug-17 22:15 
JokeRe: I think if we (CP dudes) all put our heads together... Pin
Duncan Edwards Jones1-Aug-17 21:32
professionalDuncan Edwards Jones1-Aug-17 21:32 
GeneralRe: I think if we (CP dudes) all put our heads together... Pin
OriginalGriff1-Aug-17 22:51
mveOriginalGriff1-Aug-17 22:51 
GeneralRe: I think if we (CP dudes) all put our heads together... Pin
TonyManso2-Aug-17 4:58
professionalTonyManso2-Aug-17 4:58 
GeneralRe: I think if we (CP dudes) all put our heads together... Pin
OriginalGriff1-Aug-17 22:53
mveOriginalGriff1-Aug-17 22:53 
GeneralRe: I think if we (CP dudes) all put our heads together... Pin
Daniel Pfeffer1-Aug-17 23:09
professionalDaniel Pfeffer1-Aug-17 23:09 
GeneralRe: I think if we (CP dudes) all put our heads together... Pin
OriginalGriff1-Aug-17 23:53
mveOriginalGriff1-Aug-17 23:53 
GeneralDot Net 4.7 woes PinPopular
Cornelius Henning1-Aug-17 11:01
professionalCornelius Henning1-Aug-17 11:01 
Two days ago I started a new solution in Visual Studio 2017 Community that has several projects, targeting .Net 4.7. Very soon I noticed in the App.config file of every project, that intellisense was whining that the configuration element was not set. It was just a warning, the solution compiled fine. Nevertheless I found it irritating and set out to get rid of the warning.

I tried every trick I could think of, kept me busy for hours and I was contemplating drastic action, including suicide! Shucks | :-\

In the end it finally dawned on me: Targeting the brand new .NET 4.7, there was something amiss in the schemas called for in the config file. Another hour or so struggling with schemas, I tried to change the catalog.xml file that is in this folder:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Xml\Schemas

In the catalog.xml file, edit the line that contains ".NETFramework,Version=v4.6" and change 4.6 to 4.7

Problem solved! But it took the better part of a day. Mad | :mad:
Get me coffee and no one gets hurt!

GeneralRe: Dot Net 4.7 woes Pin
R. Giskard Reventlov1-Aug-17 11:21
R. Giskard Reventlov1-Aug-17 11:21 
GeneralRe: Dot Net 4.7 woes Pin
Cornelius Henning1-Aug-17 11:28
professionalCornelius Henning1-Aug-17 11:28 
GeneralRe: Dot Net 4.7 woes Pin
R. Giskard Reventlov1-Aug-17 11:43
R. Giskard Reventlov1-Aug-17 11:43 
GeneralRe: Dot Net 4.7 woes Pin
Shuqian Ying1-Aug-17 12:46
Shuqian Ying1-Aug-17 12:46 
GeneralRe: Dot Net 4.7 woes Pin
PIEBALDconsult1-Aug-17 13:33
mvePIEBALDconsult1-Aug-17 13:33 
GeneralRe: Dot Net 4.7 woes Pin
Cornelius Henning2-Aug-17 0:39
professionalCornelius Henning2-Aug-17 0:39 
GeneralRe: Dot Net 4.7 woes Pin
PIEBALDconsult2-Aug-17 6:34
mvePIEBALDconsult2-Aug-17 6:34 
GeneralRe: Dot Net 4.7 woes Pin
W Balboos, GHB2-Aug-17 0:35
W Balboos, GHB2-Aug-17 0:35 
GeneralThought of the day Pin
OriginalGriff1-Aug-17 5:00
mveOriginalGriff1-Aug-17 5:00 
GeneralRe: Thought of the day Pin
TNCaver1-Aug-17 5:04
TNCaver1-Aug-17 5:04 
GeneralRe: Thought of the day Pin
R. Giskard Reventlov1-Aug-17 5:09
R. Giskard Reventlov1-Aug-17 5:09 
GeneralRe: Thought of the day Pin
Ravi Bhavnani1-Aug-17 9:22
professionalRavi Bhavnani1-Aug-17 9:22 
GeneralRe: Thought of the day Pin
TNCaver1-Aug-17 11:02
TNCaver1-Aug-17 11:02 
GeneralRe: Thought of the day Pin
lopatir1-Aug-17 5:17
lopatir1-Aug-17 5:17 
GeneralRe: Thought of the day Pin
Daniel Pfeffer1-Aug-17 5:19
professionalDaniel Pfeffer1-Aug-17 5:19 
GeneralRe: Thought of the day Pin
W Balboos, GHB1-Aug-17 5:49
W Balboos, GHB1-Aug-17 5:49 
AnswerRe: Thought of the day Pin
RickZeeland1-Aug-17 7:01
mveRickZeeland1-Aug-17 7:01 

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.