Hi,
I've created an addin for the IDE of VS.
I've checked the two relevant checkboxes in the Addin Manager. (Startup and its name).
in the .addin xml file, everything just seem to be right written:
<
Assembly src="file">C:\Program Files\Miners\trysofi\trysofi.dll</Assembly>
<
FullClassName>trysofi.Connect</FullClassName>
<
LoadBehavior>1</LoadBehavior>
<
CommandPreload>1</CommandPreload>
<
CommandLineSafe>0</CommandLineSafe>
but, it is not getting loaded when launching VS.
Any idea?
Thanks