[SOLVED] 'Application' does not contain a definition for 'Context'

Answered Closed
0
0

Hi,

Got this message recently from a test app previously working. Also:

“The type or namespace name ‘ApplicationContext’ does not exist in the namespace ‘Wisej.Base’ (are you missing an assembly reference?)”

Build 1.2.38.0

Thanks.

  • You must to post comments
Best Answer
0
0

Application.Context has been eliminated. It’s not needed anymore, it’s a lot simpler to update from an out-of-bound thread simply calling Application.Update() instead of having to save the context somewhere and restore. It was particularly difficult when attaching handlers to another thread raising events – like  a thread timer, ticker, chat, machine input, etc.

There must be an old reference somewhere in the test app you are using.

I’m sorry we didn’t publish the list of updates, changes, fixes yet, the reason is that Frank is still on vacation and the list hasn’t been verified, retested, etc.

Best,

Luca

  • You must to post comments
0
0

Hi Luca,

Thanks for the info. Eliminated references to Context and again working.

 

 

  • You must to post comments
Showing 2 results