B
Burton Roberts
I have a VB.NET Winforms application with MSDE 2000 sp3 on the backend. This
has been installed and works properly on hundreds of systems by now. On one
installation, however, the first time the application tries to open the
sqlConnection,
System.Data.SqlClient.SqlConnection.Open() raises the error stated above.
In my installation process the Administrator installs MSDE, my .Net program,
and adds the sa login rights for the BUILTIN\Users using my program. They
exit the program, log out and log in as a member of the Power Users group.
This installation seems to work on other machines, and I can not see exactly
what is happenning in this case since this customer is at a remote location.
Any ideas
Burton Roberts
has been installed and works properly on hundreds of systems by now. On one
installation, however, the first time the application tries to open the
sqlConnection,
System.Data.SqlClient.SqlConnection.Open() raises the error stated above.
In my installation process the Administrator installs MSDE, my .Net program,
and adds the sa login rights for the BUILTIN\Users using my program. They
exit the program, log out and log in as a member of the Power Users group.
This installation seems to work on other machines, and I can not see exactly
what is happenning in this case since this customer is at a remote location.
Any ideas
Burton Roberts