Problems with Type Load Exceptions

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Tom_R
Posts: 1
Joined: Tue 19 Sep 2006 12:02

Problems with Type Load Exceptions

Post by Tom_R » Tue 19 Sep 2006 12:16

Been having this problem intermitently for a few weeks. When I launch my app I get Type Load Exception fail to load Microsoft.VisualBasic.CompilerServices.StringType from Assembly Microsoft.VisualBasic, Version 7.0.5000.0, Culture=neutral Public KeyToken=B03F5F7F11D50A3A error message. The thing is yesterday it worked fine. The only thing that has changed is turning my computer off and relaunching vs2003 and rebuilding the project! I am running the latestmysqldirect.net and .net cf 1.1 on a dell axim. compiling on vs2003 with sp1. Does anyone know what causes this, I think it may be something to do with the program trying to reference the ordinary .net instead of the cf version?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 19 Sep 2006 12:33

We don't think it has anything to do with MySQLDirect at all. Try to reproduce the error with application that does not use it.

Post Reply