Infragistics Wrapper


Author
Message
Larry Caylor
Larry Caylor
StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)
Group: Awaiting Activation
Posts: 592, Visits: 3.7K

After upgrading a project from SF v1.5x to v1.6 I’m having problems with the Infragistics controls. I have Net Advantage 2006 vol 3 installed on the system and have added the references to the updated DLLs to the project reference list. Everything compiles OK but I’m getting an error when I try to access a Infragistics control. If I delete then re-add the control it works okay.

 

-Larry

 


Replies
Larry Caylor
Larry Caylor
StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)StrataFrame VIP (1.9K reputation)
Group: Awaiting Activation
Posts: 592, Visits: 3.7K

I guess I spoke too soon. I was able to reproduce the problem using one of their sample applications but they say they can’t reproduce it on their end and sent me back a sample application to try.  The sample they sent populated the UltraComboEditor directly and I was able to run it with no errors. It appears that the control must be bound to cause the error. I created an updated sample and sent it back to them and I’m still waiting for a response. They are no where close to providing the level of service that you guys doBigGrin The sample is simple, just an UltraComboEditor on a standard Windows form with the following code in the form’s load event.

 

Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        Dim letters = New String() {"B", "A", "C", "E", "D"}

        Me.UltraComboEditor1.SetDataBinding(letters, "")

End Sub

 

Using that sample produces a null exception if SortStyle is set to anything other than “None” when run against 2006 Vol 3, Vol 2 runs okay.  If you guys have priority support with them you might try to see if you can get them to look at it. Since 2007 Vol 1 just came out I recompiled the SF wrapper for that version and so far everything looks okay.

 

-Larry

StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Yes, I noticed the email that came in announcing 2007 vol 1... if the problem doesn't manifest itself in that version, then you might not get them to fix it in vol 3...

And, no, I don't think we have priority support, sorry, we have to wait in the same bucket as you do.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Larry Caylor - 19 Years Ago
Larry Caylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Larry Caylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Larry Caylor - 19 Years Ago
             Excellent... thanks for the details.
StrataFrame Team - 19 Years Ago
Larry Caylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Larry Caylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Larry Caylor - 19 Years Ago
StrataFrame Team - 19 Years Ago
Larry Caylor - 19 Years Ago
Larry Caylor - 19 Years Ago
             Thanks for letting us know, Larry! :)
Trent L. Taylor - 19 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search