Posted
on Feb 6, 2012
(permalink)
Hi,
I have a problem with the last release of WinForms.
The line :
Dim csvexporter As ExportToCSV = New ExportToCSV(Me.RadGridView1)
display an error ExportToCSV is not defined.
My code came from your help so I don't understand.
Can you help me please ?
Thanks
Anthony
Reply
Posted
on Feb 6, 2012
(permalink)
Hello,
You have the correct namespace imported (Telerik.WinControls.UI.Export, Telerik.WinControl.Data) but you may be missing reference to an assembly. This namespace is part of the TelerikData.dll
You can see more information about this in this
help topic
Hope that helps
Richard
Reply
Posted
on Feb 6, 2012
(permalink)
Thanks.
In fact TelerikData.dll was in references.
But I don't know why refrence was showed as 0.0.0.0 release...
So I must delete it, and declare a new reference.
Reply
Posted
on Feb 6, 2012
(permalink)
Hi,
It would have changed after an upgrade as the new path is different if you are looking for the reference in a folder path.
Glad that helped
Richard
Reply