We are currently using Moss2007 with the free sharepoint editor 4.5.1.0 that comes with 7.3.2.0 RadEditor.Net2.dll
We decided to write some user controls that would host the RadEditor
Trying to use 7.3.2.0 dll inside a user control gives:
The type 'Telerik.WebControls.RadEditor' has no constructors defined
Downloaded trial full .Net version 7.1.0.0, which worked fine for user control development
Then In Moss
placed the dll in the _app_bin folder and copied RadControls folder of the trial control to
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\7.1.0.0__852c9eb6525c1b53
Set the RadControlsDir in web.config to point to the above directory
Referenced the 7.1.0.0 dll from within our user control
Now we have the sharepoint editor and the asp.net version co-existing in Moss.
Question
Is this the right way to set it all up?
Isn't there a way to have only one RadControls folder that would drive both controls?
currently we have one under 4.5.1.0__1f131a624888eeed and one uder 7.1.0.0__852c9eb6525c1b53
Thanks,
Rudy