This is a migrated thread and some comments may be shown as answers.

radFileExplorer compiling my code I'm getting a compiler warning.

1 Answer 56 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
mkerchenski
Top achievements
Rank 1
mkerchenski asked on 15 Jun 2012, 03:35 PM
Hi Telerik,
We are using radFileExplorer and when I'm compiling my code I'm getting a compiler warning.
d:\Integrations\XXXXX\FileUpload\Default.aspx(130): warning CS0618: 'Telerik.Web.UI.RadToolTipBase.M
anualClose' is obsolete: 'This property is obsolete. Please use HideEvent="ManualClose" instead.'
Here is my code:
 <telerik:radfileexplorer runat="server" id="ruFileExplorer" skin="Office2007" width="502px" height="464px" treepanewidth="150px"
onclientdelete="OnClientDelete" onclientload="OnClientLoad" OnClientItemSelected="OnClientItemSelected">
<configuration MaxUploadFileSize="1073741824" />
</telerik:radfileexplorer>

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 18 Jun 2012, 10:12 AM
Hi Mike,

The provided code snippet is not enough to determine the exact cause of the issue.

By design, RadFileExplorer does not use RadToolTip, which makes me believe that the compilation warming message is not caused by the explorer. Could you please verify that you are not using the obsolete property mentioned in the error message somewhere else in the project?

If not, could you please open a formal support ticket and provide fully runnable sample project reproducing the error, so we can examine and debug it locally?

Greetings,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
FileExplorer
Asked by
mkerchenski
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or