I have rebuilt the business objects and the libraries, manually deleted old library from the GAC, checked my project references, and I keep getting this error. If I just ignore it everything runs fine, but it is really annoying when my project keeps stopping on the error.
Jason Jason Seidell
Programmer/Analyst
Infinedi
I went to the Business Object and through the GUI I set the ParentRelationship property, and then in my code I set the ParentObject and it throws the TypeLoad exception. If I am stepping through the code it will continue on and everything runs fine, but when I compile it crashes. Jason Seidell
Past that, it is looking like you have different versions of your .dll being referenced on the same machine. I know you said you cleared out your GAC, but there may be an old version of the dll sitting out on disk that the project keeps finding and trying to grab, or a reference might be trying to access and older version.