Hi,
I've been having a problem implementing WebDataTimeEdit in Visual Studio.Whenever I drag the control from the toolbox onto a page, I get the following error:The system cannot find the file specified. (Exception from HRESULT : 0x80070002).
Am I missing a file/assemby and if so, which one?
Hello,
This is indeed a weird one. I have never seen this particular error before. Are you sure that the installation has successfully completed on your development machine? Do you have all the WebDateChooser and WebDataInput references in the Global Assembly Cache (GAC - c:\windows\assembly). Is there any other way you have references the controls in the toolbox (not from GAC, but from local /bin folder)?
Installation went without a hitch. All References in the Gac are present and accounted for.
I've added the references in the toolbox by using this :
Could you tell me which assemblies I need to register in my aspx pages for the WebDateTimeEdit control like i did with the webgrid as seen below?
<%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.UltraWebGrid" TagPrefix="igtbl" %>