Forum member

rafael-miceli

3 posts

Posts by rafael-miceli

  1. reference problems with legacy project

    Hi Remco, I solved my problem but in a complete different way. Well let me explain, so if something like this (but I think it'll be rare) happen again, you guys from NCrunch will have more documentation to seek. The thing is. In our application we have a thrid party Dll called "UltEik". But in…

  2. reference problems with legacy project

    Hi Remco, Thanks the response. I've done what you asked about Add the "SpecificVersion" tag and run the MSBuild against the project and builded successfully! I also looked for multiple versions of the DLL iniside my solution, and did not find any other then the one I'm currently referencing. A…

  3. reference problems with legacy project

    Hi NCrunch Team. I work with a some legacy projects and I'm covering them with unit tests. the solution already build ok, but NCrunch always give this error: [b]RegrasPrimeWS.asmx.cs (12): The type or namespace name 'RegrasPrimeBusiness' could not be found (are you missing a using directive…