Closed GoogleCodeExporter closed 8 years ago
Got this same error myself - can't get scite to work (LfW 5.1.4-28 and -30).
Gotta read
about those manifests files damn it...
Original comment by cosmin.apreutesei@gmail.com
on 2 Nov 2009 at 6:15
I solved the issue by adding the following into the SciTE.exe.manifest inside
the
<assembly> section (the installer already downloads and installs VC80
redistributable
just that the dependency is not in the manifest file):
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT"
version="8.0.50727.762" processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
Original comment by cosmin.apreutesei@gmail.com
on 2 Nov 2009 at 6:47
Thanks Cosmin,
I fixed it for the next release.
Original comment by rpusz...@gmail.com
on 2 Nov 2009 at 8:27
Original issue reported on code.google.com by
trax...@gmail.com
on 1 Jul 2009 at 8:22Attachments: