GenDeathRaiser Posted May 18, 2005 Posted May 18, 2005 This is probably the most newbish question ever asked on these forums but how can I know what filed i need to pack with my program, as I sent it out and all users were like missing files and some were just getting run time errors. Is there anyway to find out what files I need to run it so I can pack them into the program or with it. Quote
Administrators PlausiblyDamp Posted May 18, 2005 Administrators Posted May 18, 2005 Firstly they will need the .Net framework installed and then any other files you have referenced in your project. If you are also making calls into things like MS Office they will also need to be installed on the target PC. How are you currently deploying the project? After a build the majority of the required files will be in the bin folder. Also have you looked at creating a set up package from within VS to ease the deployment? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
GenDeathRaiser Posted May 18, 2005 Author Posted May 18, 2005 I'm using Borland Delphi 2005, and just right clicking and hitting build. Quote
Administrators PlausiblyDamp Posted May 18, 2005 Administrators Posted May 18, 2005 Not too sure if Delphi has any other deployment issues... Do the target PCs have the framework installed already though? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
GenDeathRaiser Posted May 18, 2005 Author Posted May 18, 2005 Well I believe one did, because the other one said you need .net framwork his said like violation exception with no details at all, like missing files. And another PC was missing MSCORE.dll I don't know if that's included with .net framework though. Quote
Leaders snarfblam Posted May 18, 2005 Leaders Posted May 18, 2005 If you mean mscorlib.dll, thats the core library for the .Net Framework Quote [sIGPIC]e[/sIGPIC]
Himo Posted May 22, 2005 Posted May 22, 2005 Delphi only needs the .net framework to be installed. All other Local resources are compiled within the .exe. If you're using special calls to other dll's and programs, they need to be installed too. Quote For questions about VS .net extensibility, please fire at me! :) For readability, please use the [ CS][/CS ] tags
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.