I am starting to use Expression, and in that suite there is an app, "Expression Web" that edits Web based forms. I am using Expression version 3.0. I read a blog that said there was problems with Expression Web 3.0 and 3rd Party controls for ASP.NET. One of the persons in the blog said the if you open up an ASP.NET template in Expression Web with Telerik ASP.NET controls it will "corrupt" the template.
Are there any issues?
I cannot find a way to install and additional controls in Expression Web. Is it possible? I have the Tererik Silverlight controls installed in Expression Blend and have noticed no problems so far.
Thanks
Are there any issues?
I cannot find a way to install and additional controls in Expression Web. Is it possible? I have the Tererik Silverlight controls installed in Expression Blend and have noticed no problems so far.
Thanks
7 Answers, 1 is accepted
0
Hi Reid,
Have you looked at this blog post?
Expression Web and Custom Controls
There have been some problems with AJAX controls and UserControls in Expression Web
All the best,
Ivo
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.
Have you looked at this blog post?
Expression Web and Custom Controls
There have been some problems with AJAX controls and UserControls in Expression Web
All the best,
Ivo
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
Reid
Top achievements
Rank 2
answered on 29 Sep 2009, 02:30 PM
Thanks for the links. The first link does not mention design time editors. I would be curious to find out if that model is supporting that as well.
Do you know what is happening at a macro level on this issue from Microsoft? Can we expect support for Expression Web soon or at all?
Without those questions answered I am not going to install Telerik into the GAC.
Thanks
Do you know what is happening at a macro level on this issue from Microsoft? Can we expect support for Expression Web soon or at all?
Without those questions answered I am not going to install Telerik into the GAC.
Thanks
0
Hi Reid,
Have you tried the attached sample in this blog post?
We are not aware of any improvements that Microsoft is planning for a better support of custom controls in Expression Web.
Greetings,
Ivo
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.
Have you tried the attached sample in this blog post?
We are not aware of any improvements that Microsoft is planning for a better support of custom controls in Expression Web.
Greetings,
Ivo
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
Reid
Top achievements
Rank 2
answered on 30 Sep 2009, 03:11 PM
Thanks for the information. Waiting on Microsoft? Imagine that. :)
I have never installed components into the GAC. The link or example does and if I am not mistaken would the code not have to be refactorred for production? It mentions, "fully qualifying" the components. After you develop the app, and then deploy it, would the server need to install into the GAC or would the code have to be refactorred?
Also, if one assumes it works out that the components do not need to be installed on the target server, and no refactoring needs to take place (which comes with regressive testing), do the custom Telerik design time editors work or is the IDE more rigid?
Thanks
I have never installed components into the GAC. The link or example does and if I am not mistaken would the code not have to be refactorred for production? It mentions, "fully qualifying" the components. After you develop the app, and then deploy it, would the server need to install into the GAC or would the code have to be refactorred?
Also, if one assumes it works out that the components do not need to be installed on the target server, and no refactoring needs to take place (which comes with regressive testing), do the custom Telerik design time editors work or is the IDE more rigid?
Thanks
0
Hi Reid,
You will need to install Telerk.Web.UI assembly in the GAC only for the Expression Web design-time to work on your dev machine -- you do not need it in the GAC of your deployment server.
Regards,
Ivo
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.
You will need to install Telerk.Web.UI assembly in the GAC only for the Expression Web design-time to work on your dev machine -- you do not need it in the GAC of your deployment server.
Regards,
Ivo
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
Reid
Top achievements
Rank 2
answered on 02 Oct 2009, 05:46 PM
OK, so if I install them into the GAC, when a new version of Telerik components become available, what it the procedure?
Thanks
Thanks
0
Hello Reid,
Please refer to this KB article: Updating RadControls for ASP.NET to another version or license
If you have added the Telerik.Web.UI assembly in the GAC (Global Assembly Cache), remove it by running a gacUtil to remove the old copy and then add the new one. How to operate with GAC and gacUtil you can learn from the following online resources:
Greetings,
Ivo
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.
Please refer to this KB article: Updating RadControls for ASP.NET to another version or license
If you have added the Telerik.Web.UI assembly in the GAC (Global Assembly Cache), remove it by running a gacUtil to remove the old copy and then add the new one. How to operate with GAC and gacUtil you can learn from the following online resources:
Greetings,
Ivo
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.