I have GP installed on a VM - 2013 R2 and the web client is working fine. On another VM, I have VS 2013 as well as the VS Tools for GP 2013 SDK. I used the samples supplied (which were built for VS 2010 BTW) and created a web client version of them by adding the SupportedDexPlatforms attribute. I copied the sample to the GP Addin folder.
Is there anyway that I can see if the AddIns is being kicked off?
Do I only copy the project's DLL from the Release folder over, or do I copy everything?
Is there anything other than copying to the AddIn folder that must be done to deploy the code?
I tried the Silverlight sample as well but also no luck. I'm not too concerned about this one.