Results 1 to 7 of 7

Thread: mobile windows application

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Location
    USA
    Posts
    20

    Question mobile windows application

    Greeting alls,

    Could someone tell me how to make a .exe file that can be moved to different machines?

    I have vb.net standard and I can create a .exe by building the project; however, when i try to move the file out of the \bin and onto another computer I get a .dll error message.
    (mscoree.dll is missing)

    any suggestions?

    Thanks

  2. #2
    Thelonius
    Guest
    Doe the other machine have the framework installed?

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    arrgghh..from now on I no longer answer this question..I will only post the link to this essay rant about people not understanding .NET and the CLR

    http://www.c-sharpcorner.com/forum/t...&TOPIC_ID=4487
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Location
    USA
    Posts
    20
    I d/l the .net framework from msdn.microsoft.com on the other machine. I am under the impression that this is all that is needed. Is this not correct? I have not installed vb on the other machine and do not intend to which is why this is a problem for me.

    Suggestions?

    Okay, while I was writing this a second reply was posted so I decided to edit this response to add some comments.

    According to the linked document, .net framework should be enough to run the program. I have this and it is still not working. None of the documents attached to that link or the link itself seem to answer my question. Any other suggestions?

    Thanks,
    Last edited by Harbinger; Apr 23rd, 2002 at 11:35 AM.

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    you said you DID download the framework onto the target machine?..did you isntall it(maybe dumb question, but I have been surprised by the answers to this question before:P)? If so try un-isntalling and re-isntall as it may not have isntalled correctly.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Location
    USA
    Posts
    20
    Okay,

    thanks for all the replies. It is still not working, but I am more confident now that the problem is with the target machine, not with my program which was my concern.

    Unfortunately I work on a network with limited administrative privilages. I am going to contact my sysadmin and see if I can get the framework reinstalled under a super user's account to see if anything different occurs.

    I did re-install the framework myself and it seemd to work fine, no errors or anything and yet it still gives me the missing .dll ...

    Thanks again.

  7. #7
    Thelonius
    Guest
    Try doing a search on the target machine to see if that DLL you ar missing is there.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width