Hi all,
While integration i am facing an exception called "NotSupportedException". One thread i am computing the values and in another thread i am displaying the values in to the text boxes. As soon as i got the new value i am updating that value in to the text box. While integrating these two application i got an exception saying that NotSupportedException at
Microsoft.AGL.MISC.HandleAr(). They are telling to check SetText and GetText function. But i dont have those two functions in my application. Please give me a solution for this.

Regards,
Vijay Bhaskar

Normally that exception means that there is a method that is defined in a base class that is meant to implemented in a child class. The child class doesn't implemented it, so the base class throws that exception.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.