G
Guest
Hi,
I'm Writing a smart-client application, when running both server and client
on the same machine everthing works fine, but running the client on a
different machine get me into trouble. I have written a very simple
application just to figure out what goes wrong. The only ting it does is
start up the gui and read a file located inn the same directory as the
server. The server is a windows 2003, and .net framework 2.0.
The error I get:
Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
What I've tried to do is give the server a strong name, add it to the .net
configuration with full trust and add the .exe-file to c:\windows\assemby
folder. The public key of that folder matches that of sn -T <server.exe>.
Still I'm getting the same errormessage.
y.s.
lars arve
I'm Writing a smart-client application, when running both server and client
on the same machine everthing works fine, but running the client on a
different machine get me into trouble. I have written a very simple
application just to figure out what goes wrong. The only ting it does is
start up the gui and read a file located inn the same directory as the
server. The server is a windows 2003, and .net framework 2.0.
The error I get:
Request for the permission of type
'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
What I've tried to do is give the server a strong name, add it to the .net
configuration with full trust and add the .exe-file to c:\windows\assemby
folder. The public key of that folder matches that of sn -T <server.exe>.
Still I'm getting the same errormessage.
y.s.
lars arve