-
Vista Issue!!!!
Hi All,
I am facing a problem during ClickOnce installation on VISTA MACHINE.
[CREATE DATABASE permission denied in database 'master']
If any one has any idea How to solve this problem during ClickOnce Installation, please let me know.
In Vista we needs Administrative rights.
Thanks
-
Re: Vista Issue!!!!
-
Re: Vista Issue!!!!
Thanks Buddy
But if we think as a user point of view...As he installing an application (ClickOnce)..and application wants to create database at the back side...then how we can do that?
First time when we installed the appliction its creates the database ..because first time application has administrative rights....
But suppose the database removed and user want to create database again..then its generates an error the same error which i mentioned...
Do you have any idea?
How we can do it through programming?
Thanks
-
Re: Vista Issue!!!!
Well, then the authentication is going to have to be built into the application itself. In what language are you programming? Visual Basic, C#, J#?
-
Re: Vista Issue!!!!
-
Re: Vista Issue!!!!