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
215
GetNAProperty on CellActivation gives error
posted
I ran this code

msgbox SwfWindow("EFM Desktop - QA").SwfTable("shareclassControl1").GetNAProperty("Rows[0].Band.Columns[8].CellActivation")

then received error:

Unable to find assembly 'Infragistics2.Win.ultrawinGrid.v8.3, Version=8.3.20083.1009, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'

This works if I changed CellActivation to Width. Thanks,

  • 6729
    Suggested Answer
    Offline posted

    Darg and drop NetAdvantage assemblies (usually located in the same folder as your application exe) into the Global Assembly Cash-GAC (located in C:\Windows\Assembly\)

    This error is because the type of the property you are trying to access is in another shared assembly.

    I hope this will work.

    Ammar