PLStudio2010 project target framework is always .NET 4

Questions about MultiCharts .NET and user contributed studies.
radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

PLStudio2010 project target framework is always .NET 4

Postby radekj » 29 Aug 2012

Each time if i open PLStudio2010 solution in VS2010,
it changes the "Target Framework" setting to framework .Net 4 and not 3.5 !

ciao
radekj

bluejack
Posts: 42
Joined: 02 Aug 2012
Has thanked: 25 times
Been thanked: 27 times

Re: PLStudio2010 project target framework is always .NET 4

Postby bluejack » 29 Aug 2012

If you open it from PowerLanguage editor I think the files are generated new everytime.

radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

Re: PLStudio2010 project target framework is always .NET 4

Postby radekj » 29 Aug 2012

Than why tssupport generate it for .NET 4 and not for .NET 3.5, MC.NET uses 3.5 ?!

ciao
radekj

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: PLStudio2010 project target framework is always .NET 4

Postby Henry MultiСharts » 29 Aug 2012

Hello Radekj,

"Target Framework" does not make any difference. You do not need to compile the code in Visual Studio. The integration is done this way-the solution file is opened in the studio, modified, then it should be saved. Once the file is saved - MultiCharts .Net editor picks up the changes in the study file and compiles it. Modifications appear in MC Editor and on the chart if the sudy is applied to it.
More detailed info in the intro video at this page.

radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

Re: PLStudio2010 project target framework is always .NET 4

Postby radekj » 29 Aug 2012

No matter ?

as exampel :
.net 4 has Tupels .net 3.5 does not

bluejack
Posts: 42
Joined: 02 Aug 2012
Has thanked: 25 times
Been thanked: 27 times

Re: PLStudio2010 project target framework is always .NET 4

Postby bluejack » 29 Aug 2012

Should be an easy fix. Or MultiCharts.NET should use .NET 4 which is the best option imo.

Dru
Posts: 107
Joined: 28 Aug 2007
Has thanked: 4 times
Been thanked: 171 times

Re: PLStudio2010 project target framework is always .NET 4

Postby Dru » 31 Aug 2012

No matter ?
as exampel :
.net 4 has Tupels .net 3.5 does not
If you want to customize this solution and/or project - you need to save it under different name and use it as you need.
Keep in mind that "full integration" between MC.NET and MS VS is monitoring for changes of *.cs (*.vb) files by MC in "%allusersprofile%\Application Data\TS Support\MultiCharts\StudyServer\Techniques\CS" folder. That's all. Minimal and sufficient.

radekj
Posts: 113
Joined: 28 Apr 2008
Has thanked: 20 times
Been thanked: 1 time

Re: PLStudio2010 project target framework is always .NET 4

Postby radekj » 31 Aug 2012

Thanks.


Return to “MultiCharts .NET”