[gameprogrammer] Re: problem deploying app
- From: Roger D Vargas <luo_hei@xxxxxxxx>
- To: gameprogrammer@xxxxxxxxxxxxx
- Date: Thu, 22 Mar 2007 16:20:22 -0500
According to Nikola Dudar blog, Net 2 is not needed, you just have to
install VC redist pack. The fact is that after install my app still asks
for some dlls that already were installed by the redist pack, and
crashing before start with the C runtime lib error. I will try
installing the Net framework to see what happens then.
Justin Coleman escribió:
You probably need to install (at least) the .NET 2.0 redistributable
on the target PC. .Net has the annoying property of not being simply
discrete DLL's anymore, it's now a nasty conglomeration of registry
info and other junk that MS insists on shoveling into your computer's
nearest orifice.
You can download the .NET 2.0 redistributable file from MS's web site,
or you can find it somewhere in your VC2005 directory tree. There
should be a text file ("redist.txt" or similar) that tells you what
files can/should be redistributed with your apps.
-Justin
On 3/22/07, Roger D Vargas <luo_hei@xxxxxxxx> wrote:
Im trying to test my application in another PC. I compiled it in VC
Express 2005 and copied all needed DLLs (at least, the ones I know). I
thought that the system would ask for the missing ones, but I have found
that in WinXP I always got an error: Incorrect configuration. In Win2k
it asks for the missing DLLS. I have tested before in my 2 development
workstations with Win 2k and XP.
Windows is not my speciality, so I have no idea about whats happening.
How can I solve this without having to install VC in all PCs?
--
http://dsgp.blogspot.com | Linux, programación, juegos
Have no place I can be since I found Serenity
But you can't take the sky from me
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
--
http://dsgp.blogspot.com | Linux, programación, juegos
Have no place I can be since I found Serenity
But you can’t take the sky from me
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- References:
- [gameprogrammer] problem deploying app
- From: Roger D Vargas
- [gameprogrammer] Re: problem deploying app
- From: Justin Coleman
Other related posts:
- » [gameprogrammer] problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
- » [gameprogrammer] Re: problem deploying app
You probably need to install (at least) the .NET 2.0 redistributable
on the target PC. .Net has the annoying property of not being simply
discrete DLL's anymore, it's now a nasty conglomeration of registry
info and other junk that MS insists on shoveling into your computer's
nearest orifice.
You can download the .NET 2.0 redistributable file from MS's web site,
or you can find it somewhere in your VC2005 directory tree. There
should be a text file ("redist.txt" or similar) that tells you what
files can/should be redistributed with your apps.
-Justin
On 3/22/07, Roger D Vargas <luo_hei@xxxxxxxx> wrote:
Im trying to test my application in another PC. I compiled it in VC Express 2005 and copied all needed DLLs (at least, the ones I know). I thought that the system would ask for the missing ones, but I have found that in WinXP I always got an error: Incorrect configuration. In Win2k it asks for the missing DLLS. I have tested before in my 2 development workstations with Win 2k and XP. Windows is not my speciality, so I have no idea about whats happening. How can I solve this without having to install VC in all PCs? -- http://dsgp.blogspot.com | Linux, programación, juegos Have no place I can be since I found Serenity But you can't take the sky from me ______________________________________________ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com --------------------- To unsubscribe go to http://gameprogrammer.com/mailinglist.html
--------------------- To unsubscribe go to http://gameprogrammer.com/mailinglist.html
- [gameprogrammer] problem deploying app
- From: Roger D Vargas
- [gameprogrammer] Re: problem deploying app
- From: Justin Coleman