Resharper 8.2.0.2160 Breaks Solution!
To anyone that cares,
Recently installed Resharper 8.2.2160 and could not compile solution! I was originally using:
JetBrains ReSharper 8.1 Full Edition
Build 8.1.23.546 on 2013-12-12T10:30:52
Plugins: 3
#1. “Clean Code” v3.0.0.19614 by “Hadi Hariri and Contributors”
#2. “ReSharper PowerToys: Cyclomatic Complexity” v3.0.0.0 by JetBrains
#3. “NuGet support for ReSharper” v1.3.0.35069 by JetBrains
Visual Studio 10.0.40219.1.
Copyright © 2003–2014 JetBrains s.r.o. All rights reserved.
After installing resharper 8.2.0.2160 I could not compile, it keep giving me errors that it could not find Resource.resx files for projects. If I cleaned the solution and then build it would build ok. Once I tried to build a second time it would give the following errors:
MSB3552: Resource file "My Project\Resources.resx" cannot be found
Tried googling this issue and found nothing that would work. I tried reinstalling Visual Studio and it still would not work. Got desperate and uninstalled Reshaper and I could all of a sudden compile without errors. I Reinstalled Resharper 8.1.23.546 and am still able to compile with out errors. The Solution has a mix of VB.NET and C# projects. I wouldn't put it past Jet Brains that Resharper no longer works with VB.NET since support of the language has been stagnant since Resharper 6.x
Please sign in to leave a comment.
Hello Damien,
We apologize for the inconvenience.
Is there any chance that this issue can be reproduced on a small sample solution? If so, could you please create one and attach it here?
Thanks in advance!
Unfortunately, this set back has put be way behind schedule on my current development tasks. Once I have time I will install 8.2.0.2160 and see if I can create a sample solution to demonstrate the problem.
Thanks Damien. Looking forward for that.
Same problem here. I also got error messages regarding projects which cannot be found. I have the feeling, that relative pathes might be the cause. When compiling, I found that the output files are copied to different path levels. Originally they should be stored all in the same place which is referenced by relative pathes like
..\..\..\..\Output
The folder structure should be like this:
-Solution
-- Output
-- Sources
After the update to 8.2 it was like this
-Solution
-- Output
-- Sources
--- Output
-Output
I had to uninstall this version and unfortunately I cannot provide you the solution file as it is not my project but I hope, that my explanation helps to find the cause soon.
Thanks for the information Michael. That has to be the issue, because all of our projects are using relative paths for the output. And I do recall seing Bin\Debug folders in places that I had not seen before. I just didn't think resharper would have affected Visual Studio this way.
Hopefully this is enough information for JetBrains to reproduce the issue and fix it.
Thanks again,
Damien
Hello Guys!
Could you please try the private build from here http://download.jetbrains.com/resharper/ReSharperSetup.8.2.0.2681.msi? After installing this build, please turn OFF "use msbuild to obtain project references" option here R#->Options->VS Integration-> Use msbuild to obtain project references.
Please let us know about the results
Thanks!
Hi Alexander,
I tested the new 8.2.0.2681 build and unfortunately it doesn't help. Same problems as before. Error messages regarding projects which are referenced by relative pathes and cannot be found. Output folders in wrong hirarchical levels. Pathes seemed to be messed up.
Build errors are like following:
Could not read lines from file "path\SomePathPart.SomeFile.txt". Could not find file ...
The project file "..\..\..\..\Part1\Part2\Part3\Project.csproj" was not found.
I uninstalled the version and switched back to 8.1
Best regards,
Michael
Did you uncheck ReSharper->Options->VS Integration-> Use msbuild to obtain project references?
Yes, initially it was checked but I unchecked it before compiling. I executed a normal build and a rebuild all of different sub-projects and both gave me these errors. After switching back to the 8.1 version, everything works fine.
I recently upgraded my dotTrace from version 5.5.3 to 5.5.4. After doing this I received the same issue with using resharper 8.2. It created output folder is odd places. I then changed all my projects to have a fixed output path and it still didn't work. It didn't work until I removed the folders that it created before. Now everthing works. It seems that if you use relative paths in the output folder for projects it creates folder in odd places and once those folder are in place then msbuild can not build the projects for some reason.
I am watching progress here with interest.
See my recent posts in Building a solution fails from time to time after upgrade to R# 8.2.0.2160.
I too have rogue output folders scattered through my source tree.
For me, R# is also corrupting its own configuration files adjacent to the solution file on a regular basis.
Did these failing builds create additional output folders in uncommon places (like C:\Program Files (x86)\Microsoft Visual Studio {VS version}\Common7\IDE\obj\{x86/x64} or something like this)? Could you please remove them as well and try 8.2.0.2681 with unchecked "Use msbuild to obtain project references" build again?
Thanks, it seems to solve my problem
R# 8.2.0.2160 with VS2010(10.0.40219.1 SP1Rel)
when build a project, some time it would give the following errors:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1091,7): error MSB4115: The "exists" function only accepts a scalar value, but its argument "@(_UnmanagedRegistrationCache)" evaluates to "obj\ConsoleApplication2.csproj.UnmanagedRegistration.cache;obj\ConsoleApplication2.csproj.UnmanagedRegistration.cache" which is not a scalar value.
restart vs2010 and build it again, success.
switch to R# 8.1.23.546, no errors.
use R# 8.2.0.2161 and turn off "use msbuild to obtain project references" option, no errors.
sorry for my bad english.
So I have changed all the projects in my solution so that they use a fixed path to the output folder. Solution will not compile when resharper 8.2 is installed. If I build from a clean working directory I can compile,but once the solution is compiled and I try to rebuild it errors out saying that resource files can not be found. But the resource file are in the correct location, it seems that msbuild is looking in the wrong folders. If I try to clean the clean fails. I have to run clean like 20 times before it actually cleans all projects without errors. I thought it had to be something with specific projects that had res files but if I include them into a new solution it works without error. It only seems to be from my one solution that has a large number of projects.
I have tried using the private build of resharper and turned off the use msbuild to obtain project references but that did nothing.
It still has Bin\Debug folders spewed all over!
I guess I am stuck with resharper 8.1
Very sad day, today!
So I have been trying to pinpoint what is causing this issue. I have uninstalled resharper and reinstalled resharper about 20 time now. On two occassions I was able to have resharper 8.2 installed and not have the build issue. But as soon as I tooked resharper, like updating an extension it would revert back to the build issue. I am currently testing cleaning all resharper and jetbrains applications and settings from my machine and registry to see if that helps.
In the meantime here are the outputs of my solution when it does not work:
NuGet package restore started.
Restoring NuGet packages for solution C:\Development\NET\AllProjects.sln.
Skipping NuGet package ResharperUtility 1.0.0 since it is already installed.
Skipping NuGet package SQLAnywhere 11.0.1.2960 since it is already installed.
NuGet Package restored finished for solution C:\Development\NET\AllProjects.sln.
Restoring NuGet packages for project HSIPayroll.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
Skipping NuGet package Interop.Scripting 1.0.0 since it is already installed.
Skipping NuGet package Interop.TrueOleDBGrid 8.0.0.0 since it is already installed.
Skipping NuGet package Interop.XArrayDBObject 8.0.0.0 since it is already installed.
Skipping NuGet package Microsoft.Data.Source 7.0.9466.1 since it is already installed.
Skipping NuGet package Microsoft.Interop.Form.Tools 1.0.0 since it is already installed.
NuGet Package restored finished for project HSIPayroll.
Restoring NuGet packages for project HSIAssessment.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
NuGet Package restored finished for project HSIAssessment.
Restoring NuGet packages for project HSIReportSQLLibrary.
Skipping NuGet package Interop.VBA 6.0.0.0 since it is already installed.
NuGet Package restored finished for project HSIReportSQLLibrary.
Restoring NuGet packages for project HSIUserRights.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
NuGet Package restored finished for project HSIUserRights.
Restoring NuGet packages for project HSIDashboard.
Skipping NuGet package Microsoft.Interop.Form.Tools 1.0.0 since it is already installed.
NuGet Package restored finished for project HSIDashboard.
Restoring NuGet packages for project HSIPPF.
Skipping NuGet package Interop.CRAXDRT 11.5.0.0 since it is already installed.
Skipping NuGet package Interop.TrueOleDBGrid 8.0.0.0 since it is already installed.
Skipping NuGet package Interop.XArrayDBObject 8.0.0.0 since it is already installed.
Skipping NuGet package Microsoft.Data.Source 7.0.9466.1 since it is already installed.
NuGet Package restored finished for project HSIPPF.
Restoring NuGet packages for project HSIPatient.
Skipping NuGet package Interop.VBA 6.0.0.0 since it is already installed.
Skipping NuGet package Microsoft.Interop.Form.Tools 1.0.0 since it is already installed.
NuGet Package restored finished for project HSIPatient.
Restoring NuGet packages for project HSICommonUI.
Skipping NuGet package Infragistics2.Shared 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win.UltraWinGrid 8.3.20083.1009 since it is already installed.
NuGet Package restored finished for project HSICommonUI.
Restoring NuGet packages for project HSIGrouperSummary.
Skipping NuGet package Microsoft.Interop.Form.Tools 1.0.0 since it is already installed.
NuGet Package restored finished for project HSIGrouperSummary.
Restoring NuGet packages for project HSICommunicationControl.
Skipping NuGet package Atalasoft 6.0.3139.19141 since it is already installed.
Skipping NuGet package HSIScanner 1.0.0 since it is already installed.
Skipping NuGet package iTextSharp 5.4.5 since it is already installed.
NuGet Package restored finished for project HSICommunicationControl.
Restoring NuGet packages for project HSIBatchClaim.
Skipping NuGet package Microsoft.Interop.Form.Tools 1.0.0 since it is already installed.
NuGet Package restored finished for project HSIBatchClaim.
Restoring NuGet packages for project HSINavigatorWorkFlow.
Skipping NuGet package Microsoft.Interop.Form.Tools 1.0.0 since it is already installed.
NuGet Package restored finished for project HSINavigatorWorkFlow.
Restoring NuGet packages for project HSIOasisEvaluationTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIOasisEvaluationTest.
Restoring NuGet packages for project HSIRemittanceAdviceTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIRemittanceAdviceTest.
Restoring NuGet packages for project HSIAddressTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIAddressTest.
Restoring NuGet packages for project DatabaseTestUtilities.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project DatabaseTestUtilities.
Restoring NuGet packages for project HSIUserPreferencesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIUserPreferencesTest.
Restoring NuGet packages for project HSIHas4WinGUITest.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
Skipping NuGet package Interop.XArrayDBObject 8.0.0.0 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIHas4WinGUITest.
Restoring NuGet packages for project HSIHas4WinGUI.
Skipping NuGet package AxInterop.MSComCtl2 2.0.0.0 since it is already installed.
Skipping NuGet package C1.Common 1.0.20042.118 since it is already installed.
Skipping NuGet package C1.Win.C1Spell 1.2.20061.62 since it is already installed.
Skipping NuGet package C1.Win.Thesaurus 1.2.20061.62 since it is already installed.
Skipping NuGet package CrystalReports 11.5.9712.1838 since it is already installed.
Skipping NuGet package Infragistics2.Shared 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win.UltraWinGrid 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win.UltraWinToolbars 8.3.20083.1009 since it is already installed.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
Skipping NuGet package Interop.VBA 6.0.0.0 since it is already installed.
Skipping NuGet package Interop.XArrayDBObject 8.0.0.0 since it is already installed.
Skipping NuGet package Microsoft.Interop.Form.Tools 1.0.0 since it is already installed.
NuGet Package restored finished for project HSIHas4WinGUI.
Restoring NuGet packages for project HSIDiagnosisTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIDiagnosisTest.
Restoring NuGet packages for project OasisTestUtilities.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project OasisTestUtilities.
Restoring NuGet packages for project HSIForms.
Skipping NuGet package iTextSharp 5.4.5 since it is already installed.
NuGet Package restored finished for project HSIForms.
Restoring NuGet packages for project HSIFormsTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIFormsTest.
Restoring NuGet packages for project HSIReportSQLLibraryTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIReportSQLLibraryTest.
Restoring NuGet packages for project HSICorrespondencesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSICorrespondencesTest.
Restoring NuGet packages for project HSIDatabase.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
Skipping NuGet package NLog 2.1.0 since it is already installed.
NuGet Package restored finished for project HSIDatabase.
Restoring NuGet packages for project HSICommonUtilitiesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSICommonUtilitiesTest.
Restoring NuGet packages for project HSITechSupportTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSITechSupportTest.
Restoring NuGet packages for project HSIClaimTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIClaimTest.
Restoring NuGet packages for project OasisRulesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project OasisRulesTest.
Restoring NuGet packages for project HSIOASISAnswerTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIOASISAnswerTest.
Restoring NuGet packages for project ASC_X12Test.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project ASC_X12Test.
Restoring NuGet packages for project HSICommunicationTest.
Skipping NuGet package Atalasoft 6.0.3139.19141 since it is already installed.
Skipping NuGet package HSIScanner 1.0.0 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSICommunicationTest.
Restoring NuGet packages for project TestUtilities.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project TestUtilities.
Restoring NuGet packages for project HSIOasisImportTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIOasisImportTest.
Restoring NuGet packages for project ClientUpdateUtilityTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project ClientUpdateUtilityTest.
Restoring NuGet packages for project HSIDiagnosisInterface.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
NuGet Package restored finished for project HSIDiagnosisInterface.
Restoring NuGet packages for project HSIEligibility.
Skipping NuGet package Infragistics2.Shared 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win.UltraWinGrid 8.3.20083.1009 since it is already installed.
NuGet Package restored finished for project HSIEligibility.
Restoring NuGet packages for project HSILicense.
Skipping NuGet package SoftwareKey.License 4.4.1.0 since it is already installed.
NuGet Package restored finished for project HSILicense.
Restoring NuGet packages for project HSILicenseTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
Skipping NuGet package SoftwareKey.License 4.4.1.0 since it is already installed.
NuGet Package restored finished for project HSILicenseTest.
Restoring NuGet packages for project HSIEligibilityTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIEligibilityTest.
Restoring NuGet packages for project OasisSetsTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project OasisSetsTest.
Restoring NuGet packages for project CostReportTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project CostReportTest.
Restoring NuGet packages for project OasisGUITest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project OasisGUITest.
Restoring NuGet packages for project VSToolsTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project VSToolsTest.
Restoring NuGet packages for project HealthCareSynergyOASISTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyOASISTest.
Restoring NuGet packages for project HSIOasisWorkflowTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIOasisWorkflowTest.
Restoring NuGet packages for project HSIObqi.
Skipping NuGet package HomeHealthGoldAudits 2.0.3246.5957 since it is already installed.
NuGet Package restored finished for project HSIObqi.
Restoring NuGet packages for project HSIObqiTest.
Skipping NuGet package HomeHealthGoldAudits 2.0.3246.5957 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIObqiTest.
Restoring NuGet packages for project HSICAHPSTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSICAHPSTest.
Restoring NuGet packages for project HSIDictionariesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIDictionariesTest.
Restoring NuGet packages for project WebExchange.
Skipping NuGet package HSAReportsUrl 1.0.0 since it is already installed.
NuGet Package restored finished for project WebExchange.
Restoring NuGet packages for project WebExchangeTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project WebExchangeTest.
Restoring NuGet packages for project HSIGrouper2008Test.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIGrouper2008Test.
Restoring NuGet packages for project HSIReportViewer.
Skipping NuGet package CrystalReports 11.5.9712.1838 since it is already installed.
NuGet Package restored finished for project HSIReportViewer.
Restoring NuGet packages for project HealthCareSynergyScanningTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyScanningTest.
Restoring NuGet packages for project HealthCareSynergyDiagnosisTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyDiagnosisTest.
Restoring NuGet packages for project HSIRss.
Skipping NuGet package Infragistics2.Shared 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win 8.3.20083.1009 since it is already installed.
Skipping NuGet package Infragistics2.Win.UltraWinGrid 8.3.20083.1009 since it is already installed.
NuGet Package restored finished for project HSIRss.
Restoring NuGet packages for project HSIRssTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIRssTest.
Restoring NuGet packages for project OasisSkipRulesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project OasisSkipRulesTest.
Restoring NuGet packages for project HSIEMCTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIEMCTest.
Restoring NuGet packages for project EligibilityEvaluatorTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project EligibilityEvaluatorTest.
Restoring NuGet packages for project McKessonMSExportTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project McKessonMSExportTest.
Restoring NuGet packages for project HSIFinancialTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIFinancialTest.
Restoring NuGet packages for project HSISpellCheck.
Skipping NuGet package C1.Common 1.0.20042.118 since it is already installed.
Skipping NuGet package C1.Win.C1Spell 1.2.20061.62 since it is already installed.
Skipping NuGet package C1.Win.Thesaurus 1.2.20061.62 since it is already installed.
NuGet Package restored finished for project HSISpellCheck.
Restoring NuGet packages for project HSIPOC_OrdersAndGoalsTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPOC_OrdersAndGoalsTest.
Restoring NuGet packages for project HSIPlanOfCareTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPlanOfCareTest.
Restoring NuGet packages for project HSICOM_CommonUtilities.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
NuGet Package restored finished for project HSICOM_CommonUtilities.
Restoring NuGet packages for project HSICOM_CommonUtilitiesTest.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSICOM_CommonUtilitiesTest.
Restoring NuGet packages for project LedgerTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project LedgerTest.
Restoring NuGet packages for project HSIAccess.
Skipping NuGet package NLog 2.1.0 since it is already installed.
NuGet Package restored finished for project HSIAccess.
Restoring NuGet packages for project HealthCareSynergyBillingTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyBillingTest.
Restoring NuGet packages for project HealthCareSynergyIncTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyIncTest.
Restoring NuGet packages for project HSIVisitFrequencyTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIVisitFrequencyTest.
Restoring NuGet packages for project HSIPatientRepositoryTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPatientRepositoryTest.
Restoring NuGet packages for project HSIAccessTest.
Skipping NuGet package NLog 2.1.0 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIAccessTest.
Restoring NuGet packages for project HSIProviderTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIProviderTest.
Restoring NuGet packages for project HSIScheduleTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIScheduleTest.
Restoring NuGet packages for project PECOSAssistant.
Skipping NuGet package ICSharpCode.SharpZipLib 0.86.0 since it is already installed.
NuGet Package restored finished for project PECOSAssistant.
Restoring NuGet packages for project HealthCareAssistantTest.
Skipping NuGet package FluentNHibernate 1.4.0.0 since it is already installed.
Skipping NuGet package Iesi.Collections 3.3.3.4001 since it is already installed.
Skipping NuGet package NHibernate 3.3.3.4001 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareAssistantTest.
Restoring NuGet packages for project PECOSAssistantTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project PECOSAssistantTest.
Restoring NuGet packages for project HSIPatientChartTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPatientChartTest.
Restoring NuGet packages for project HSIBaseLevelDAOTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIBaseLevelDAOTest.
Restoring NuGet packages for project HSIChartofAccountTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIChartofAccountTest.
Restoring NuGet packages for project HealthCareSynergyLoginTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyLoginTest.
Restoring NuGet packages for project HSIPatientInsuranceTest.
Skipping NuGet package FluentNHibernate 1.4.0.0 since it is already installed.
Skipping NuGet package Iesi.Collections 3.3.3.4001 since it is already installed.
Skipping NuGet package NHibernate 3.3.3.4001 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPatientInsuranceTest.
Restoring NuGet packages for project HSIPatientDocumentsTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPatientDocumentsTest.
Restoring NuGet packages for project HSIChartUtilitiesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIChartUtilitiesTest.
Restoring NuGet packages for project HSIUserRightsTest.
Skipping NuGet package Interop.ADODB 6.0.0 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIUserRightsTest.
Restoring NuGet packages for project HSIDashboardTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIDashboardTest.
Restoring NuGet packages for project SQL_UtilitiesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project SQL_UtilitiesTest.
Restoring NuGet packages for project HSINavigatorWorkflowTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSINavigatorWorkflowTest.
Restoring NuGet packages for project HSIRouteSheetTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIRouteSheetTest.
Restoring NuGet packages for project HSIDatabaseTest.
Skipping NuGet package NLog 2.1.0 since it is already installed.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
Skipping NuGet package SQL.Anywhere.Data.Provider 11.0.1.30694 since it is already installed.
NuGet Package restored finished for project HSIDatabaseTest.
Restoring NuGet packages for project HSIInsuranceTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIInsuranceTest.
Restoring NuGet packages for project HSIReferralSourceTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIReferralSourceTest.
Restoring NuGet packages for project PatientValidationTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project PatientValidationTest.
Restoring NuGet packages for project HealthCareSynergyPatientsChartsTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyPatientsChartsTest.
Restoring NuGet packages for project VB6AccessTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project VB6AccessTest.
Restoring NuGet packages for project HSIAgencyTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIAgencyTest.
Restoring NuGet packages for project HSIAssessmentTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIAssessmentTest.
Restoring NuGet packages for project HSIBatchClaimTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIBatchClaimTest.
Restoring NuGet packages for project HSIDiagnosisInterfaceTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIDiagnosisInterfaceTest.
Restoring NuGet packages for project HSIGrouper2007Test.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIGrouper2007Test.
Restoring NuGet packages for project HSIPatientTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPatientTest.
Restoring NuGet packages for project HSISessionTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSISessionTest.
Restoring NuGet packages for project HSISpellCheckTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSISpellCheckTest.
Restoring NuGet packages for project RSS.NETTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project RSS.NETTest.
Restoring NuGet packages for project HSIAdmissionTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIAdmissionTest.
Restoring NuGet packages for project HealthCareSynergyDictionariesTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyDictionariesTest.
Restoring NuGet packages for project HealthCareSynergyScheduleTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyScheduleTest.
Restoring NuGet packages for project HealthCareSynergyObsoleteAdaptersTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyObsoleteAdaptersTest.
Restoring NuGet packages for project HSIBackupTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIBackupTest.
Restoring NuGet packages for project HealthCareSynergyReportsTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyReportsTest.
Restoring NuGet packages for project HealthCareSynergyOfficeTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyOfficeTest.
Restoring NuGet packages for project HHSOSConnector.
Skipping NuGet package NLog 2.1.0 since it is already installed.
NuGet Package restored finished for project HHSOSConnector.
Restoring NuGet packages for project HHSOSConnectorTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HHSOSConnectorTest.
Restoring NuGet packages for project WebReportsUpdateTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project WebReportsUpdateTest.
Restoring NuGet packages for project HealthCareSynergyLibraryTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyLibraryTest.
Restoring NuGet packages for project HSIDirectoryAccessServerTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIDirectoryAccessServerTest.
Restoring NuGet packages for project HSIPPFTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIPPFTest.
Restoring NuGet packages for project HSIDocumentationTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIDocumentationTest.
Restoring NuGet packages for project HSIDocumentTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIDocumentTest.
Restoring NuGet packages for project HHSOS_VisitPosting.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HHSOS_VisitPosting.
Restoring NuGet packages for project HSIZipCodeTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIZipCodeTest.
Restoring NuGet packages for project HSIUser_Test.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIUser_Test.
Restoring NuGet packages for project HealthCareSynergyAdministrationTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyAdministrationTest.
Restoring NuGet packages for project HealthCareSynergyCAHPSTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyCAHPSTest.
Restoring NuGet packages for project HSIOasisSubmissionTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIOasisSubmissionTest.
Restoring NuGet packages for project HealthCareSynergyMessageExchangeTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyMessageExchangeTest.
Restoring NuGet packages for project HSIMessageExchangeTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIMessageExchangeTest.
Restoring NuGet packages for project HealthCareSynergyProviderTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HealthCareSynergyProviderTest.
Restoring NuGet packages for project Mod Script Generator.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project Mod Script Generator.
Restoring NuGet packages for project HSIFacilityTest.
Skipping NuGet package NUnit 2.6.3 since it is already installed.
NuGet Package restored finished for project HSIFacilityTest.
All packages are already installed and there is nothing to restore.
NuGet package restore finished.
------ Rebuild All started: Project: HSISession, Configuration: Debug Any CPU ------
Build started 5/7/2014 9:24:31 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HSISession.dll".
Deleting file "C:\Development\NET\Bin\Debug\HSISession.pdb".
Deleting file "C:\Development\NET\HSISession\AppHSISession\HSISession\obj\Debug\HSISession.Resources.resources".
Deleting file "C:\Development\NET\HSISession\AppHSISession\HSISession\obj\Debug\HSISession.dll".
Deleting file "C:\Development\NET\HSISession\AppHSISession\HSISession\obj\Debug\HSISession.pdb".
CoreResGen:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /compile "My Project\Resources.resx",obj\Debug\HSISession.Resources.resources
Processing resource file "My Project\Resources.resx" into "obj\Debug\HSISession.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Vbc.exe /noconfig /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Generic,System.Diagnostics,System.Linq /optioncompare:Binary /optionexplicit+ /optionstrict+ /nowarn:42353,42354,42355 /optioninfer+ /nostdlib /platform:x86 /rootnamespace:HSISession /sdkpath:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" /highentropyva- /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,_MyType=\"Windows\",PLATFORM=\"AnyCPU\"" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll","C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /debug+ /debug:full /filealign:512 /keyfile:HealthCareSynergy.snk /optimize- /out:obj\Debug\HSISession.dll /resource:obj\Debug\HSISession.Resources.resources /target:library /warnaserror+ Classes\ApplicationSession.vb Classes\SharedMember.vb "My Project\AssemblyInfo.vb" "My Project\Application.Designer.vb" "My Project\Resources.Designer.vb" "My Project\Settings.Designer.vb" "C:\Users\damien.SYNERGY\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.vb" /warnaserror+:41999,42016,42017,42018,42019,42020,42021,42022,42032,42036
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\HSISession.dll" to "C:\Development\NET\Bin\Debug\HSISession.dll".
HSISession -> C:\Development\NET\Bin\Debug\HSISession.dll
Copying file from "obj\Debug\HSISession.pdb" to "C:\Development\NET\Bin\Debug\HSISession.pdb".
Build succeeded.
Time Elapsed 00:00:00.63
------ Rebuild All started: Project: HSIPOC_OrdersAndGoals, Configuration: Debug Any CPU ------
Build started 5/7/2014 9:24:34 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HSIPOC_OrdersAndGoals.dll".
Deleting file "C:\Development\NET\Bin\Debug\HSIPOC_OrdersAndGoals.pdb".
Deleting file "C:\Development\NET\HSIPOC_OrdersAndGoals\HSIPOC_OrdersAndGoals\obj\Debug\HSIPOC_OrdersAndGoals.Resources.resources".
Deleting file "C:\Development\NET\HSIPOC_OrdersAndGoals\HSIPOC_OrdersAndGoals\obj\Debug\HSIPOC_OrdersAndGoals.dll".
Deleting file "C:\Development\NET\HSIPOC_OrdersAndGoals\HSIPOC_OrdersAndGoals\obj\Debug\HSIPOC_OrdersAndGoals.pdb".
CoreResGen:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.dll" /compile "My Project\Resources.resx",obj\Debug\HSIPOC_OrdersAndGoals.Resources.resources
Processing resource file "My Project\Resources.resx" into "obj\Debug\HSIPOC_OrdersAndGoals.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Vbc.exe /noconfig /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Generic,System.Diagnostics,System.Linq /optioncompare:Binary /optionexplicit+ /optionstrict:custom /nowarn:42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355 /optioninfer+ /nostdlib /rootnamespace:HSIPOC_OrdersAndGoals /sdkpath:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0" /highentropyva- /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,_MyType=\"Windows\",PLATFORM=\"AnyCPU\"" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll","C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll","C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.dll" /debug+ /debug:full /filealign:512 /keyfile:HealthCareSynergy.snk /optimize- /out:obj\Debug\HSIPOC_OrdersAndGoals.dll /resource:obj\Debug\HSIPOC_OrdersAndGoals.Resources.resources /target:library /warnaserror+ Mutual\AnswerOrdersAndGoals.vb Mutual\OrdersAndGoalsSchema.vb Mutual\POC.vb Mutual\QuestionOrdersAndGoals.vb Mutual\OrdersAndGoalsTemplate.vb Mutual\RangeOrdersAndGoals.vb "My Project\AssemblyInfo.vb" "My Project\Application.Designer.vb" "My Project\Resources.Designer.vb" "My Project\Settings.Designer.vb" "C:\Users\damien.SYNERGY\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.vb"
CopyFilesToOutputDirectory:
Copying file from "obj\Debug\HSIPOC_OrdersAndGoals.dll" to "C:\Development\NET\Bin\Debug\HSIPOC_OrdersAndGoals.dll".
HSIPOC_OrdersAndGoals -> C:\Development\NET\Bin\Debug\HSIPOC_OrdersAndGoals.dll
Copying file from "obj\Debug\HSIPOC_OrdersAndGoals.pdb" to "C:\Development\NET\Bin\Debug\HSIPOC_OrdersAndGoals.pdb".
Build succeeded.
Time Elapsed 00:00:01.54
------ Rebuild All started: Project: HSIGrouper2008, Configuration: Debug Any CPU ------
Build started 5/7/2014 9:24:36 PM.
CoreResGen:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /compile CbsaRates.resx,obj\Debug\Grouper.CbsaRates.resources DataVersion23081.resx,obj\Debug\Grouper.DataVersion23081.resources DataVersion23082.resx,obj\Debug\Grouper.DataVersion23082.resources DataVersion24091.resx,obj\Debug\Grouper.DataVersion24091.resources DataVersion32101.resx,obj\Debug\Grouper.DataVersion32101.resources DataVersion32111.resx,obj\Debug\Grouper.DataVersion32111.resources DataVersion33121.resx,obj\Debug\Grouper.DataVersion33121.resources DataVersion34131.resx,obj\Debug\Grouper.DataVersion34131.resources DataVersion34141.resx,obj\Debug\Grouper.DataVersion34141.resources Oasis\OasisValues.resx,obj\Debug\Grouper.Oasis.OasisValues.resources Oasis\Questions.resx,obj\Debug\Grouper.Oasis.Questions.resources
Processing resource file "CbsaRates.resx" into "obj\Debug\Grouper.CbsaRates.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\CbsaRates.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\CbsaRates.resx'.
Processing resource file "DataVersion23081.resx" into "obj\Debug\Grouper.DataVersion23081.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion23081.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion23081.resx'.
Processing resource file "DataVersion23082.resx" into "obj\Debug\Grouper.DataVersion23082.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion23082.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion23082.resx'.
Processing resource file "DataVersion24091.resx" into "obj\Debug\Grouper.DataVersion24091.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion24091.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion24091.resx'.
Processing resource file "DataVersion32101.resx" into "obj\Debug\Grouper.DataVersion32101.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion32101.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion32101.resx'.
Processing resource file "DataVersion32111.resx" into "obj\Debug\Grouper.DataVersion32111.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion32111.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion32111.resx'.
Processing resource file "DataVersion33121.resx" into "obj\Debug\Grouper.DataVersion33121.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion33121.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion33121.resx'.
Processing resource file "DataVersion34131.resx" into "obj\Debug\Grouper.DataVersion34131.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion34131.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion34131.resx'.
Processing resource file "DataVersion34141.resx" into "obj\Debug\Grouper.DataVersion34141.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion34141.resx : error MSB3103: Invalid Resx file. Could not find file 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\DataVersion34141.resx'.
Processing resource file "Oasis\OasisValues.resx" into "obj\Debug\Grouper.Oasis.OasisValues.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\Oasis\OasisValues.resx : error MSB3103: Invalid Resx file. Could not find a part of the path 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\Oasis\OasisValues.resx'.
Processing resource file "Oasis\Questions.resx" into "obj\Debug\Grouper.Oasis.Questions.resources".
C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\Oasis\Questions.resx : error MSB3103: Invalid Resx file. Could not find a part of the path 'C:\Development\NET\API\HealthCareSynergyAdministration\HealthCareSynergyAdministration\Oasis\Questions.resx'.
Build FAILED.
Time Elapsed 00:00:00.89
StopOnFirstBuildError: Build cancelled because project "HSIGrouper2008" failed to build.
Build has been canceled.
As you can see it is looking for the ResX files in the wrong projects folder. Why would it even does this?
And then on the clean here is the output when it fails:
------ Clean started: Project: HIEAssistanct, Configuration: Debug x86 ------
Build started 5/7/2014 10:04:22 PM.
CoreClean:
Deleting file "C:\Development\NET\Utility Programs\HIEAssistanct\obj\x86\Debug\HIEAssistanct.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\Utility Programs\HIEAssistanct\obj\x86\Debug\HIEAssistanct.Resources.resources".
Deleting file "C:\Development\NET\Utility Programs\HIEAssistanct\obj\x86\Debug\HIEAssistanct.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\Utility Programs\HIEAssistanct\obj\x86\Debug\HIEAssistanct.exe".
Deleting file "C:\Development\NET\Utility Programs\HIEAssistanct\obj\x86\Debug\HIEAssistanct.pdb".
Build succeeded.
Time Elapsed 00:00:00.03
------ Clean started: Project: HSIDownload, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:22 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HSIDownload.exe".
Deleting file "C:\Development\NET\Bin\Debug\HSIDownload.pdb".
Deleting file "C:\Development\NET\HSIDownload\obj\Debug\HSIDownload.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\HSIDownload\obj\Debug\HSIDownload.frmProgress.resources".
Deleting file "C:\Development\NET\HSIDownload\obj\Debug\HSIDownload.Resources.resources".
Deleting file "C:\Development\NET\HSIDownload\obj\Debug\HSIDownload.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\HSIDownload\obj\Debug\HSIDownload.exe".
Deleting file "C:\Development\NET\HSIDownload\obj\Debug\HSIDownload.pdb".
Build succeeded.
Time Elapsed 00:00:00.02
------ Clean started: Project: HealthCareSynergyDataExchangeTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:22 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HealthCareSynergyDataExchangeTest.dll".
Deleting file "C:\Development\NET\Bin\Debug\HealthCareSynergyDataExchangeTest.pdb".
Deleting file "C:\Development\NET\API\HealthCareSynergyDataExchange\HealthCareSynergyDataExchangeTest\obj\Debug\HealthCareSynergyDataExchangeTest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\API\HealthCareSynergyDataExchange\HealthCareSynergyDataExchangeTest\obj\Debug\HealthCareSynergyDataExchangeTest.Resources.resources".
Deleting file "C:\Development\NET\API\HealthCareSynergyDataExchange\HealthCareSynergyDataExchangeTest\obj\Debug\HealthCareSynergyDataExchangeTest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\API\HealthCareSynergyDataExchange\HealthCareSynergyDataExchangeTest\obj\Debug\HealthCareSynergyDataExchangeTest.dll".
Deleting file "C:\Development\NET\API\HealthCareSynergyDataExchange\HealthCareSynergyDataExchangeTest\obj\Debug\HealthCareSynergyDataExchangeTest.pdb".
Build succeeded.
Time Elapsed 00:00:00
------ Clean started: Project: HSIBaseLevelDAOTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:22 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HSIBaseLevelDAOTest.dll".
Deleting file "C:\Development\NET\Bin\Debug\HSIBaseLevelDAOTest.pdb".
Deleting file "C:\Development\NET\HSIBaseLevelDAO\HSIBaseLevelDAOTest\obj\Debug\HSIBaseLevelDAOTest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\HSIBaseLevelDAO\HSIBaseLevelDAOTest\obj\Debug\HSIBaseLevelDAOTest.Resources.resources".
Deleting file "C:\Development\NET\HSIBaseLevelDAO\HSIBaseLevelDAOTest\obj\Debug\HSIBaseLevelDAOTest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\HSIBaseLevelDAO\HSIBaseLevelDAOTest\obj\Debug\HSIBaseLevelDAOTest.dll".
Deleting file "C:\Development\NET\HSIBaseLevelDAO\HSIBaseLevelDAOTest\obj\Debug\HSIBaseLevelDAOTest.pdb".
Build succeeded.
Time Elapsed 00:00:00.02
------ Clean started: Project: HSIChartofAccountTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:22 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HSIChartOfAccountTest.dll".
Deleting file "C:\Development\NET\Bin\Debug\HSIChartOfAccountTest.pdb".
Deleting file "C:\Development\NET\HSIChartOfAccount\HSIChartOfAccountTest\obj\Debug\HSIChartofAccountTest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\HSIChartOfAccount\HSIChartOfAccountTest\obj\Debug\HSIChartOfAccountTest.Resources.resources".
Deleting file "C:\Development\NET\HSIChartOfAccount\HSIChartOfAccountTest\obj\Debug\HSIChartofAccountTest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\HSIChartOfAccount\HSIChartOfAccountTest\obj\Debug\HSIChartOfAccountTest.dll".
Deleting file "C:\Development\NET\HSIChartOfAccount\HSIChartOfAccountTest\obj\Debug\HSIChartOfAccountTest.pdb".
Build succeeded.
Time Elapsed 00:00:00.07
------ Clean started: Project: HSIHIETest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:23 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HSIHIETest.dll".
Deleting file "C:\Development\NET\Bin\Debug\HSIHIETest.pdb".
Deleting file "C:\Development\NET\HSIHIE\HSIHIETest\obj\Debug\HSIHIETest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\HSIHIE\HSIHIETest\obj\Debug\HSIHIETest.Resources.resources".
Deleting file "C:\Development\NET\HSIHIE\HSIHIETest\obj\Debug\HSIHIETest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\HSIHIE\HSIHIETest\obj\Debug\HSIHIETest.dll".
Deleting file "C:\Development\NET\HSIHIE\HSIHIETest\obj\Debug\HSIHIETest.xml".
Deleting file "C:\Development\NET\HSIHIE\HSIHIETest\obj\Debug\HSIHIETest.pdb".
Build succeeded.
Time Elapsed 00:00:00.01
------ Clean started: Project: PECOSAssistantTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:23 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\PECOSAssistantTest.dll".
Deleting file "C:\Development\NET\Bin\Debug\PECOSAssistantTest.pdb".
Deleting file "C:\Development\NET\Utility Programs\PECOSAssistant\PECOSAssistantTest\obj\Debug\PECOSAssistantTest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\Utility Programs\PECOSAssistant\PECOSAssistantTest\obj\Debug\PECOSAssistantTest.Resources.resources".
Deleting file "C:\Development\NET\Utility Programs\PECOSAssistant\PECOSAssistantTest\obj\Debug\PECOSAssistantTest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\Utility Programs\PECOSAssistant\PECOSAssistantTest\obj\Debug\PECOSAssistantTest.dll".
Deleting file "C:\Development\NET\Utility Programs\PECOSAssistant\PECOSAssistantTest\obj\Debug\PECOSAssistantTest.pdb".
Build succeeded.
Time Elapsed 00:00:00.04
------ Clean started: Project: HSIFacilityTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:23 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\HSIFacilityTest.dll".
Deleting file "C:\Development\NET\Bin\Debug\HSIFacilityTest.pdb".
Deleting file "C:\Development\NET\HSIFacility\HSIFacilityTest\obj\Debug\HSIFacilityTest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\HSIFacility\HSIFacilityTest\obj\Debug\HSIFacilityTest.Resources.resources".
Deleting file "C:\Development\NET\HSIFacility\HSIFacilityTest\obj\Debug\HSIFacilityTest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\HSIFacility\HSIFacilityTest\obj\Debug\HSIFacilityTest.dll".
Deleting file "C:\Development\NET\HSIFacility\HSIFacilityTest\obj\Debug\HSIFacilityTest.pdb".
Build succeeded.
Time Elapsed 00:00:00.05
------ Clean started: Project: Mod Script Generator, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:23 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\Mod Script Generator.exe.config".
Deleting file "C:\Development\NET\Bin\Debug\Mod Script Generator.exe".
Deleting file "C:\Development\NET\Bin\Debug\Mod Script Generator.pdb".
Deleting file "C:\Development\NET\Utility Programs\Internal Tools\Mod Script Generator\obj\Debug\Mod Script Generator.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\Utility Programs\Internal Tools\Mod Script Generator\obj\Debug\Mod_Script_Generator.Main.resources".
Deleting file "C:\Development\NET\Utility Programs\Internal Tools\Mod Script Generator\obj\Debug\Mod_Script_Generator.Resources.resources".
Deleting file "C:\Development\NET\Utility Programs\Internal Tools\Mod Script Generator\obj\Debug\Mod_Script_Generator.SecondaryGuidForm.resources".
Deleting file "C:\Development\NET\Utility Programs\Internal Tools\Mod Script Generator\obj\Debug\Mod Script Generator.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\Utility Programs\Internal Tools\Mod Script Generator\obj\Debug\Mod Script Generator.exe".
Deleting file "C:\Development\NET\Utility Programs\Internal Tools\Mod Script Generator\obj\Debug\Mod Script Generator.pdb".
Build succeeded.
Time Elapsed 00:00:00.02
------ Clean started: Project: HealthCareSynergyProviderTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:23 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\TestHealthCareSynergyProvider.dll".
Deleting file "C:\Development\NET\Bin\Debug\TestHealthCareSynergyProvider.pdb".
Deleting file "C:\Development\NET\API\HealthCareSynergyProvider\HealthCareSynergyProviderTest\obj\Debug\HealthCareSynergyProviderTest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\API\HealthCareSynergyProvider\HealthCareSynergyProviderTest\obj\Debug\TestHealthCareSynergyProvider.Resources.resources".
Deleting file "C:\Development\NET\API\HealthCareSynergyProvider\HealthCareSynergyProviderTest\obj\Debug\HealthCareSynergyProviderTest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\API\HealthCareSynergyProvider\HealthCareSynergyProviderTest\obj\Debug\TestHealthCareSynergyProvider.dll".
Deleting file "C:\Development\NET\API\HealthCareSynergyProvider\HealthCareSynergyProviderTest\obj\Debug\TestHealthCareSynergyProvider.pdb".
Build succeeded.
Time Elapsed 00:00:00.03
------ Clean started: Project: HSIMessageExchangeTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:23 PM.
CoreClean:
Deleting file "C:\Development\NET\Bin\Debug\NLog.config".
Deleting file "C:\Development\NET\Bin\Debug\HSIMessageExchangeTest.dll".
Deleting file "C:\Development\NET\Bin\Debug\HSIMessageExchangeTest.pdb".
Deleting file "C:\Development\NET\HSIMessageExchange\HSIMessageExchangeTest\obj\Debug\HSIMessageExchangeTest.vbprojResolveAssemblyReference.cache".
Deleting file "C:\Development\NET\HSIMessageExchange\HSIMessageExchangeTest\obj\Debug\HSIMessageExchangeTest.Resources.resources".
Deleting file "C:\Development\NET\HSIMessageExchange\HSIMessageExchangeTest\obj\Debug\HSIMessageExchangeTest.vbproj.GenerateResource.Cache".
Deleting file "C:\Development\NET\HSIMessageExchange\HSIMessageExchangeTest\obj\Debug\HSIMessageExchangeTest.dll".
Deleting file "C:\Development\NET\HSIMessageExchange\HSIMessageExchangeTest\obj\Debug\HSIMessageExchangeTest.pdb".
Build succeeded.
Time Elapsed 00:00:00.01
------ Clean started: Project: HealthCareSynergyMessageExchangeTest, Configuration: Debug Any CPU ------
Build started 5/7/2014 10:04:23 PM.
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(4166,5): error MSB3501: Could not read lines from file "obj\Debug\HealthCareSynergyMessageExchangeTest.vbproj.FileListAbsolute.txt". Could not find file 'C:\Development\NET\HealthCareSynergyInc\HealthCareSynergyInc\obj\Debug\HealthCareSynergyMessageExchangeTest.vbproj.FileListAbsolute.txt'.
Build FAILED.
Time Elapsed 00:00:00.00
StopOnFirstBuildError: Build cancelled because project "HealthCareSynergyMessageExchangeTest" failed to build.
Build has been canceled.
So after a clean install it still does not work.
Just to clarify, if anyone is still interested, the issue is when you Rebuild multiple times or try to Clean the solution. It seems to be placing files that msbuild uses to rebuild or clean in the wrong folders. Anyone else seeing this. Anyone care?
So I have narrowed it down to the devenv.exe process continuing to process even after Visual Studio says the build is complete. I reverted back to R# 8.1 and the devenv.exe process stops when visual studio says that the build is complete in the output window. But after installing R# 8.2, the devenv.exe process continues to consume the processor after Visual Studio says the build is complete. On my machine and for my large solution the devenv.exe continues to consume the processor for up to 2 minutes. And if you biuld or rebuild the solution before the devenv.exe process is complete then the build fails with errors. You have to wait until the devenv.exe process compeletes to get a successful build.
Is anyone else experiencing this? Or is it only me?
Why would R# 8.2 cause the devenv.exe process to not complete when visual studio says that the build is complete?
Is this only with Visual Studio 2010?
Any insight would be helpful. Is there some logging or something I could do to narrow this issue down. Feel like I am completely on my own on this issue? Jetbrains are you there?
So after discovering that there was a R# 8.2.1 release candidate, I decided to give it a try. After installing it the issue seems to have gone away.
Hi Damien,
unfortunately, I don't have the time to check it deeply but as far as I can remember, the issues you found are the same as I had. On a first build everything worked fine and then, maybe within the time frame where the Developer Studio is still busy, the build failed and created all these folders in wrong places.
As you reported, that the release candidate works, I think, I will also give it a try.
Would be helpful to have some official feedback here!
Michael
This issue still plagues me, just not as often. If you compile right after the ide says that its done compiling the solution will fail to compile. You have to wait for the devenv.exe process to stop before you can successfully compile. Very disturbing, as when there is a compile error you never know if its true or not.
JetBrains doesn't seem to care!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! about this issue or any other issue. Very deeply disappointed in the effort, support of JetBrains. What happened?
Hello Damien,
Please accept our apoloies for the delay in the reply.
Could you please specify the following:
Also please try these steps:
Thanks!
Alexander,
Thanks for getting back to me. Here are my responses for each item:
1) Yes, I have Resharper 8.2.1000.4556 installed.
2) I have the following jetbrains products installed:
Resharper 8.2.1000.4556
TeamCity Addin 8.1.35.476
TeamCity Tray Notifier 8.0.160
3) I did not find any x86 or x64 folders under the the C:\Program Files (x86)\Microsoft Visual Studio {VS version}\Common7\IDE\obj folder only a Debug folder.
4) I uncheck the box and am testing to see if I still get these errors. Will let you know as I work with these settings the rest of the day. If I still get the errors I will follow your instructions in uninstalling and reinstalling Resharper.
Thanks,
Damien
So I had changed the options to have the use msbuild for references and still get these compile errors! I have captured a screenshot of my ide, and task manager and highlighted that Resharper failed, and that the ide is done compiling with errors yet the devenv.exe process continues to run. I have to wait until the devenv.exe process is complete before I can successfully compile. It almost seems like Resharper is unloading or reloading the projects in the background or something. This is very annoying as I have to first figure out if the compile error is true or not and if its this false compile error I have to sit and wait for the devenv.exe to complete. This DOES NOT help me develop!
This is absolutely crazy!
Attachment(s):
Failed build.png