Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends.
i have vs 2010 Ultimate and 2012 Express.
i have a project written with vs 2010.
** i have used telerik 2010 in that project.
i want to open it in vs 2012 but it says that vs 2012 do not support telerik 2010 version "...9787771"..."
these are my questions:
how can i open the my project compeletly in vs 2012 ?
do i need install telerik 2012 to open and run the project?

what should i do exactly ?
Posted
Comments
db7uk 13-May-13 15:48pm    
Really a question for telerik. vs2012 should be able to open vs2010 solutions no problem. The fact you are getting a message is probably because the design surface cannot render the controls from the from the old assemblies.

You probably will have to upgrade to newer versions. What version are you running with?
Sergey Alexandrovich Kryukov 13-May-13 16:21pm    
I think the answer is nevertheless obvious. Please see my solution.
—SA
mahmoodof 13-May-13 15:58pm    
hello .
i am running my project with vs 2012 .my telerik version is q1 2010.
if problem is from the old assemblies-what should i do? pls more explain.
David_Wimbley 13-May-13 16:01pm    
Your questions are best directed to the telerik support guys/community forum.

http://www.telerik.com/community/forums.aspx
http://www.telerik.com/community/forums.aspx
http://www.telerik.com/support/documentation-and-tutorials.aspx
Sergey Alexandrovich Kryukov 13-May-13 16:22pm    
I think the answer is nevertheless obvious. You take the .NET version supported by the available Telerik version and target assemblies accordingly. The versions of Visual Studio, if it is recent enough, is itself irrelevant.
Please see my solution.
—SA

1 solution

Normally, all 2010 projects will be converted automatically to the later version; the user will be requested for a permission to do so. If some projects depend on some compiled assemblies, the result depends on their compatibility. Usually, backward compatibility is preserved. You need to try it first and see if it works for you.

You should not have this problem at all, if you make the assemblies targeted to the .NET Framework version 4.0, or whatever version was supported by your version of the Telerik library. I recommend to do exactly that, without experimented with v.4.5 (why?).

Next time, when asking questions, refer more to the version of the .NET Framework, rather then the version of Visual Studio. Each version of Visual Studio starting from 2008 supports a number of .NET versions starting from 2.0.

—SA
 
Share this answer
 
v2
Comments
db7uk 13-May-13 17:00pm    
Yep good answer. The OP did not provide enough information to go on at the time. Thanks for covering it in depth.
Sergey Alexandrovich Kryukov 13-May-13 17:09pm    
Thank you.
—SA
mahmoodof 13-May-13 17:15pm    
yes.and i thank sergey so
Sergey Alexandrovich Kryukov 13-May-13 17:19pm    
You are welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900