Hi all, I'm trying to create a simple c# addin for visual studio. I've been following the guidelines dotted around the net, and it says to put my main code in a routine called 'Exec'.
However, I cannot find this routine anywhere. I'm assuming there should be a stub for this. All I have is a connect.cs, with Onconnection, OnDisconnection, OnAddinsUpdate, OnStartUpComplete, OnBeginShutDown.
All I want to do is open one form with a button.
Thank you guys. Chris.