Hi,

I have developed a VC++ program on win2k3 environment.
When i am running it on Vista then it is giving an error.
"Side by side configuration is not proper"
What it means?

Thanks inadvance for suggestion.
--Durgesh

Re: How can i run an .exe on vista which i have designed on win2k3 by adebaene

adebaene
Tue Jul 18 05:08:21 CDT 2006


jhalauday@gmail.com a =E9crit :

> Hi,
>
> I have developed a VC++ program on win2k3 environment.
> When i am running it on Vista then it is giving an error.
> "Side by side configuration is not proper"
> What it means?

Which version of VC++ are you using? To which CRT version are you
linking? Most probably, you aren't redistributing the correct CRT
runtime DLL.

Arnaud
MVP - VC


Re: How can i run an .exe on vista which i have designed on win2k3 by Bruno

Bruno
Tue Jul 18 08:16:39 CDT 2006

> I have developed a VC++ program on win2k3 environment.
> When i am running it on Vista then it is giving an error.
> "Side by side configuration is not proper"
> What it means?

If you are using VC2005, then the most likely cause of your problem is that
you do not redistribute the runtime dlls correctly.
See here for an explanation:
http://www.codeproject.com/cpp/vcredists_x86.asp

--

Kind regards,
Bruno van Dooren
bruno_nos_pam_van_dooren@hotmail.com
Remove only "_nos_pam"