views:

172

answers:

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

+2  A: 

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.

Always works better when trying to explain the problem :) I have answered quite a few of my questions.
leppie