Today I only worked on SolidWorks. I got more serious and started to read the API documentation and investigate whether C# is a valid language for manipulating SolidWorks. It seems that it is ok although i think most development is in VB. I was also worried that my development evironement which is based on .net 1.1 would be inadequate now that .net 2.0 has been released - this turned out not to be the case - .net 1.1 seems to be fine so far. As a precaution i have downloaded .net 2.0 and a new IDE from microsoft.
I successfully compiled and ran a program in C# that made a small modification to a pre-existing model that I had opened in SolidWorks
Gary