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
75
Problem while building
posted

Hello,

 

I am having some difficulty building a solution, I currently show 5 errors, all relating to the following:

 

"Unable to resolve type..." and all having to do with Infragistics tools.

Error 6 Unable to resolve type 'Infragistics.WebUI.UltraWebGrid.UltraWebGrid, Infragistics2.WebUI.UltraWebGrid.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' C:\inetpub\wwwroot\AskEDHelpDesk\AskEDWeb\My Project\licenses.licx 1 AskEDweb

Error 7 Unable to resolve type 'Infragistics.WebUI.WebHtmlEditor.WebHtmlEditor, Infragistics2.WebUI.WebHtmlEditor.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' C:\inetpub\wwwroot\AskEDHelpDesk\AskEDWeb\My Project\licenses.licx 2 AskEDweb

Error 26 Unable to resolve type 'Infragistics.WebUI.WebCombo.WebCombo, Infragistics2.WebUI.WebCombo.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' C:\inetpub\wwwroot\AskEDHelpDesk\AskEDHD\My Project\licenses.licx 1 AskEDHD

Error 27 Unable to resolve type 'Infragistics.WebUI.WebNavBar.WebNavBar, Infragistics2.WebUI.WebNavBar.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' C:\inetpub\wwwroot\AskEDHelpDesk\AskEDHD\My Project\licenses.licx 2 AskEDHD

Error 28 Unable to resolve type 'Infragistics.WebUI.WebHtmlEditor.WebHtmlEditor, Infragistics2.WebUI.WebHtmlEditor.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' C:\inetpub\wwwroot\AskEDHelpDesk\AskEDHD\My Project\licenses.licx 3 AskEDHD

 

I am running VS 2005 on Vista. I saw a post that seemed related and it involved a hotfix not being installed. We have the following hotfix:

NetAdvantage_ASPNET_20083_CLR20_HotFix_2039.msp

 

Will this resolve those issues and if so how does one run the hotfix? Thanks in advance

 Mike

Parents
No Data
Reply
  • 390
    posted

    It looks like you are still using the "1000" builds (8.1.20081.1000) which is the builds we released at RTM.  If you have the 2039 hotfix installed, you should update your assembly references in your projects to use 8.1.20081.2039 instead.

    Let me know if that works out for you.

    Ed B.

Children