I am a licensed user for Telerik Controls.
I am able to use them in my VS2012 environment, but unable to do so in the VS2013 environment.
The Telerik Control Panel doesn't seem to understand that I have VS2013 installed on my computer.
20 Answers, 1 is accepted
Thank you for contacting us!
Telerik components provide the same integration in Visual Studio 2013 as in Visual Studio 2012. One possible reason for the Control Panel to not detect Visual Studio 2013 on your machine is if you are using Express edition of Visual Studio. Currently automatic integration is supported for Visual Studio Professional or higher edition. If you are using the Express edition you can still work with the Telerik components you just can't make use of the Visual Studio integration.
I hope this helps. Should you need any further assistance don't hesitate to contact us again.
Regards,
Petar
Telerik
Hi.
I can repeat this issue and confirm. Telerik Installer is not detecting VS 2013 on Windows 8 and Windows 8.1.
During installation only present VS 2010 is detected please, check attached screen.
Best regards
Piotr
Thank you for the attachment.
As a part of the Kendo UI Complete for ASP.NET MVC product we distribute the Kendo UI for ASP.NET MVC Visual Studio Extensions. For the just passed release the extensions do not support Visual Studio 2013 and this is the reason for the missing Visual Studio 2013 Support option.
That means that you won't be able to use the Telerik menu and the commands it provides, also the Telerik project templates. In other words you'll have to manually set up and manage your Kendo projects. The Kendo product itself fully supports Visual Studio 2013 and you shouldn't experience any problems with it.
Currently we are working on the Visual Studio Extensions for the Kendo UI for ASP.NET MVC product and they should be ready for our next release.
Please let us know if you need any further assistance
Regards,
Dyanko
Telerik
Just wanted to follow up with this topic... Last I saw the Kendo UI and Telerik extension full feature set of functionality for ASP.Net MVC 5 and VS 2013 was set to be release in mid January. Tentatively, of course. Has a date been finalized? Mid January '14 is pretty much here and these features are required for several projects.
Thank you!
I have great news.
The Kendo UI for ASP.NET MVC Visual Studio Extensions are now available in the Visual Studio Gallery. They also will be included in the next release of the Kendo product. The following steps will help you to download the Kendo UI for ASP.NET MVC Visual Studio Extensions for Visual Studio 2013:
- Start your Visual Studio 2013
- Open the Extensions and Updates manager from the Tools menu
- Click on the Online tab on the left side of the window
- Type Telerik in the Search Visual Studio Gallery search box
- Select the Kendo UI for ASP.NET MVC VSExtensions and click the Download button
- Follow the installation steps
Please let us know if you have any questions.
Regards,
Dyanko
Telerik
1.
-----------------------------------------------------------------------------------
You might get a warning in the DataContracts project saying
"The primary reference "System.ComponentModel.DataAnnotations", which is a framework assembly, could not be resolved in the currently targeted framework."
This is caused by the fact that I use a Portable Class Library for the DataContract part of the solution and it appears that Visual Studio has trouble resolving it.
You can find it at the following path "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\System.ComponentModel.DataAnnotations.dll".
2.
-----------------------------------------------------------------------------------
You can recreate the database straight from the OpenAccess entity viewer but just encase you can also download it from here.
https://dl.dropboxusercontent.com/u/33166191/WcfIdentityScripts.sql
3.
-----------------------------------------------------------------------------------
The current project WCF project is configured to run on NetTCP port 444 the setting is located in the Web.config file. However remember you also need to
enable NetTCP bindings and all the rest of it or use a different protocal.
Updates
-----------------------------------------------------------------------------------
18/12/2013 Added DeleteAsync method. Forgot it first time round. Whoops!
Thank you for writing. Is there something that we can help you with?
Regards,
Petar
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Thank you for contacting us.
It seems that our VS extensions are only installed in Visual Studio 2010.
To install our VS extension in Visual Studio 2013, you can follow these steps:
- Run your Visual Studio
- Go to TOOLS > Extension Manager > Online Gallery
- Search for "Telerik ASP.NET MVC"
- Install the extensions
Please let us know if your case is different.
Regards,
Steliyan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
As what I can see from the attached screenshots, you successfully installed our VS extensions and you should see the Telerik menu and start using them.
In case the Telerik menu is still missing would you please check in the Extensions and Updates manager if the Telerik.CommonPackage is not disabled? If this is the case enable the Telerik.CommonPackage and the Telerik menu should appear in your Visual Studio.
Please let me know how is it going.
Regards,
Steliyan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Sorry for the confusion. Usually the Telerik.CommonPackage is available under the Installed tab of the Extensions and Updates manager of Visual Studio 2010, but it should look like the image in the attachment:
I would suggest to check if the Load per user extensions when running as administrator option is enabled in your Visual Studio and enabled it if it is not. Here are the steps you need to perform to do that:
- Launch your Visual Studio
- Open the Options dialog under the Tools menu
- Select Extensions and Updates sub tab under the Environment tab
- Check Load per user extensions when running as administrator option if not
Let me know how is it going.
Regards,
Dyanko
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Thank you for contacting us.
Telerik UI for ASP.NET AJAX does have support for Visual Studio 2013 Ultimate edition and you should be able to use UI for ASP.NET AJAX controls without any problems. Could you please share with us if you have faced some difficulties in using them in your Visual Studio? Please take a look at the following documentation article which will help you to get started with Telerik ASP.NET AJAX Visual Studio extensions.
Should you have additional questions or need further assistance, do not hesitate to contact us again.
Regards,
Yana
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
Hello,
I was previously using visual studio 2012 professional edition. I have changed to visual studio 2012 expression edition. For some reason I am unable to change the html content to telerik controls. Please Let me know where I might be going wrong. I have attached the code below.