vfpoledb & intranet

geekwannabe

Member
Joined
Oct 5, 2006
Messages
10
Programming Experience
10+
I've created an application to browse/etc a foxpro table. Works fine from the IDE.

I have placed the exe on a network share (which is where the tables are also) but when I try to run it (the exe) I get a dialog titled "Microsoft .NET Framework" which states that the application attempted to perform an operation noat allowed by the security policy.

After some dinking with mscorcfg.msc my application promptly gives me "ncprogs has encountered a problem and needs to close" asking if I want to report this issue to microsoft.

So, Whats the simple way to configure this and future applications to enable access to networked data?
 
I think you have 2 choice:

1) Go to C:\Windows\Microsoft.NET\Framework\v1.1.4322, execute mscorcfg.msc to configure the security trust level.

2) Copy the exe and all the dependencies to the client machine and run it at the client machine. You still can leave the VFP table in the server, and do the client mapping to server to access the VRP table.
 
Last edited:
Back
Top