Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I don't know that I have ever seen that error. The only thing I can think that might be causing that casting exception is a version mismatch on your DLLs. By default, .NET puts a * in the revision field for the DLL version number, which gets incremented each time you build. So, if the version being debugged is different than the version in the AppDomain within VS, then the types will not match up. That is really strange, though, since it seems that the types are exactly the same.
|