17 Answers, 1 is accepted
Few days ago we had the chance to test our latest official release against Windows 8.1 and Visual Studio 2013 and there were no issues whatsoever.
Regards,Kiril Stanoev
Telerik

after installing Windows Phone 8 RadControls using the standard installer, no Telerik menu option is shown in VS2013, that's the bug I meant.
Telerik Visual Studio Extensions currently does not support VS2013. That means that you won't be able to use the Telerik menu and the commands it provides, also the Telerik project and item templates.
You can expect the Telerik Visual Studio extensions in one of our next official releases.
Let us know if you need further assistance.
Regards,
Dimitar
Telerik

Note: Below function uses and requires OpenAccess to work and this code is working on VS 2012.
No metadata has been registered for class 'AutoTesterModel.WILAmpModel, AutoTesterModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. (This usually indicates, that either this class is not declared persistent or it is declared persistent but not enhanced. The class was loaded from file:///E:/Visual Studio Projects/Wilson Electronics/Production Testing/AutoTesterMVVM From TFS/Wilson MVVM AutoTester/AutoTesterShell/bin/Debug/AutoTesterModel.DLL.)
Is this Error related to Visual Studio 2013 and if so how do I find or get a patch or fix?
Visual Studio 2013 will be officially supported by OpenAccess ORM with the 2013 Q3 release. However, you should still be able to build and run your existing projects in VS2013.
For more details on troubleshooting the error, please have a look at the private support ticket you have sent us.
Regards,
Alexander
Telerik

Getting the extension to install to VS2013 is as easy as updating the Extension manifest.
To do this:
1) find the VS extension file for your WP8 RadControls (C:\Program Files (x86)\Telerik\RadControls for Windows Phone 8 Q2 2013\VSExtensions\VS2012)
2) Change the extension on the VSIX file to ZIP (yup, they're just ZIP files)
3) Crack open the .zip file, and extract the extension.vsixmanifest file
4) Open this file w/ Notepad
5) Under the lines:
<VisualStudio Version="11.0">
<Edition>Pro</Edition>
</VisualStudio>
Just add an entry for VS2013 that looks like this:
<VisualStudio Version="12.0">
<Edition>Pro</Edition>
</VisualStudio>
6) Save the file, add it back in to the .zip, rename it back to .VSIX, and double click. Boom - installs to 2013 RC w/o issue.
This kind of modification will make Telerik Windows Phone VS extensions install to VS 2013, but you must have in mind, that some of their functionality may not work, which may lead to crashes in the extensions and/or Visual Studio.
We will release new version of the VS extensions for Windows Phone which will support VS 2013 very soon, so you don't have to wait much longer.
Regards,
Momchil
Telerik

Actually it is already available.
You can get it by installing the latest Widows Phone release (Q3 2013) or by going to Tools | Extensions and Updates... | Online in Visual Studio 2013 and searching for Telerik Windows Phone VSExtensions in the Search Visual Studio Gallery field.
Let me know if you need further assistance.
Regards,
Dimitar
Telerik

I'm sorry, I meant in general. I didn't realize I was under Windows Phone 8?
I have DevCraft Complete. I have the Telerik menu etc. in VS 2012. I just updated DevCraft yesterday and noticed that it installed extensions for VS2010 and VS2012, but not VS2013
In general, in the latest release of all our products that have VSExtensions is added support for VS2013. The only exception is the Kendo UI for ASP.NET MVC product, which extensions are not supporting VS2013 yet.
As you've already updated to the latest release, the VSExtensions had to be deployed to VS2013, but as you said, for some reason, they weren't. Is it possible that you have an Express edition of VS2013 installed? The Visual Studio Express license agreement forbids third party extensibility and following it the Telerik VSExtensions are not deployed in it.
I'm looking forward to help you fix the VSExtensions installation if your VS2013 is not an Express edition.
Regards,
Dimitar
Telerik
I would recommend you the following procedure:
- Open Visual Studio 2013 and go to: Tools | Extensions and Updates... | Installed | All
- Find if there are any installed Telerik extensions and uninstall them (I assume that there aren't any properly working Telerik VSExtensions in your Visual Studio)
- Restart the Visual Studio and go to: Tools | Extensions and Updates... | Online
- Search for Telerik VSExtensions in the Search Visual Studio Gallery field
- From the results find and install the VSExtensions for the products you need
I hope that helps.
Regards,
Dimitar
Telerik

That worked. Thanks.
Any idea when will Kendo UI for ASP.NET MVC VSExtensions support VS 2013?
Unfortunately I cannot specify an exact date when we will be ready for the Kendo UI for ASP.NET MVC VSExtensions support for VS2013. It is in our queue with high priority tasks and we will work hard to provide it soon. As far as we are ready, we will upload the Kendo VSExtensions in the Visual Studio Gallery.
I would like to note that the Kendo product fully support VS2013 and you shouldn't experience any problems with it. All you need is to manually configure your projects to use the Kendo product.
Don't hesitate to contact us if you need further help.
Regards,
Dimitar
Telerik

Thanks,
Brandon
Please note that KendoUI for ASP.NET MVC 2013 Q3 release supports MVC v3, v4 and v5 (which is shipped with latest version of Razor) - that why you can use the Razor syntax in VisualStudio2013 even without the extension (please check this screencast).
Kind Regards,
Vladimir Iliev
Telerik