Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Problem in the compilation time
posted

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...