this is probably a really stupid question but..
I updated my items in the vs2005 toolbox to 2008.3.1504(latest) .
Copied the .dll into my bin file including the refresh file
updated my webconfig <assemblies> to
everything works.. except now every time i drag a new control into my form i end up with another telerik reference pointing to that specific build.
ie
thanks for any help/advice.
PS: I also have Telerik.Web.UI (2008.3.1504.20) and Telerik.Charting (2.0.4.0) in my GAC if that is any further help. For some reason I can't remove the .charting reference.
I updated my items in the vs2005 toolbox to 2008.3.1504(latest) .
Copied the .dll into my bin file including the refresh file
updated my webconfig <assemblies> to
<
add assembly="Telerik.Web.UI, Version=2008.3.1504.20, Culture=neutral, PublicKeyToken=121FAE78165BA3D4"/>
everything works.. except now every time i drag a new control into my form i end up with another telerik reference pointing to that specific build.
ie
<%
@ Register Assembly="Telerik.Web.UI, Version=2008.3.1504.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<%
@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
... is there a way I can have the assembly register without the version? That way I can update easily in the future without having to worry about old builds
thanks for any help/advice.
PS: I also have Telerik.Web.UI (2008.3.1504.20) and Telerik.Charting (2.0.4.0) in my GAC if that is any further help. For some reason I can't remove the .charting reference.