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:
RegrasPrimeWS.asmx.cs (12): The type or namespace name 'RegrasPrimeBusiness' could not be found (are you missing a using directive or an assembly reference?And this warning:
The primary reference "C:\Users\rafael.miceli\AppData\Local\NCrunch\9500\14\_ncrunchreferences\RegrasPrimeBusiness.dll" could not be resolved because it has an indirect dependency on the .NET Framework assembly "WindowsBase, Version=3.0.51116.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" which has a higher version "3.0.51116.0" than the version "3.0.0.0" in the current target framework.
The actual solution is composed by two class library, one WebService, and one TestProject
NCrumnch Fails to build the WebSercie wich reference one class library.
The difference I noted in the .proj from Vs to NCrunch is that the refence to the class library have the tag <SpecificVersion>true</SpecificVersion>.
And in NCrunch .proj does not.
Here is the .proj file from VS:
Code:
[quote]<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="(- BROKEN LINK -)" ToolsVersion="12.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E90C830E-08C8-446D-8074-00309B26F40D}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WSRegrasServicePrime</RootNamespace>
<AssemblyName>WSRegrasServicePrime</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkProfile />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="RegrasPrimeBusiness, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\bin\RegrasPrimeBusiness.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Web.Mobile" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UltEik, Version=8.0.0.0, Culture=neutral, PublicKeyToken=8dab84876b1af50a, processorArchitecture=MSIL">
<SpecificVersion>True</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="RegrasPrimeWS.asmx" />
<None Include="Properties\PublishProfiles\LocalSystem.pubxml" />
<None Include="Web References\ClientServiceWS\Service.disco" />
<None Include="Web References\DBConnection\WSSearchValuesCatalogs.disco" />
<Content Include="Substituto_PrimeWS.asmx" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Data\Context.cs" />
<Compile Include="Model\BuscarGrupo.cs" />
<Compile Include="Model\BuscarSLA.cs" />
<Compile Include="Model\BuscarSubstituto.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="RegrasPrimeWS.asmx.cs">
<DependentUpon>RegrasPrimeWS.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="Substituto_PrimeWS.asmx.cs">
<DependentUpon>Substituto_PrimeWS.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="Web References\ClientServiceWS\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
<Compile Include="Web References\DBConnection\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
<Compile Include="WSRegrasServicePrimeException.cs" />
</ItemGroup>
<ItemGroup>
<WebReferences Include="Web References\" />
</ItemGroup>
<ItemGroup>
<WebReferenceUrl Include="(- BROKEN LINK -)">
<UrlBehavior>Dynamic</UrlBehavior>
<RelPath>Web References\DBConnection\</RelPath>
<UpdateFromURL>(- BROKEN LINK -)</UpdateFromURL>
<ServiceLocationURL>
</ServiceLocationURL>
<CachedDynamicPropName>
</CachedDynamicPropName>
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
<CachedSettingsPropName>WSRegrasServicePrime_DBConnection_WSSearchValuesCatalogs</CachedSettingsPropName>
</WebReferenceUrl>
<WebReferenceUrl Include="(- BROKEN LINK -)">
<UrlBehavior>Dynamic</UrlBehavior>
<RelPath>Web References\ClientServiceWS\</RelPath>
<UpdateFromURL>(- BROKEN LINK -)</UpdateFromURL>
<ServiceLocationURL>
</ServiceLocationURL>
<CachedDynamicPropName>
</CachedDynamicPropName>
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
<CachedSettingsPropName>WSRegrasServicePrime_ClientServiceWS_Services</CachedSettingsPropName>
</WebReferenceUrl>
</ItemGroup>
<ItemGroup>
<Content Include="exceptionhandling.config" />
<Content Include="logging.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Web References\ClientServiceWS\ForwardedTask.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\GroupInfo.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\IncidentMemo.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\IncidentStatus.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\InstalledProcess.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\Reference.map">
<Generator>MSDiscoCodeGenerator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Web References\ClientServiceWS\SchemaFile.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\Service.wsdl" />
<None Include="Web References\ClientServiceWS\UserAssociate.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\UserProperties.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\UserServerPreference.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\UserSubordinate.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\View.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\ViewFolder.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\DBConnection\Reference.map">
<Generator>MSDiscoCodeGenerator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Web References\DBConnection\WSSearchValuesCatalogs.wsdl" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ExLogManager\ExLogManager.csproj">
<Project>{45DF195D-E32B-48EB-BE51-EE79AE24AF46}</Project>
<Name>ExLogManager</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>3009</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>[/quote]
And here's the generated from NCrunch build:
Code:
[quote]<?xml version="1.0" encoding="utf-16"?>
<Project DefaultTargets="Build;NCrunchOutputDataQuery" xmlns="(- BROKEN LINK -)" ToolsVersion="12.0">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E90C830E-08C8-446D-8074-00309B26F40D}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WSRegrasServicePrime</RootNamespace>
<AssemblyName>WSRegrasServicePrime</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<TargetFrameworkProfile />
<UseIISExpress>false</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>NCRUNCH;DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>NCRUNCH;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="C:\Users\rafael.miceli\AppData\Local\NCrunch\9500\14\_ncrunchreferences\RegrasPrimeBusiness.dll">
<Private>False</Private>
</Reference>
<Reference Include="C:\Users\rafael.miceli\AppData\Local\NCrunch\9500\6\ExLogManager\bin\Debug\ExLogManager.dll" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="System.Web.Mobile" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UltEik, Version=8.0.0.0, Culture=neutral, PublicKeyToken=8dab84876b1af50a, processorArchitecture=MSIL">
<SpecificVersion>True</SpecificVersion>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="RegrasPrimeWS.asmx" />
<None Include="Properties\PublishProfiles\LocalSystem.pubxml" />
<None Include="Web References\ClientServiceWS\Service.disco" />
<None Include="Web References\DBConnection\WSSearchValuesCatalogs.disco" />
<Content Include="Substituto_PrimeWS.asmx" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Data\Context.cs" />
<Compile Include="Model\BuscarGrupo.cs" />
<Compile Include="Model\BuscarSLA.cs" />
<Compile Include="Model\BuscarSubstituto.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="RegrasPrimeWS.asmx.cs">
<DependentUpon>RegrasPrimeWS.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="Substituto_PrimeWS.asmx.cs">
<DependentUpon>Substituto_PrimeWS.asmx</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="Web References\ClientServiceWS\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
<Compile Include="Web References\DBConnection\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
<Compile Include="WSRegrasServicePrimeException.cs" />
</ItemGroup>
<ItemGroup>
<WebReferences Include="Web References\" />
</ItemGroup>
<ItemGroup>
<WebReferenceUrl Include="(- BROKEN LINK -)">
<UrlBehavior>Dynamic</UrlBehavior>
<RelPath>Web References\DBConnection\</RelPath>
<UpdateFromURL>(- BROKEN LINK -)</UpdateFromURL>
<ServiceLocationURL>
</ServiceLocationURL>
<CachedDynamicPropName>
</CachedDynamicPropName>
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
<CachedSettingsPropName>WSRegrasServicePrime_DBConnection_WSSearchValuesCatalogs</CachedSettingsPropName>
</WebReferenceUrl>
<WebReferenceUrl Include="(- BROKEN LINK -)">
<UrlBehavior>Dynamic</UrlBehavior>
<RelPath>Web References\ClientServiceWS\</RelPath>
<UpdateFromURL>(- BROKEN LINK -)</UpdateFromURL>
<ServiceLocationURL>
</ServiceLocationURL>
<CachedDynamicPropName>
</CachedDynamicPropName>
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
<CachedSettingsPropName>WSRegrasServicePrime_ClientServiceWS_Services</CachedSettingsPropName>
</WebReferenceUrl>
</ItemGroup>
<ItemGroup>
<Content Include="exceptionhandling.config" />
<Content Include="logging.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Web References\ClientServiceWS\ForwardedTask.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\GroupInfo.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\IncidentMemo.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\IncidentStatus.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\InstalledProcess.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\Reference.map">
<Generator>MSDiscoCodeGenerator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Web References\ClientServiceWS\SchemaFile.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\Service.wsdl" />
<None Include="Web References\ClientServiceWS\UserAssociate.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\UserProperties.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\UserServerPreference.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\UserSubordinate.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\View.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\ClientServiceWS\ViewFolder.datasource">
<DependentUpon>Reference.map</DependentUpon>
</None>
<None Include="Web References\DBConnection\Reference.map">
<Generator>MSDiscoCodeGenerator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Web References\DBConnection\WSSearchValuesCatalogs.wsdl" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>3009</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>
</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Target Name="NCrunchOutputDataQuery" DependsOnTargets="">
<Message Text="#Expression_8d9e4d479f18485a81a6750bcd027570=$(OutDir)$(TargetName)$(TargetExt)" />
<Message Text="#$TargetFrameworkDirectory=;$(TargetFrameworkDirectory)" />
<Message Text="#_SourceItemsToCopyToOutputDirectoryAlways=;@(_SourceItemsToCopyToOutputDirectoryAlways)" />
<Message Text="#_SourceItemsToCopyToOutputDirectory=;@(_SourceItemsToCopyToOutputDirectory)" />
<Message Text="#ReferencePath=;@(ReferencePath)" />
</Target>
<Target Name="_GenerateAppxPackageRecipe" DependsOnTargets="">
</Target>
<Target Name="NCrunchPrepareForBuild" DependsOnTargets="">
</Target>
</Project>[/quote]
The difference Lies in:
Vs build:
<Reference Include="RegrasPrimeBusiness, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\bin\RegrasPrimeBusiness.dll</HintPath>
<SpecificVersion>True</SpecificVersion>
<Private>False</Private>
</Reference>
NCrunch build:
<Reference Include="C:\Users\rafael.miceli\AppData\Local\NCrunch\9500\14\_ncrunchreferences\RegrasPrimeBusiness.dll">
<Private>False</Private>
</Reference>
What can I do to make my projects build with NCrunch?
Thanks