Rea Valley Software;6888 wrote:
With regard to the build issues I add a new class to a class library and make it a dependency of an existing class - at this point my solution builds but NCrunch reports that it is not building and the only way I can get it to build is to restart.
What sort of errors does NCrunch give you when it falsely fails to build? Is it complaining about missing classes?
Rea Valley Software;6888 wrote:
I have tried creating a new project and everything seems fine , I am using Castle Windsor in the projects where it fails so perhaps there is an issue there?
Castle Windsor is widely used by NCrunch users - which makes this unlikely .. though until we know the cause of this issue, it's hard to rule it out entirely.
Rea Valley Software;6888 wrote:
I can post the code form the offending projects so I will try to replicate the issue in a new project and then I can post it?
If you're able to narrow this down to a code sample that can reproduce the issue and submit it through the
contact form, there is a very high chance that I'll be able to provide you with a prompt fix for this issue.
Keep an eye out for
absolute file path references in your codebase. Based on your description of the problem, I have a feeling there may be some absolute paths in there somewhere as these tend to cause some crazy issues.
Also - can you confirm which version of NCrunch/VS you're running?