DLL Hell

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • iaustin

    DLL Hell

    I recently created a small One Form project using VB
    Studio.NET

    I then Release & Solution Build the project.
    It of course rins fine on my XP .NET system I developed it
    on.

    I copies the entire Solutions folder to my NT system.
    When trying to run the exe I receive a Message Popup...
    Unable to locate DLL

    The dynamic link library mscoree.dll could not be found in
    the specified path Windows Forms Simple Printing.

    Printing\obj\Re lease\C;WINNT\S ystem32
  • Scott Meddows

    #2
    DLL Hell

    Do you have the framework installed on the second machine?

    If it is, I'd try to reinstall the framework.
    [color=blue]
    >-----Original Message-----
    >I recently created a small One Form project using VB
    >Studio.NET
    >
    >I then Release & Solution Build the project.
    >It of course rins fine on my XP .NET system I developed[/color]
    it[color=blue]
    >on.
    >
    >I copies the entire Solutions folder to my NT system.
    >When trying to run the exe I receive a Message Popup...
    >Unable to locate DLL
    >
    >The dynamic link library mscoree.dll could not be found[/color]
    in[color=blue]
    >the specified path Windows Forms Simple Printing.
    >
    >Printing\obj\R elease\C;WINNT\ System32
    >.
    >[/color]

    Comment

    • iaustin

      #3
      DLL Hell

      Do I need to install the Framework? How will other users
      launch the project if they don't have Framework on their
      system? Maybe I need another development tool?
      [color=blue]
      >-----Original Message-----
      >Do you have the framework installed on the second machine?
      >
      >If it is, I'd try to reinstall the framework.
      >[color=green]
      >>-----Original Message-----
      >>I recently created a small One Form project using VB
      >>Studio.NET
      >>
      >>I then Release & Solution Build the project.
      >>It of course rins fine on my XP .NET system I developed[/color]
      >it[color=green]
      >>on.
      >>
      >>I copies the entire Solutions folder to my NT system.
      >>When trying to run the exe I receive a Message Popup...
      >>Unable to locate DLL
      >>
      >>The dynamic link library mscoree.dll could not be found[/color]
      >in[color=green]
      >>the specified path Windows Forms Simple Printing.
      >>
      >>Printing\obj\ Release\C;WINNT \System32
      >>.
      >>[/color]
      >.
      >[/color]

      Comment

      • Jack Spry

        #4
        Re: DLL Hell


        "iaustin" <iaustin@concen tric.net> wrote in message
        news:067201c36e 94$5eb37420$a30 1280a@phx.gbl.. .[color=blue]
        > Do I need to install the Framework?[/color]

        Remarkably enough, to run dot net applications you need to install the dot
        net framework.
        [color=blue]
        > How will other users
        > launch the project if they don't have Framework on their
        > system?[/color]

        They won't.
        [color=blue]
        > Maybe I need another development tool?[/color]

        Maybe you do. Good luck on your quest to find a modern development tool
        that carries no baggage.


        Comment

        Working...