I have run into some really strange errors when it comes to a few
componants within VB.Net. One is, while I debug, if I hit a File System
line of code, it pops up either the System.ExecutionEngineException
occurred in Unknown Module, or a There is no source code available for the
current location. I mean, I may be fairly new to VB.Net, but come on, no
source code for the current location?? I went through and uninstalled
VB.Net completely, even the Framework, and reinstalled it and it still
gave me this. This code worked less than a week ago, I have not changed a
thing with the place where it is doing it, and there are places in the
code that it does the same thing and does not give any errors. Also, I am
reading a file into memory, then inserting the file record by record into
a SQL 2000 database, and after about 100 records it will do one of two
things, 1) it says "Cannot insert "*" into a field of type integer". I
debug and when it does this, the record does not have a "*" in it, so I do
not see where this is coming from. 2) It will say "No source code" (I am
using ADODB instead of ADO.Net because I have VB.Net Standard and that
tells me I can't connect to a SQL Server directly because I didn't buy the
Visual Studio) Is this a problem with the .dlls for the namespaces?