mapped my local folder from remote server
-
I mapped my local folder from remote server. now am trying to run applicaiton(EXE FILE) from mapped network drive (which is in remote server) it opens a window with two options run and cancel. when click run the window goes off. it is not displaying any error messages. where am going wrong. am using framework 2.0 and c# winforms.
-
I mapped my local folder from remote server. now am trying to run applicaiton(EXE FILE) from mapped network drive (which is in remote server) it opens a window with two options run and cancel. when click run the window goes off. it is not displaying any error messages. where am going wrong. am using framework 2.0 and c# winforms.
I guess it's a security issues. you try to start your app over network, which requires extended policies. you'll need to register your assembly in .net policies
-
I guess it's a security issues. you try to start your app over network, which requires extended policies. you'll need to register your assembly in .net policies
am unable to understand your solution. Can you explain in detail? start appl over network, what this mean? if I open the application, it is running in local and remote system. after mapping only am getting problem. it is not showing any error message. simply window goes off.