Forum member

rvgolovin

3 posts

Posts by rvgolovin

  1. Generated csproj is missing assembly reference

    I worked around the problem for now by simply renaming the cache folder on my box. This is odd and does not ensure me some other project is not going to break in the similar way with new cache folder name. This build serves countless number of projects and is used by 2K+ developers. I'd like to get …

  2. Generated csproj is missing assembly reference

    Thank you for the suggestion. If I place the reference in another folder it does indeed makes the build pass. However this is not an option for my build system. I also can't add Package Reference to this project as this is prohibited by the build system. There are no Package References in this proj…

  3. Generated csproj is missing assembly reference

    Hello, My NCrunch build is failing with missing assembly reference error. VS builds the project fine. The original project has this reference in this way: <Reference Include="WebApiThrottle"> <HintPath>E:\NuCache\WebApiThrottle\lib\net45\WebApiThrottle.dll</HintPath> </Referenc…