[Possible bug] Renaming indicator and Visual Studio 2017 (preparing solution)

Created at 15 Jun 2018, 12:27
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
IF

if.mihai@gmail.com

Joined 16.10.2017

[Possible bug] Renaming indicator and Visual Studio 2017 (preparing solution)
15 Jun 2018, 12:27


Hi,

I bumped into this issue by mistake.
I don't know if it's an isolated case, but,

1. Create an indicator
2. compile => everything is fine.
3. Edit with Visual Studio 2017 => everything is fine.

but
4. Rename indicator inside CTrader/CAlgo (and compile) => everything is fine.
5. Edit in Visual Studio 2017 => VS2017 remains in a loop, at "preparing solution"

The only way to circumvent this issue, that i found,
was to delete the .vs folder
Documents/CAlgo/Sources/Indicators/Nameoftheindicator/.vs
 

then everything works again.

maybe it helps someone also


@if.mihai@gmail.com