Comments
Sort by recent activity
Brian Donahue wrote:
There is not enough information in the error message to say what the problem is, but off the top of me head I would say it was something to do with Log4Net. Because SA has to share its' process space with other add-ins, I've found some of them using different versions of the third-party log4net dll, and if an incompatible version gets loaded, it will cause a problem in the Visual Studio build.
The only way I've found around that is to not use the MSBUILD task DLL and change the post-build action to an EXEC task instead.
That works perfectly, thank you! / comments
Brian Donahue wrote:
There is not enough information in the error message to say what the problem is, but off the top of me head I would say it was something to do with Log4Net. Because SA has t...