cAlgo Visual Studio extension
cAlgo Visual Studio extension
05 Mar 2016, 15:55
Hello!
I downloaded the cAlgo Visual Studio Extension by Spotware. As I'm using Visual Studio 2015, I found out that the extension only works for older versions of VS.
In the Visual Studio Gallery's comments section, another user had the same problem. Someone responded that it's an easy fix - "modify the 'extension visxmanifest' document". I tried to do so, but I can't get it to work. The same error message still appears during installation.
Do anyone know how to solve it? I'd be very thankful for any help I can get.
Best regards, Emil
Replies
ChasBrownTH
29 May 2016, 20:10
RE:
Marvellous, that worked perfectly ! Thank you so very much. ;)
re. The vsix is simply a zipped file
@ChasBrownTH
ClickAlgo
30 May 2016, 06:34
You can download the extension here
http://www.clickalgo.com/blog/post/visual-studio-ctrader-programming.aspx
@ClickAlgo
cAlgo9
29 Dec 2016, 11:10
Hi Paul,
The link to VSExtension.vsix (90.19 kb) is broken.
Thanks!
@cAlgo9
david.barbakadze@gmail.com
29 Dec 2016, 11:29
So, where do we download extension from?
@david.barbakadze@gmail.com
ClickAlgo
02 Jan 2017, 20:14
try this
http://clickalgo.com/how-to-use-visual-studio-2015-with-ctrader
@ClickAlgo
gainer
06 Mar 2016, 07:56
Hi
The vsix is simply a zipped file
Unzip it in a folder as "VSExtension", then enter in the folder and you'll see the file "extension.vsixmanifest", open it with a normal text editor and add the references to the visual studio community edition between the eligible products
This is the complete code, you can also copy and past it in the extensione.vsixmanifest in place of the current one
Now from within the directory, zip again all the files in a new "VSExtension.vsix" (be carefull to include all the files, but NOT the directory)
Double click on the new vsix you just created within your directory... and it's done!
Wait for the installatione, then try it: within cAlgo select the "Edit in Visual Studio" option from the left drop down arrow menu near the name of one of your cBots/Indicators and after a while, it will appear in Visual Studio 2015 Community Identifier
That's all and have a good job!
@gainer