MCE problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm writing a Hosted HTML app for MCE 2005 using a .Net class to handle comm,
registered as a COM library.

Calling the InputStreamString property to read data through the port, the
EHShell.exe application crashes and the following message appears:

EHShell.exe CLR debugging services
Application has generated an exception that could not be handled.
Process id=... , Thread id=...
Click OK to terminate the application
Click CANCEL to debug the application

Running the same page in Internet Explorer, no errors appear.


Is it a Microsoft problem?
Ho can I do to get the solution as soon as possible?


Thanks.
 
Making the InputStreamString property settable (it was read only) the problem
doesn't appear anymore. Who would have thought it?
 
Back
Top