I have developed a program and published it using clickonce. I can run the
program on my computer just fine. But when I deploy using ClickOnce it will
not run. I copies the files over but refuses to run. I checked permissions
and set the program to full trust windows authentication. I logged on as
admin on another computer run the clickonce update and it failed to run. I
ran it on another machine with VS 2005 and got the following error:

An exception 'System.InvalidOperationException' has occured in
DefaultDomain.

I am using Oracle as the back end and the client did have oracle set up on
the machine.

Any suggestions?

John Wright