Visual Studio errors and warnings with 8.5 beta  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
EdL
Posts: 39
Joined: 18 Feb 2013
Has thanked: 22 times
Been thanked: 11 times

Visual Studio errors and warnings with 8.5 beta

Postby EdL » 27 Feb 2013

Hi,

I have just installed 8.5 beta after using 8.0.

When opening the .NET solution in VS, and performing a build I get the following errors and warnings.

Errors 1-3 appear to be breaking changes (from upgrade of 8.0 to 8.5 beta) relating to those indicators.

The warnings were present after compiling the 8.0 solution also.
Warnings 8-17 and 22-26 relate to using a fixed path in the reference.

Warnings 4-7 and 18-21 are obviously reference related. My references include the ones mentioned here and they appear to be listed twice in the VS ref section. (They have yellow warning triangles indicating a missing ref, but then are immediately listed below without the triangle so I don't have compilation issues as a result).

1. May I suggest the fixed paths in the VB project are changed to relative paths instead.

2. May I also suggest that all of these issues are corrected so that the released product does not contain any errors or warnings on an initial build. This means any warnings or errors we do receive after compilation are genuine and a result of our own code.

Thanks,

Ed

VS 2010 Errors and Warnings:

Error 1 The type or namespace name 'RateOfChange' could not be found (are you missing a using directive or an assembly reference?) C:\ProgramData\TS Support\MultiCharts .NET64\StudyServer\Techniques\CS\Pcnt_Decrease.Indicator.CS 16 17 PLStudies2010

Error 2 The type or namespace name 'RateOfChange' could not be found (are you missing a using directive or an assembly reference?) C:\ProgramData\TS Support\MultiCharts .NET64\StudyServer\Techniques\CS\Pcnt_Increase.Indicator.CS 16 17 PLStudies2010

Error 3 The type or namespace name 'PercentChange' could not be found (are you missing a using directive or an assembly reference?) C:\ProgramData\TS Support\MultiCharts .NET64\StudyServer\Techniques\CS\PcntChg.Indicator.CS 17 17 PLStudies2010

Warning 4 The referenced component 'System' could not be found.
Warning 5 The referenced component 'System.Data' could not be found.
Warning 6 The referenced component 'System.Xml' could not be found.
Warning 7 The referenced component 'System.Core.dll' could not be found.

Warning 8 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLTypes.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 9 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLStudiesProxy.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 10 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLBuiltInFunctions.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 11 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLTradeManager.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 12 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\ATCenterProxy.interop.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 13 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLTypes.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 14 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLStudiesProxy.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 15 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLBuiltInFunctions.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 16 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLTradeManager.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 17 Assembly strong name "c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\ATCenterProxy.interop.dll" is badly formed. It may contain characters that need to be escaped with backslash(\). Those characters are Equals(=), Comma(,), Quote("), Apostrophe('), Backslash(\). PLStudiesVB2010

Warning 18 The referenced component 'System' could not be found.
Warning 19 The referenced component 'System.Data' could not be found.
Warning 20 The referenced component 'System.Xml' could not be found.
Warning 21 The referenced component 'System.Core.dll' could not be found.

Warning 22 The referenced component 'c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLTypes.dll' could not be found.

Warning 23 The referenced component 'c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLStudiesProxy.dll' could not be found.

Warning 24 The referenced component 'c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLBuiltInFunctions.dll' could not be found.

Warning 25 The referenced component 'c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\PLTradeManager.dll' could not be found.

Warning 26 The referenced component 'c:\WorkSVN\trunk_x64\Components\bin64\MC_Release\ATCenterProxy.interop.dll' could not be found.

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

Re: Visual Studio errors and warnings with 8.5 beta  [SOLVED]

Postby Henry MultiСharts » 27 Feb 2013

1-3) Pcnt_Decrease, Pcnt_Increase and PcntChg studies were renamed in MultiCharts 8.5 beta.
You should have newly added and compiled Percent_Decrease, Percent_Increase and PercentChg studies in the list.
If you have them - you can delete obsolete Pcnt_Decrease, Pcnt_Increase and PcntChg studies.

You can just ignore the warnings 4-7 and 18-21.
Regarding the 8-17 and 22-26 warnings-we will fix them in the next version of MultiCharts .Net

EdL
Posts: 39
Joined: 18 Feb 2013
Has thanked: 22 times
Been thanked: 11 times

Re: Visual Studio errors and warnings with 8.5 beta

Postby EdL » 27 Feb 2013

Thanks for the clarification Henry. Nice to know that it will be sorted in the next version.


Return to “MultiCharts .NET”