T
Tim Mackey
Hi,
i have changed the deployment for my app from msi to smart client. from
local testing i know that the app can execute with low trust, without
requiring any special assembly trust settings. but when i test it in the
production environment (start > run > http://localhost/smart/myApp.exe), on
a client PC, i get an exception as follows:
Required permissions cannot be acquired. at
MyApp.HtmlEditorControl.InitializeComponent() at
MyApp.HtmlEditorControl..ctor()
the production server is win2000 server, .NET v1.1, the virt.dir is set up
for anonymous access. a "hello world" smart client app works fine, but i
cannot get my app to run. the location of the exception is in the
constructor of a win form that contains a 3rd party component, obviously
with a different public key token to my own assemblies in the app.
i do not have much information on the network configuration of the
production environment, e.g. proxy / firewall etc., but i have read online
that this message often appears when an app is loaded direct from a network
share. i cannot execute it from a local share, although i can execute it if
i copy all the files locally and then execute. however i want to do it
through IEexec.
i'm at a loose end and would really appreciate any help,
thanks
tim mackey.
i have changed the deployment for my app from msi to smart client. from
local testing i know that the app can execute with low trust, without
requiring any special assembly trust settings. but when i test it in the
production environment (start > run > http://localhost/smart/myApp.exe), on
a client PC, i get an exception as follows:
Required permissions cannot be acquired. at
MyApp.HtmlEditorControl.InitializeComponent() at
MyApp.HtmlEditorControl..ctor()
the production server is win2000 server, .NET v1.1, the virt.dir is set up
for anonymous access. a "hello world" smart client app works fine, but i
cannot get my app to run. the location of the exception is in the
constructor of a win form that contains a 3rd party component, obviously
with a different public key token to my own assemblies in the app.
i do not have much information on the network configuration of the
production environment, e.g. proxy / firewall etc., but i have read online
that this message often appears when an app is loaded direct from a network
share. i cannot execute it from a local share, although i can execute it if
i copy all the files locally and then execute. however i want to do it
through IEexec.
i'm at a loose end and would really appreciate any help,
thanks
tim mackey.