Are you saying you install the app on a server and have it run when there is
no user logged on? ClickOnce is deployed on per user basis. The app deployed
by ClickOnce only run when a user logs in and does the "click" ONCE. In your
case, you either make a full installation package and install it for every
user (during installtion, you, as admin, is asked the installed app is for
"every user" or "just me"), or, better yet, create Windows service app to do
the task.
> (Pardon me if this is the wrong forum but this touches on too many areas.)
>
[quoted text clipped - 29 lines]
>
> Opinions?
B. Chernick - 09 Jul 2007 19:56 GMT
My apologies. I forgot about that per-user thing. (But there's no way to
treat SQL Server as a user under ClickOnce?)
> Are you saying you install the app on a server and have it run when there is
> no user logged on? ClickOnce is deployed on per user basis. The app deployed
[quoted text clipped - 37 lines]
> >
> > Opinions?