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
[323 byte] By [Frank100] at [2007-11-20 11:56:39]
# 1 Re: Vista Issue!
Does it work in other versions of Windows?
To my understanding all applications are running using standard access token even if a user has administrative privileges. I order to perform some tasks application has to be run with an elevated access token, meaning the app is using users full access token.

You may need to change applications access token privileges.
JohnCz at 2007-11-11 4:02:12 >
# 2 Re: Vista Issue!
Try right-clicking on the program name or icon and select "Run as Administrator." I don't know if it will solve your problem or not but it's a quick way of changing the access rights temporarily.
0xC0000005 at 2007-11-11 4:03:06 >
# 3 Re: Vista Issue!
Frank100, please, do not post the same question in different forums. By posting the same question in different forums ( and not providing full details ) will get you nowhere, and confuse you more. You have posted in a lot of different places, and each time you got different answers & questions - so, you see, it helps nothing.

Look at your screen, then identify the titlebar of the developer studio you are using, or remember the one you opened, then ask in that forum. Simple as that
HanneSThEGreaT at 2007-11-11 4:04:04 >