0
votes
3answers
99 views
ASCOM.Utilities .NET implementation
Hi,
I would have expected
Dim strTest as String = ASCOM.Utilities.Util.PlatformVersion
to return the version string. Instead, I had to do this in two steps:
Dim objTest A …
1
vote
1answer
47 views
NOVAS-COM v2.1 not properly referencing in VS2010
Installed the current version 2.1 of NOVAS-COM from the ASCOM downloads page. When adding a reference to NOVAS2.DLL in VS2010, the reference is added automatically in the GAC(!) as …
