Error messages / logging
In my list of connections, when I try to expand a connection, I get an error message. That error message expands across two screens and I'm darned if I can figure out how to get a copy of it.
Is there a log file or some hidden way of easily grabbing the error message so that I can investigate further.
BTW - in this case it's ..
Cannot compile typed context:Assembly 'DevExpress.Xpo.v13.1, Version 13.1.5.0 blah blah uses 'System.Core, Version=4.0.0.0, blah blah which has a higher version than referenced assembly 'System.Core, Version=3.5.0.0 blah blah.
The referenced assembly I presume is that referred to in my dll however the referenced assembly, according to VS is Version 4.
Probably a DevEx issue and I have raised this over there.
Is there a log file or some hidden way of easily grabbing the error message so that I can investigate further.
BTW - in this case it's ..
Cannot compile typed context:Assembly 'DevExpress.Xpo.v13.1, Version 13.1.5.0 blah blah uses 'System.Core, Version=4.0.0.0, blah blah which has a higher version than referenced assembly 'System.Core, Version=3.5.0.0 blah blah.
The referenced assembly I presume is that referred to in my dll however the referenced assembly, according to VS is Version 4.
Probably a DevEx issue and I have raised this over there.
Comments