Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Unable to upgrade project to version 2012.1.419 (19th Apr 19)

Answered Unable to upgrade project to version 2012.1.419 (19th Apr 19)

Feed from this thread
  • Achilles avatar

    Posted on Apr 27, 2012 (permalink)

    Hi ,

     

    I am using Telerik extension and I had upgraded my application upto version 2012.1.214 (Feb 15). Now I come to understand that there is a new release - 2.12.1.419 (April 19) which I want to upgrade to. It appears that I can download the new Setup wizard for Visual Studios. But my existing Studio’s plug-in is not able to detect this new version.

     

    Do I need to uninstall and re-install something ? I have multiple projects, including some under maintenance. And I want to maintain the older version of extensions for some projects.

    Attached is a screen shot.

    Warm Regards


    Achilles

    Attached files

    Reply

  • Aylin Aylin admin's avatar

    Posted on Apr 27, 2012 (permalink)

    Hi,

    Thanks for the details!

    We're checking the webservice logs to see if the problem is related to some error there. Can you verify you can access the https://www.telerik.com/services/ProductVersion/Service.svc URL through the browser? This is the location of the service.

    Regards,
    Aylin,
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.

    Reply

  • Achilles avatar

    Posted on May 2, 2012 (permalink)

    Hi,
    I can access the service. This is what I get ...

    Regards

    Achilles

    Metadata publishing for this service is currently disabled.

    If you have access to the service, you can enable metadata publishing by completing the following steps to modify your web or application configuration file:

    1. Create the following service behavior configuration, or add the <serviceMetadata> element to an existing service behavior configuration:
    <behaviors>
        <serviceBehaviors>
            <behavior name="MyServiceTypeBehaviors" >
                <serviceMetadata httpGetEnabled="true" />
            </behavior>
        </serviceBehaviors>
    </behaviors>
    

    2. Add the behavior configuration to the service:

    <service name="MyNamespace.MyServiceType" behaviorConfiguration="MyServiceTypeBehaviors" >
    

    Note: the service name must match the configuration name for the service implementation.

    3. Add the following endpoint to your service configuration:

    <endpoint contract="IMetadataExchange" binding="mexHttpBinding" address="mex" />
    

    Note: your service must have an http base address to add this endpoint.

    The following is an example service configuration file with metadata publishing enabled:

    <configuration>
        <system.serviceModel>
     
            <services>
                <!-- Note: the service name must match the configuration name for the service implementation. -->
                <service name="MyNamespace.MyServiceType" behaviorConfiguration="MyServiceTypeBehaviors" >
                    <!-- Add the following endpoint.  -->
                    <!-- Note: your service must have an http base address to add this endpoint. -->
                    <endpoint contract="IMetadataExchange" binding="mexHttpBinding" address="mex" />
                </service>
            </services>
     
            <behaviors>
                <serviceBehaviors>
                    <behavior name="MyServiceTypeBehaviors" >
                        <!-- Add the following element to your service behavior configuration. -->
                        <serviceMetadata httpGetEnabled="true" />
                    </behavior>
                </serviceBehaviors>
            </behaviors>
     
        </system.serviceModel>
    </configuration>
    

    Reply

  • Answer Aylin Aylin admin's avatar

    Posted on May 4, 2012 (permalink)

    Hi Achilles,

    Another possible reason for the message you get is an old extensions version. Please make sure that you have the latest extensions installed on your machine and try the download again. You can easily check for new updates through the Extension Manager in Visual Studio menu - Tools -> Extension Manager - > Updates tab.

    If the mentioned does not work for you, I would suggest you to try the download through VSExtensions for another product to check if download is possible.

    Regards,
    Aylin,
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.

    Reply

  • Achilles avatar

    Posted on May 4, 2012 (permalink)

    Hi Aylin,

    I just tried to upgrade the MVC extension again. And it worked !! I didn't have to change anything. I'm not quite sure of the reason for the earlier failure.
    Anyway, I checked out the Visual Studio extension manager feature as you suggested. The wizard says my current VSExtension is version 2011.3.1115.0 while the latest version is 2012.1.419.0. I have updated it, anyway.

    Thanks & Warm Regards

    Achilles

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Unable to upgrade project to version 2012.1.419 (19th Apr 19)