Hello All,
I developed an application that links to a SQLServer database located on a seperate server. I also put together a setup program for my app. Setup program installs fine everytime. The application works fine on all machines...as long as I am logged in as administrator. We have many different users on our network and they need to be able to run this application without being an administrator. When trying to run as a different user I get an exception:
Applicaton has generated an exception that could not be handled. Process ID= 0x560(1376) ThreadID=0x4e4(1252)
I have tried everything I can think of including modifying security setting in the .NET Framework.
I am running .Net Framework version 1.1 on Windows 2000
Thanks in advance for any help.
Rachael
I developed an application that links to a SQLServer database located on a seperate server. I also put together a setup program for my app. Setup program installs fine everytime. The application works fine on all machines...as long as I am logged in as administrator. We have many different users on our network and they need to be able to run this application without being an administrator. When trying to run as a different user I get an exception:
Applicaton has generated an exception that could not be handled. Process ID= 0x560(1376) ThreadID=0x4e4(1252)
I have tried everything I can think of including modifying security setting in the .NET Framework.
I am running .Net Framework version 1.1 on Windows 2000
Thanks in advance for any help.
Rachael