Hello everyone! I've writed a simple C# windows form application, that uses an access database (.mdb file).
Now I'm trying to create a setup package using the standard tool integrated in visual studio (using the standard wizard I've added a setup project to my solution). Into the setup project I've configured that the access database file must be located into the standard folder "CommonApplicationData". The problem occurs on Windows 7 target systems (maybe also on Vista). In these cases, the access file cannot be written by users other than the one that performed the installation. Then, Windows generate for each user the mdb file into the virtualstore folder, but obviously this is not the desired behavior because databases are different for each user... I'm going crazy for several days... does anyone have any idea? Thanks to all in advance! Luke -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
