.Net Windows Application Assembly Downloading Question

G

Guest

I have a question on the .Net Windows Application Assembly Downloading Problem

I have a windows application with some dlls dependencies. And I have put it into a Web Site with a link to let user to click on the link for the application downloading from the web server automatically. All the exe & dlls are strong name signed already

I found that sometimes, some computer cant download some dependencies, which causing the application cant run

Do anyone know the reason on that

Thanks for the help~~
 
G

gani

hi,

one possible reason is that, the client machine was
not configure to trust the source. you need to modify the
client's .net security configuration. HTH.

--
gani
http://thedeveloperscorner.com.ph

-----Original Message-----
I have a question on the .Net Windows Application Assembly Downloading Problem.

I have a windows application with some dlls
dependencies. And I have put it into a Web Site with a
link to let user to click on the link for the application
downloading from the web server automatically. All the
exe & dlls are strong name signed already.
I found that sometimes, some computer cant download some
dependencies, which causing the application cant run.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top