Welcome to the Axosoft Community, Sign in | Register | Help
in Search

How To Enable OnTime for VS2008

Last post 05-01-2008, 3:57 PM by zman. 7 replies.
Sort Posts: Previous Next
  •  01-07-2008, 9:09 AM 14587

    How To Enable OnTime for VS2008

    We tried a beta of OnTime2008 in November and at that time it did not support VS2008.  I created a registry file to enable it.  If VS2008 is supported now, then ignore this post (I can't tell because I installed the purchased version on the same machine and the registry entries were already there).

    Here is a registry file to enable it (USE AT YOUR OWN RISK).  Put these entries into a text file called OnTime2008VS2008.reg (note the .reg extension) and then right-click on the file and import it.  You may get warnings, etc.  Again, USE AT YOUR OWN RISK, TAKE BACKUPS, NOTIFY THE PRESIDENT, CALL YOUR MOM, etc.

    ALSO, this file assumes the default install location for OnTime.  Change the paths as required if you installed elsewhere.

    Here is the content (including the Windows Registry Editor line -- this is important).. Cheers... D

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\InstalledProducts\OnTimeVsNet]
    @="#110"
    "Package"="{3aee0372-effb-440b-a269-5a00a4a60bca}"
    "ProductDetails"="#112"
    "PID"="7.0"
    "LogoID"="#400"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Packages\{3aee0372-effb-440b-a269-5a00a4a60bca}]
    @="Axosoft.OnTimeVsNet.OnTimeVsNet, OnTimeVsNet, Culture=neutral, PublicKeyToken=21e2e88ee444275a"
    "InprocServer32"="C:\\WINDOWS\\system32\\mscoree.dll"
    "Class"="Axosoft.OnTimeVsNet.OnTimeVsNet"
    "CodeBase"="C:\\Program Files\\Axosoft\\OnTime 2008\\OnTime VS.NET\\OnTimeVsNet.dll"
    "Assembly"="OnTimeVsNet, Culture=neutral, PublicKeyToken=21e2e88ee444275a"
    "ID"=dword:00000065
    "MinEdition"="Standard"
    "ProductVersion"="7.0"
    "ProductName"="OnTime for Visual Studio .NET"
    "CompanyName"="Axosoft"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\ToolWindows\{66659d8c-2303-4f5b-9c64-e145ebaf2340}]
    @="{3aee0372-effb-440b-a269-5a00a4a60bca}"
    "Name"="Axosoft.OnTimeVsNet.OnTimeToolWindow"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\Menus]
    "{3aee0372-effb-440b-a269-5a00a4a60bca}"=", 1000, 1"

     

     

  •  01-07-2008, 2:35 PM 14594 in reply to 14587

    Re: How To Enable OnTime for VS2008

    Hello Dathan,

    Thank you for the workaround! I'm sure a great number of our users will find it extremely helpful until we release OnTime with built-in integration. While I technically recommend waiting for the OnTime release in which we address VS2008, this is a very valuable solution.

    Thanks again!

     


    Thank you,

    Tom Harder
    Axosoft Support
    support@axosoft.com
    1.800.653.0024 option 3
    --Axosoft University--
  •  04-09-2008, 7:54 AM 15577 in reply to 14594

    Re: How To Enable OnTime for VS2008
    Has this moved on yet i.e. when is it lekely to work in 2008 or has anyone tried this on 64bit
  •  04-09-2008, 8:00 AM 15578 in reply to 15577

    Re: How To Enable OnTime for VS2008

    innov8,

    We have been using the reg I wrote (first posting) for some months now and it has worked without issue.  I'm not sure if VS2008 is directly supported by OnTime as of this time, but if it isn't yet, then the reg file should do the trick.  I use 32-bit, but one of our developers uses 64-bit and he uses the above file as well.

    All of that said, I still need to throw in a disclaimer: use at your own risk, backup your acre of reality first, etc.

    Cheers... D

  •  04-10-2008, 12:39 AM 15580 in reply to 14587

    Re: How To Enable OnTime for VS2008

    Hmm. I tried this but can't seem to see anything happening.

    I did have to change the line
    "CodeBase"="C:\\Program Files\\Axosoft\\OnTime 2008\\OnTime VS.NET\\OnTimeVsNet.dll"
    to
    "CodeBase"="C:\\Program Files (x86)\\Axosoft\\OnTime 2008\\OnTime VS.NET\\OnTimeVsNet.dll"

    as I am running Vista Business 64.

    Can you suggest anything else I might need to do to get this to work?


    Chase
  •  04-10-2008, 6:12 AM 15584 in reply to 15580

    Re: How To Enable OnTime for VS2008
    The inprocserver32 line may be an issue.  I checked with our developer and I was wrong, he uses it on 32-bit, so we don't have a working 64-bit version.  Perhaps Tom can help.
  •  04-14-2008, 2:11 PM 15601 in reply to 15584

    Re: How To Enable OnTime for VS2008

    With a little bit of help from the OnTime Dev Team, here is the Registry Fix for Vista 64 bit

    *disclaimer -- use at your own risk*

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\InstalledProducts\OnTimeVsNet]
    @="#110"
    "Package"="{3aee0372-effb-440b-a269-5a00a4a60bca}"
    "ProductDetails"="#112"
    "PID"="7.0"
    "LogoID"="#400"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Packages\{3aee0372-effb-440b-a269-5a00a4a60bca}]
    @="Axosoft.OnTimeVsNet.OnTimeVsNet, OnTimeVsNet, Culture=neutral, PublicKeyToken=21e2e88ee444275a"
    "InprocServer32"="C:\\WINDOWS\\system32\\mscoree.dll"
    "Class"="Axosoft.OnTimeVsNet.OnTimeVsNet"
    "CodeBase"="C:\\Program Files (x86)\\Axosoft\\OnTime 2008\\OnTime VS.NET\\OnTimeVsNet.dll"
    "Assembly"="OnTimeVsNet, Culture=neutral, PublicKeyToken=21e2e88ee444275a"
    "ID"=dword:00000065
    "MinEdition"="Standard"
    "ProductVersion"="7.0"
    "ProductName"="OnTime for Visual Studio .NET"
    "CompanyName"="Axosoft"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\ToolWindows\{66659d8c-2303-4f5b-9c64-e145ebaf2340}]
    @="{3aee0372-effb-440b-a269-5a00a4a60bca}"
    "Name"="Axosoft.OnTimeVsNet.OnTimeToolWindow"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Menus]
    "{3aee0372-effb-440b-a269-5a00a4a60bca}"=", 1000, 1"


    Chase
  •  05-01-2008, 3:57 PM 15712 in reply to 15601

    Re: How To Enable OnTime for VS2008

    Thanks for this... always nice to hit a community forum and find the answer right away..

View as RSS news feed in XML

© 2002 - 2007, Axosoft, LLC. All Rights Reserved. | Privacy
Bug Tracking | Defect Tracking Videos | Help Desk Software