Hello everybody.
I am new and it's the first time i post here.
The version of the Infragistics i am using is v7.3.
My application uses the .net Framework 3.5.
My problem is:
In the compilation time I receive the following error
Mensagem de Erro do Compilador: CS0234: The type or namespace name 'BorderDetails' does not exist in the namespace 'Infragistics.WebUI.Shared' (are you missing an assembly reference?)Erro de Origem:
Linha 1445: Linha 1446: [System.Diagnostics.DebuggerNonUserCodeAttribute()] Linha 1447: private void @__BuildControl__control16(Infragistics.WebUI.Shared.BorderDetails @__ctrl) { Linha 1448: Linha 1449: #line 212 "D:\Projetos Visual Studio 2008\VitaLaire\HomeCare\Pedido.aspx"
I checked iIn the references of my projects and all assemblies are there.
Infragistics2.Web.v7.3, Infragistics2.Web
Infragistics2.WebUI.Shared.v7.3
Infragistics2.WebUI.UltraWebGrid v7.3
Infragistics2.WebUI.WebCombo.v7.3
How can i resolve this problem? What am i doing wrong?
Thanks a lot for all...
Where do I change the reference path? The path in Visual Studio Solution is non-editable. Thanks.
Danyeung
hello..
I changed the reference path to the assemblies and now it's OK.
Thanks...