.NET 2.0 windows form with permission errors

  • Thread starter Thread starter jwpaco
  • Start date Start date
J

jwpaco

I have a windows form that run perfectly and has been running fine
since it was published in March. Now, all of a sudden, something on one
machine has changed. It will still run as long as you are logged in as
an admin. Other users get error Event ID:5000,
system.invalidoperationexception. I have checked permissions on the
data directories and the executable directories and they all look
right. I have also done a repair install of .Net 2.0. Any other
thoughts?

thanks,

jw
 
all it does is reads from an input file which it has permissions to
read. It was working just fine until something on the server changed.
The code should be fine. I just need to know where to look on the
server for files to check permissions. It is a .NET 2.0 app that
generates a report using the Crystal Reports plugin for .NET 2.0.


jw
 
got it fixed. Seems there was a corruption in the Caspol settings. I
tried disabling the security all together and it still did not work.
After resetting the caspol settings to default, it started working
again.

Thought I would share the solution for future reference.

Justin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top