Runtime Error 13 Type Mismatch

  • Thread starter Thread starter Cameron Evenson
  • Start date Start date
C

Cameron Evenson

I get this error in a networked applications, and then
when I check the event log for applications it had Event
ID 4356 as a warning during the time that the visual
basic application crashed.

Any idea what might be the problem. This has not been a
problem up to now, and this application works on other
windows xp computers.
 
Check with the vendor of the "networked application", the
Event ID 4356 is most likely specific to that program.
The Runtime Error 13 Type Mismatch can occur for any
number of (programming) reasons. You might make sure any
additional files, such as databases (if any), that are
loaded local to the machine are the same between the
problem machine and the machines that work.
 
Back
Top