If you've asked a question, please remember to mark the best answer as 'accepted' by clicking the check mark next to your preferred answer. It looks like the checkmark to the left, and is right under the vote section. You'll gain some reputation and it helps us surface the best content.

Tagged Questions

1
vote
2answers
548 views

ASCOM & Windows 7 64bit

Hi, I am trying to use The Sky 6 with ASCOM to control a Celestron Nexstar11GPS. I have downloaded and installed the ASCOM Platform and TeleAPI.dll as instructed and I have also i …
1
vote
1answer
21 views

Is it posible to use the sky ver5 on window 7 64bit

strong text
1
vote
1answer
120 views

ASCOM installation problem

I am running Windows 7 64 bit. Microsoft .NET 3.5 is installed I have a Meade DS with Autostar and I want to connect it to Starry Night 6 Pro Plus. I can successfully connect it …
1
vote
3answers
231 views

Why am I getting error: 80040154?

I'm running ASCOM Platform 5.5. Windows 7 Home Premium 64-bit. It's a C# application. This is the line that gets the error: string progID = ASCOM.DriverAccess.Camera.Choose(""); …
2
votes
2answers
222 views

Running ASCOM for FLI PDF on Windows 7, 64-bit

I am trying to get my FLI PDF added to the ASCOM chooser manually, since the FLISetup.msi program creates an error whenever I try to install it. I tried running it as administrato …
2
votes
1answer
402 views

CG-5A GT and Telescope Control with Starry Night

Hi all again, (Chris Rowland asked me to post this here) Not sure if its the right Tag Here is the complete install procedure I used to get Starry Night to work with the CG-5A GT …
3
votes
1answer
164 views

Should I compile my ASCOM driver for x86, x64 or Any CPU

There is some confusion at the moment around getting ASCOM drivers to work correctly on 64-bit systems and ensuring compatibility with both 32-bit and 64-bit applications. Partly, …
2
votes
3answers
172 views

Writing an ASCOM driver for 64 and 32 bit systems

How can I write drivers so that they can be used on 32 and 64 bit systems using Visual Studio and a .NET language. Are the following statements true? When I compile a project in …