running .net exe files on the non-.net machines

  • Thread starter Thread starter Amanda Pearls
  • Start date Start date
A

Amanda Pearls

Hello
i wrote a small mail sending programm (console project) that works
fine on different pcs where .net 1.1. is installed. unfortunetely our
client does not have .net 1.1 framework installed (and does not intend
to) . any solution to this problem?
is it possible to find the *.dlls that are used by my app? and just
copy them?
any help is appreciated
 
Sorry... you need a .NET 1.1 framework installed, no way around it. You
could create a web app out of it, and run it on a server.
 
Back
Top