Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / February 2007

Tip: Looking for answers? Try searching our database.

"The system cannot execute the specified program"

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chris - 12 Jan 2007 23:33 GMT
Hi,

I installed Visual Studio 2005 SP1, my application does not start on
machines without Visual Studio installed any more. It was working without
SP1.

After searching the web, it seems caused by manifest file, I changed link
option to generate external manifest file.  The manifest lists dependency to
two version of CRTs, is that the problem and why it lists both?

Thanks,

Chris

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">

<dependency>

<dependentAssembly>

<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT"
version="8.0.50727.762" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>

</dependentAssembly>

</dependency>

<dependency>

<dependentAssembly>

<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT"
version="8.0.50608.0" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>

</dependentAssembly>

</dependency>

</assembly>
jacky kwok - 15 Jan 2007 02:20 GMT
> Hi,
>
[quoted text clipped - 39 lines]
>
> </assembly>

What is your projetc type?
C/C++ or pure dotnet(C#,VB.NET)?

If pure dotnet app(C#,VB.NET), only the dotnet framework is necessary. I
think you are not in this case.

If C/C++ app, take care the VS2005 sp1 update some C/C++ runtime
libaries, e.g. the "msvcrt80.dll".
If your app links with the dll version C/C++ runtime, you need to deploy
the new C/C++ DLLs also.

Signature

Jacky Kwok
jacky@alumni_DOT_cuhk_DOT_edu_DOT_hk

EyalAmir@gmail.com - 28 Feb 2007 20:22 GMT
> Hi,
>
[quoted text clipped - 39 lines]
>
> </assembly>

I have this same problem.  Did you ever find a solution?

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.