I'm trying to go through the tutorial for C# add-ins, but getting snagged at compiling the default SW template.
- I am using Visual Studio Express 2012 with SW2013 x64 on Win 7. I got swcsharpaddin.zip into the proper Templates folder and downloaded & copied SolidWorksToolsWizard.dll to C:\Windows\assembly as instructed here. This allows me to load the template, but I cannot use (debug) it since VS Express does not have the Start Action option to launch the SW exe. I tried the advice here in my *.csproj file to no avail.
- I am getting a slew of errors on compilation which say I am missing references, although the required libraries are shown in the Project folder.
Again this is just using the default template with no changes. I'm not sure if both these issues are related. Any help would be appreciated.
SolidworksApi macros