Raize Support wrote:Sorry for the delay.
No problemo.
From what you describe it looks like older versions of CodeSite Express were installed in one directory, and then CodeSite Express was installed in a different directory and then CodeSite Express was perhaps reinstalled back into the original directory.
Yeah, at one time I was trying to keep all RAD Studio 3rd party stuff under the Embarcadero directory structure just to try to keep the program directory from getting too ridiculous. Since Codesite was Embarcadero for a while, it probably wasn't too bad an idea at the time. I suppose it just causes more trouble that it is worth now, since most folks want their own directory structure and I can't really blame them. I remember cursing out somebody in the dim dark prehistoric days (probably WIN 2000 era) about sticking things in other peoples directory and messing things up. I probably should keep to my own advice.
To fix the Tools > CodeSite menu, you need to shut down RAD Studio 10.2 Tokyo and edit the Registry. Navigate to HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0\Experts and add the following entry if it does not already exist:
Name: CodeSiteRADStudioTools
Data: C:\Program Files (x86)\Embarcadero\Raize\CS5\Bin\CSRadStudioTools250.dll
I picked the Embarcadero\Raize directory because that looks like the one that you used for XE2 and XE5.
After making the above change, when you start RAD Studio 10.2, the CodeSite menu should be back on the Tools menu.
Worked perfectly after I used cut/paste from the File Explorer instead of the text lines above. There is a typo in there somewhere but darned if I could see it
To fix the Live Viewer starting, we need to go back into the Registry. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Raize\CodeSite\5.0
Make sure the following values are present:
Name: Dispatcher
Data: C:\Program Files (x86)\Embarcadero\Raize\CS5\Bin\CSDispatcher.exe
Name: InstallPath
Data: C:\Program Files (x86)\Embarcadero\Raize\CS5
I am also assuming from your message that the CSLiveViewer.exe is present in the C:\Program Files (x86)\Embarcadero\Raize\CS5\Bin directory.
With the above change, sending a CodeSite message should cause the Live Viewer to start up if you have not changed the destination of the logger or disabled the logger.
Hope this helps,
Ray
Again worked perfectly.
Thank you for your help. I am starting to make some progress getting my projects converted from XE5 to Tokyo (now if I could just get JEDI VCL to install I might be able to migrate away from the couple of components I use from there).
While I was fixing the CS5 entries, I looked at the Radiant Shapes and the Raize Component entries too. Their Install Path is also pointing at C:\Program Files (x86)\Raize {\RC6\ or \RadiantShapes\}. Should I reset that to ...Embarcadero\Raize\... too? The files do indeed exist there.
Come to think about it. I don't see any evidence of these guys in the IDE either. Both should be in the packages list and the tool palette yes? I don't see them at all. Boy I have really messed up this installation somehow.
And should I delete all other ...\Raize\... directories?
Or would it just be better all around to uninstall everything, delete all Raize directories still laying around, and then reinstall from scratch?
Once again thanks for your help.