vote up 1 vote down star
1

I have a normal windows forms program (Not VSTO) which deploys using click once. The issue is that loads of user are having problems with random errors generally stating (from the IClassFactory failed due to the following error: 80004005).

Im deploying Redemption by changing the mode to "Isolated" which appears to work for some users but not others.

The users that arn't working can be fixed by manually installing the Redemption DLL.

Can anyone explain how to automate the process (I really want it to be reg free so users don't need admin permission to install).

Thanks

Ross

flag

1 Answer

vote up 2 vote down check

Got this resolved. The issue was I had loaded redemption objects on a background thread, and was trying to manipulate them on the UI thread. Ensure you are consistent when using the objects.

link|flag
Always works better when trying to explain the problem :) I have answered quite a few of my questions. – leppie Jul 26 at 14:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.