
Deployment error on XP pro machine : URGENT
Hi,
I'm not sure this is a deployment issue. It looks like the text file you
want to write to has restricted permissions. It is possible to set
permissions on a file that explicitly denies the Administrators group. What
you can do is get properties on this particular text file, select advanced,
and check to see if your user has permissions to read/write to that file.
If you are still stuck trying to write to access this file it would help to
know: where you install the application to (program files?), what text file
you want to write to, what permissions does it require, and what VB code are
you using to access it. This will help troubleshoot.
Regards,
Paul Yuknewicz
Program Manager, Visual Basic .NET
Microsoft Co.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Quote:
> Hi there,
> I develop a vb.net app on XP pro machine. This program writes to a text
file
> every 5 minutes. When I finished, I installed as a admin user on XP pro
> machine. If I log in as admin user, it works fine. But when I login as
other
> limited users, exception occurs ( Access denied, can not write to text
> file).
> I gave admin rights to other users, but it didn't work. It was on same
> machine.Even I gave all users on same machine to admin rights, it didn't
> work. It works for only admin user.
> Can anybody help me asap?
> Thanks in advance.
> S_king