---------------------------------------------------------------------
To unsubscribe, e-mail: users-un...@tortoisesvn.tigris.org
For additional commands, e-mail: users...@tortoisesvn.tigris.org
TSVN uses the merge modules provided by MS to deploy the CRT/MFC dlls.
If the upgrade removed the V80 versions of those, then your other
application has not increased the file count of those dlls but silently
assumed that they will be kept. That's wrong. The Windows installer
keeps a count for every file it installs. Every application installation
has to increase that count. If it doesn't, the Windows installer will
remove the files once the count reaches zero and the application which
failed to increase the count will miss the files.
Sure, you could argue that the Windows installer should not just remove
those files, but if it would just leave them even if it 'knows' that
they're no longer used (the file count is zero) that would mean leaving
old files on the system - and many users would complain too.
You can download the VC80 CRT from the MS website: they have a separate
installer for those.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
- System
- Provider
[ Name] SideBySide
- EventID 33
[ Qualifiers] 49409
Level 2
Task 0
Keywords 0x80000000000000
- TimeCreated
[ SystemTime] 2008-07-29T17:39:00.000Z
EventRecordID 1508
Channel Application
Computer BOBTHEBUILDER.corpnet.local
Security
- EventData
Microsoft.VC90.CRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"
C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
> signature.asc
> 1KDownload
On Jul 29, 8:37 pm, dave9summer <d...@9summer.com> wrote:
> my fault for not reading further in this mailing list; I see the tip
> for "uninstall, reboot, reinstall" and that worked fine for me
>
> On Jul 29, 2:21 pm, dave9summer <d...@9summer.com> wrote:
>
>
>
> > I am having the same problem when upgrading from 1.5.0 to 1.5.1 on
> > Vista64. When I 'downgraded' back to 1.5.0, the problem went away.
> > This is the entry from the Event Viewer:
>
> > - System
>
> > - Provider
>
> > [ Name] SideBySide
>
> > - EventID 33
>
> > [ Qualifiers] 49409
>
> > Level 2
>
> > Task 0
>
> > Keywords 0x80000000000000
>
> > - TimeCreated
>
> > [ SystemTime] 2008-07-29T17:39:00.000Z
>
> > EventRecordID 1508
>
> > Channel Application
>
> > Computer BOBTHEBUILDER.corpnet.local
>
> > Security
>
> > - EventData
>
> > Microsoft.VC90.CRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8"
>
> > C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
>
> > On Jul 29, 9:54 am, Stefan Küng <tortoise...@gmail.com> wrote:
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tortoisesvn.tigris.org
> For additional commands, e-mail: users-h...@tortoisesvn.tigris.org