This is a migrated thread and some comments may be shown as answers.

Menu only has About

3 Answers 50 Views
Getting Started
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
G W
Top achievements
Rank 1
G W asked on 16 Dec 2009, 07:48 PM
VS.net 2008, Windows Server 2003 -- running in MS Virtual PC 2007

I'm trying to install VS and Telerik ORM inside of a virtual machine so i can develop on it without installing all of that on every machine of mine.
So i used an old Server 2003 VM i had as a base, installed VS2008 (tried to slim down the install, so didn't include languages other than C#), installed Telerik ORM Express (well first i installed the old version 2009_1_311, then the newest express version)

And i see a Telerik menu in VS2008, but it only has About, and no other options.  How can i fix this?

3 Answers, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 17 Dec 2009, 05:51 PM
Hello G W,

Please have a look here:
http://www.telerik.com/help/openaccess-orm/troubleshooting.html
In most of the cases the addin file does not contain the right path.


Sincerely yours,
Jan Blessenohl
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
G W
Top achievements
Rank 1
answered on 17 Dec 2009, 07:25 PM
<?xml version="1.0"?> 
<Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility"
    <HostApplication> 
        <Name>Microsoft Visual Studio</Name> 
        <Version>9.0</Version> 
    </HostApplication> 
    <Addin> 
        <FriendlyName>Telerik OpenAccess</FriendlyName> 
        <Description>Build and deploy database solution</Description> 
        <Assembly>C:\Program Files\Telerik\OpenAccess ORM\sdk\Telerik.OpenAccess.SDK.AddIn.dll</Assembly> 
        <FullClassName>Telerik.OpenAccess.Sdk.Addin.VSAddin.OpenAccessAddin80</FullClassName> 
        <LoadBehavior>5</LoadBehavior> 
        <CommandPreload>1</CommandPreload> 
        <CommandLineSafe>1</CommandLineSafe> 
    </Addin> 
</Extensibility> 
 

Thats my .addin file, that path is correct.  The registry entries mentioned for VS2008 are correct as well.  It does not show up in the Add-ons manager.
I have reinstalled it multiple times with no change.

Actually i just tried to install a different add-in and that is not showing up as well, so I'm thinking maybe something got screwed up when i was installing VS2008.
0
Jan Blessenohl
Telerik team
answered on 18 Dec 2009, 03:36 PM
Hi G W,
That would be also my next step, please uninstall and install VS. Maybe that helps.

Kind regards,
Jan Blessenohl
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Getting Started
Asked by
G W
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
G W
Top achievements
Rank 1
Share this question
or