R
Ruchi Trivedi
Hi ,
I made a vb.net dll by windows control library in that I am creating a file
and thus accessin it. Then I am making a object of this using<object> but it
is unable to access the file system ,although it is working fine with
methods which are not dealing with FILE IO .
I tried system.security.permission and assert() ,created a .snk file and
used it in assembly but it is showing the same error ,permission denied to
access file system.
if anybody know the solution ,please help me.
regards
I made a vb.net dll by windows control library in that I am creating a file
and thus accessin it. Then I am making a object of this using<object> but it
is unable to access the file system ,although it is working fine with
methods which are not dealing with FILE IO .
I tried system.security.permission and assert() ,created a .snk file and
used it in assembly but it is showing the same error ,permission denied to
access file system.
if anybody know the solution ,please help me.
regards