|
-
Apr 23rd, 2002, 11:00 AM
#1
Thread Starter
Junior Member
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
-
Apr 23rd, 2002, 11:03 AM
#2
Doe the other machine have the framework installed?
-
Apr 23rd, 2002, 11:21 AM
#3
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
-
Apr 23rd, 2002, 11:23 AM
#4
Thread Starter
Junior Member
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.
-
Apr 23rd, 2002, 11:27 AM
#5
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.
-
Apr 23rd, 2002, 11:40 AM
#6
Thread Starter
Junior Member
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.
-
Apr 23rd, 2002, 12:32 PM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|