Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. what you must add to your exe file

what you must add to your exe file

Scheduled Pinned Locked Moved C#
csharpdotnetworkspace
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    flyingv
    wrote on last edited by
    #1

    Hello, I made simple applicatino in VC#. On my computer work good (Win2000), but in the other computers the program show message (cannot find mscoree.dll...). I read somewhere that you must install Microsoft .NET framework, but for me is this not right solution for small application with two forms. for exaple: if I want to make Installation program (INNO SETUP), which files I must add to my Exe file that program work properly on computer with Win98, ME, 2000, 95... withowt Microsoft .NET framework. Thank you again for answers Anze

    S 1 Reply Last reply
    0
    • F flyingv

      Hello, I made simple applicatino in VC#. On my computer work good (Win2000), but in the other computers the program show message (cannot find mscoree.dll...). I read somewhere that you must install Microsoft .NET framework, but for me is this not right solution for small application with two forms. for exaple: if I want to make Installation program (INNO SETUP), which files I must add to my Exe file that program work properly on computer with Win98, ME, 2000, 95... withowt Microsoft .NET framework. Thank you again for answers Anze

      S Offline
      S Offline
      Stephane Rodriguez
      wrote on last edited by
      #2

      flyingv wrote: I must add to my Exe file that program work properly on computer with Win98, ME, 2000, 95... withowt Microsoft .NET framework Any .NET program requires the .NET run-time to work. The best you can do if you don't want to embed the 20MB+ dotnetfx.exe redistribuable in your setup is to put a link in your readme.txt or documentation.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups