Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > COM Exception during Click Once Deployment
 

COM Exception during Click Once Deployment

Hi friends,

We published our application usingClick Once Deployment. It was working fine on the machine where it was published. In the setup project some COM DLLs are included. Other than that,COM DLLs were not added as reference in any of the projects available in solution.

While trying to access the application in other machines other than where it was deployed, results in HRESULTerror System.Runtime.InteropServices.COMException (0x800A9C64). We are not able to set the ISOLATED Property of COM DLLs to True since we are not directly adding them as reference. In setup project thereis no ISOLATED Property for COM.

Any thoughts? Pls help..

Thanks in advance.

Saranya.

Saranya Rajagopalan  Monday, May 12, 2008 9:55 AM

Are you including the COM dll's in your deployment? Are they in the deployment folder?

Do the COM dlls need to be put in the GAC, or will they work locally?

RobinS.

GoldMail.com

RobinDotNet  Wednesday, May 14, 2008 1:22 AM

Hi Saranya,

We are changing the issue type to "Comment" because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to "Question" by editing your initial post and changing the radio button at the top of the post editor window. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

Thank you!
Rong-Chun Zhang

Rong-Chun Zhang  Friday, May 16, 2008 1:59 PM

You can use google to search for other answers

Custom Search

More Threads

• Restart problem with a hotfix (KB917952)
• ClickOnce Deployment Issue
• How to let the setup program install prerequests offline?
• click once not connecting to environment specified in the URL
• how to get the installation path in a c#code
• Problem installing app over https.
• Setup Project, Custom Actions Editor
• How to merge two different solution into single install file.
• Launch condition issue while running on Windows server 2008 (64 bit)
• How to upgrade a custom ConfigurationSection when my ClickOnce deployed app updates?