I'm trying to register VC as com objects with the help of regasm.exe - but it throws errors. See below. The regasm.exe is in the client install folder - so the dll's are visible to it.
I tried to follow the download link in order to get the regasm that is recommende in the VisualCronApi.pdf, but on that page I could not find a download.
Any ideas ?
D:\Programs\VisualCron>regasm VisualCron.dll /tlb:VisualCron.tlb
Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.3053
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.
RegAsm : error RA0000 : The given path's format is not supported.
D:\Programs\VisualCron>
-------------------