.Net Windows Application Assembly Downloading Question

  • Thread starter Thread starter Guest
  • Start date Start date
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~~
 
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.
 
Back
Top