Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Application Exception on StartUp

Status
Not open for further replies.

RTorrance

Programmer
Apr 12, 2002
64
CA
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

 
Are you sure you gave the users permissions to they objects they need to access on sql server?
 
Thank You for the response. I thought I had but I just went into Enterprise Manager and it seems as though I actually hadn't. I will give it a try and let you know.
 
It seems as though we had them set in the wrong place without giving permissions to the required tables. Everything seems to be working now.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top