Thursday, February 09, 2012
Google Custom Search

ClearCanvas Highlights

Download our Open Source software
Watch some Videos
Get the Source
Check out our Licensing
Join our  Forums
Some Research: OICR IPP-Trials

Our Community

Membership Membership:
Latest New User Latest: VMCCNY
New Today New Today: 18
New Yesterday New Yesterday: 26
User Count Overall: 20581

People Online People Online:
Visitors Visitors: 10
Members Members: 0
Total Total: 10

Online Now Online Now:

ClearCanvas Community Forums

How to Build RIS Serv
Last Post 2010-01-11 09:53 AM by rob. 1 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages Not Resolved
microimage
New Member
New Member
Posts:3

--
2010-01-10 06:45 PM  

i am using Studio 2008, and am not able to build the Ris Server.

After Downloading ASP Ajax Ext Setup Beta from Microsoft, I was able to build the image server, and i am able to build the RIS Client, but i still get errors when building the RIS Server.  Are there instructions somewhere, because i have not found any except

The Errors from Build are as follows.  I have removed the Successes since I don't want to exhaust anyway searching through this listing.

------ Rebuild All started: Project: ClearCanvas.Common, Configuration: Debug Any CPU ------
ClearCanvas.Enterprise.Core -> D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll
------ Rebuild All started: Project: ClearCanvas.Workflow, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;UNIT_TESTS /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:..\ReferencedAssemblies\NHibernate2.0\Iesi.Collections.dll /reference:..\ReferencedAssemblies\nunit.framework.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Workflow.dll /resource:obj\Debug\ClearCanvas.Workflow.SR.resources /target:library Brokers\IWorkQueueItemBroker.cs PerformedStepSearchCriteria.cs PerformedStepStatusTransitionLogic.cs ActivitySchedulingSearchCriteria.cs ActivitySearchCriteria.cs ActivityStatusTransitionLogic.cs Activity.cs PerformedStep.cs PerformedStepStatus.cs ActivityPerformer.cs ActivityScheduling.cs ActivityStatus.cs PersistentFsm.cs IFsmTransitionLogic.cs IllegalStatusTransitionException.cs IWorkflow.cs Properties\AssemblyInfo.cs SR.Designer.cs Tests\ActivityTests.cs Tests\PerformedStepTests.cs WorkflowException.cs WorkQueueItem.cs WorkQueueProcessor.cs WorkQueueStatus.cs
D:\Develop\ClearCanvasOrg\Workflow\ActivityStatus.cs(39,28): error CS0246: The type or namespace name 'ActivityStatusEnum' could not be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Workflow\PerformedStepStatus.cs(39,28): error CS0246: The type or namespace name 'PerformedStepStatusEnum' could not be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueProcessor.cs(60,11): error CS0311: The type 'ClearCanvas.Workflow.Brokers.IWorkQueueItemBroker' cannot be used as type parameter 'TBrokerInterface' in the generic type or method 'ClearCanvas.Enterprise.Core.IPersistenceContext.GetBroker()'. There is no implicit reference conversion from 'ClearCanvas.Workflow.Brokers.IWorkQueueItemBroker' to 'ClearCanvas.Enterprise.Core.IPersistenceBroker'.
d:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll: (Related file)
D:\Develop\ClearCanvasOrg\Workflow\Brokers\IWorkQueueItemBroker.cs(36,27): (Related location)
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(45,39): error CS1729: 'ClearCanvas.Workflow.WorkQueueItem' does not contain a constructor that takes '10' arguments
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(45,10): (Related location)
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(73,4): error CS0103: The name '_failureDescription' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(74,4): error CS0103: The name '_failureCount' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(75,4): error CS0103: The name '_status' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(76,4): error CS0103: The name '_processedTime' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(84,4): error CS0103: The name '_status' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(85,4): error CS0103: The name '_processedTime' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(94,4): error CS0103: The name '_status' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(95,4): error CS0103: The name '_scheduledTime' does not exist in the current context
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(116,18): error CS1061: 'ClearCanvas.Workflow.WorkQueueItem' does not contain a definition for 'ExtendedProperties' and no extension method 'ExtendedProperties' accepting a first argument of type 'ClearCanvas.Workflow.WorkQueueItem' could be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(117,18): error CS1061: 'ClearCanvas.Workflow.WorkQueueItem' does not contain a definition for 'ExtendedProperties' and no extension method 'ExtendedProperties' accepting a first argument of type 'ClearCanvas.Workflow.WorkQueueItem' could be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(118,18): error CS1061: 'ClearCanvas.Workflow.WorkQueueItem' does not contain a definition for 'ExtendedProperties' and no extension method 'ExtendedProperties' accepting a first argument of type 'ClearCanvas.Workflow.WorkQueueItem' could be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueItem.cs(119,18): error CS1061: 'ClearCanvas.Workflow.WorkQueueItem' does not contain a definition for 'ExtendedProperties' and no extension method 'ExtendedProperties' accepting a first argument of type 'ClearCanvas.Workflow.WorkQueueItem' could be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Workflow\WorkQueueStatus.cs(39,25): error CS0246: The type or namespace name 'WorkQueueStatusEnum' could not be found (are you missing a using directive or an assembly reference?)

Compile complete -- 17 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Healthcare, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;UNIT_TESTS /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll /reference:..\ReferencedAssemblies\NHibernate2.0\Iesi.Collections.dll /reference:..\ReferencedAssemblies\nunit.framework.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.Serialization.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Healthcare.dll /resource:obj\Debug\ClearCanvas.Healthcare.SR.resources /resource:AdmissionTypeEnum.enum.xml,ClearCanvas.Healthcare.AdmissionTypeEnum.enum.xml /resource:AmbulatoryStatusEnum.enum.xml,ClearCanvas.Healthcare.AmbulatoryStatusEnum.enum.xml /resource:OrderCancelReasonEnum.enum.xml,ClearCanvas.Healthcare.OrderCancelReasonEnum.enum.xml /resource:PatientClassEnum.enum.xml,ClearCanvas.Healthcare.PatientClassEnum.enum.xml /resource:PatientTypeEnum.enum.xml,ClearCanvas.Healthcare.PatientTypeEnum.enum.xml /resource:ReligionEnum.enum.xml,ClearCanvas.Healthcare.ReligionEnum.enum.xml /resource:SpokenLanguageEnum.enum.xml,ClearCanvas.Healthcare.SpokenLanguageEnum.enum.xml /resource:PatientAttachmentCategoryEnum.enum.xml,ClearCanvas.Healthcare.PatientAttachmentCategoryEnum.enum.xml /resource:OrderAttachmentCategoryEnum.enum.xml,ClearCanvas.Healthcare.OrderAttachmentCategoryEnum.enum.xml /resource:ProtocolRejectReasonEnum.enum.xml,ClearCanvas.Healthcare.ProtocolRejectReasonEnum.enum.xml /resource:InsuranceAuthorityEnum.enum.xml,ClearCanvas.Healthcare.InsuranceAuthorityEnum.enum.xml /resource:ProtocolUrgencyEnum.enum.xml,ClearCanvas.Healthcare.ProtocolUrgencyEnum.enum.xml /resource:StaffTypeEnum.enum.xml,ClearCanvas.Healthcare.StaffTypeEnum.enum.xml /resource:ContactPersonRelationshipEnum.enum.xml,ClearCanvas.Healthcare.ContactPersonRelationshipEnum.enum.xml /resource:ContactPersonTypeEnum.enum.xml,ClearCanvas.Healthcare.ContactPersonTypeEnum.enum.xml /resource:TranscriptionRejectReasonEnum.enum.xml,ClearCanvas.Healthcare.TranscriptionRejectReasonEnum.enum.xml /target:library Alerts\AlertBase.cs Alerts\AlertHelper.cs Alerts\AlertNotification.cs Alerts\AlertsSettings.cs Alerts\AlertsSettings.Designer.cs Alerts\IncompleteDemographicDataAlert.cs Alerts\InvalidVisitAlert.cs Alerts\OrderAlertBase.cs Alerts\PatientAlertBase.cs Alerts\PatientProfileAlertBase.cs Alerts\ReconciliationAlert.cs AttachedDocument.cs Brokers\IExternalPractitionerBroker.cs Brokers\IExternalPractitionerContactPointBroker.cs Brokers\IOrderBroker.cs Brokers\IPatientBroker.cs Brokers\IPatientHistoryBroker.cs Brokers\IPriorReportBroker.cs Brokers\IProcedureTypeGroupBroker.cs Brokers\IProtocolGroupBroker.cs Brokers\IPublicationStepBroker.cs Brokers\IStaffBroker.cs Brokers\ITranscriptionReviewStepBroker.cs Brokers\IWorklistBroker.cs Alerts\IAlert.cs Alerts\LanguageAlert.cs Alerts\NoteAlert.cs Brokers\IWorklistItemBroker.cs CannedText.cs DicomSeries.cs EmergencyWorklists.cs GroupNotePosting.cs ImageAvailability.cs Imex\CannedTextImex.cs Imex\LocationImex.cs Imex\PatientNoteCategoryImex.cs ModalityPerformedProcedureStepSearchCriteria.cs NoteboxFactory.cs Imex\ExternalPractitionerImex.cs Imex\FacilityImex.cs Imex\ModalityImex.cs Imex\DiagnosticServiceImex.cs Imex\ProcedureTypeGroupImex.cs Imex\ProcedureTypeImex.cs Imex\ProtocolGroupImex.cs Imex\SharedDataContracts.cs Imex\StaffImex.cs Imex\WorklistImex.cs INotebox.cs Brokers\IOrderNoteboxItemBroker.cs Note.cs NoteAcknowledgementException.cs Notebox.cs NoteboxItemSearchCriteria.cs NoteAcknowledgement.cs NotePosting.cs Imex\ExternalPractitionerImporter.cs Imex\FacilityImporter.cs Imex\ModalityImporter.cs Imex\StaffImporter.cs OrderCancelInfo.cs OrderCreationArgs.cs OrderNoteboxes.cs OrderNoteboxItem.cs PatientReconciliation\Utility.cs PublicationStepSearchCriteria.cs RadiologistAdminWorklists.cs ReportingProtocolWorklists.cs ExternalPractitionerContactPoint.cs IWorklistQueryContext.cs MinMaxHelper.cs OrderNote.cs PerformingGroup.cs ProcedureBuilder.cs ProcedureStepSchedulingSearchCriteria.cs ReadingGroup.cs RegistrationProtocolWorklists.cs ProtocolAssignmentStep.cs ProtocolProcedureStepSearchCriteria.cs ProtocolResolutionStep.cs RelevanceGroup.cs ReportingWorklists.cs ReportTrackingWorklists.cs ResultCommunicationMode.cs ResultRecipient.cs StaffGroup.cs Imex\StaffGroupImex.cs StaffNotePosting.cs PerformingWorklists.cs Tests\DocumentationProcedureStepTests.cs Tests\InterpretationStepTests.cs Tests\ModalityProcedureStepTests.cs Tests\ProcedureCheckInTests.cs Tests\ProcedureStepTests.cs Tests\ProcedureTests.cs Tests\ProtocolAssignmentStepTests.cs Tests\ProtocolProcedureStepTests.cs Tests\ProtocolResolutionStepTests.cs Tests\PublicationStepTests.cs Tests\ReportingProcedureStepTests.cs Tests\ReportTests.cs Tests\TestExtensionFactory.cs Tests\TestLocationFactory.cs Tests\TestOrderNoteFactory.cs Tests\TranscriptionReviewStepTests.cs Tests\TranscriptionStepTests.cs Tests\VerificationStepTests.cs Tests\WorklistQueryContext.cs Tests\WorklistTimePointTests.cs TranscriptionReviewStep.cs TranscriptionReviewStepSearchCriteria.cs TranscriptionWorklists.cs Workflow\DiscontinueOrderOperation.cs Workflow\Reporting\ReportingWorkflowSettings.cs Workflow\Reporting\ReportingWorkflowSettings.Designer.cs Workflow\Tests\CancelOrderOperationTests.cs Workflow\Tests\DiscontinueOrderOperationTests.cs Workflow\Transcription\TranscriptionOperations.cs WorklistFactory.cs WorklistFilters.cs WorklistItemBase.cs WorklistItemSearchArgs.cs WorklistItemSearchCriteria.cs ReportingWorklistItemSearchCriteria.cs ModalityWorklistItemSearchCriteria.cs RegistrationWorklistItemSearchCriteria.cs DocumentationProcedureStep.cs DocumentationProcedureStepSearchCriteria.cs ExternalPractitioner.cs OrderAttachment.cs PatientAttachment.cs PatientIdentifier.cs ProcedureCheckIn.cs Protocol.cs ProtocolCode.cs ProtocolGroup.cs ProtocolProcedureStep.cs ProtocolStatus.cs PublicationStep.cs Laterality.cs ReportPartStatus.cs ReportStatus.cs PatientNoteCategory.cs NoteSeverity.cs OrderStatus.cs PatientReconciliationException.cs PatientReconciliation\DefaultPatientReconciliationStrategy.cs PatientReconciliation\IPatientReconciliationStrategy.cs PatientReconciliation\PatientProfileDiscrepancy.cs PatientReconciliation\PatientProfileDiscrepancyTest.cs PatientReconciliation\PatientProfileMatch.cs PatientReconciliation\PatientReconciliationStrategyExtensionPoint.cs PatientNote.cs RegistrationWorklists.cs Report.cs ReportPart.cs ProcedureStatus.cs ProcedureTypeGroup.cs SR.Designer.cs Tests\TestAttachedDocumentFactory.cs Tests\TestOrderAttachmentFactory.cs Tests\TestDiagnosticServiceFactory.cs Tests\TestVisitFactory.cs Tests\TestPatientFactory.cs Tests\TestExternalPractitionerFactory.cs Tests\TestFacilityFactory.cs Tests\TestOrderFactory.cs Tests\ScheduledWorkflowTests.cs Tests\TestStaffFactory.cs VisitNumber.cs Workflow\CancelOrderOperation.cs Workflow\Modality\WorklistItem.cs Address.cs AddressType.cs Brokers\IAccessionNumberBroker.cs Brokers\IRegistrationWorklistItemBroker.cs Brokers\IModalityWorklistItemBroker.cs Brokers\IModalityProcedureStepBroker.cs Brokers\IPatientProfileBroker.cs Brokers\IReportingProcedureStepBroker.cs Brokers\IReportingWorklistItemBroker.cs ContactPerson.cs DateTimeRange.cs DiagnosticService.cs EmailAddress.cs Facility.cs HealthcardNumber.cs HealthcareWorkflowException.cs IHealthcareServiceLayer.cs InterpretationStep.cs IProcedureStepProperties.cs Location.cs Modality.cs ModalityPerformedProcedureStep.cs ModalityProcedureStep.cs ModalityProcedureStepSearchCriteria.cs Order.cs OrderPriority.cs Patient.cs PatientIdentifierType.cs PatientProfile.cs PerformedProcedureStep.cs PerformedProcedureStepSearchCriteria.cs PersonName.cs ProcedureStep.cs ProcedureStepPerformer.cs ProcedureStepPerformerSearchCriteria.cs ProcedureStepSearchCriteria.cs Properties\AssemblyInfo.cs ReportingPerformedProcedureStep.cs ReportingProcedureStep.cs ReportingProcedureStepSearchCriteria.cs Procedure.cs ProcedureType.cs Sex.cs Staff.cs TelephoneEquipment.cs TelephoneNumber.cs TelephoneUse.cs TranscriptionStep.cs VerificationStep.cs Visit.cs VisitLocation.cs VisitLocationRole.cs VisitPractitioner.cs VisitPractitionerRole.cs VisitStatus.cs Workflow\Protocolling\ProtocollingOperations.cs Workflow\Registration\Operation.cs Workflow\Registration\WorklistItem.cs IWorklist.cs Workflow\Modality\Operations.cs Workflow\Reporting\Operations.cs Workflow\Reporting\WorklistItem.cs Worklist.cs WorklistAttributes.cs WorklistOwner.cs WorklistSearchCriteria.cs WorklistTimeField.cs WorklistTimePoint.cs WorklistTimeRange.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll' could not be found

Compile complete -- 1 errors, 0 warnings

ClearCanvas.Enterprise.Hibernate -> D:\Develop\ClearCanvasOrg\Enterprise\Hibernate\bin\Debug\ClearCanvas.Enterprise.Hibernate.dll
------ Rebuild All started: Project: ClearCanvas.Enterprise.Configuration, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:..\..\ReferencedAssemblies\NHibernate2.0\Iesi.Collections.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.Serialization.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Enterprise.Configuration.dll /resource:obj\Debug\ClearCanvas.Enterprise.Configuration.SR.resources /target:library ApplicationConfigurationReadService.cs ConfigurationDocument.cs ConfigurationDocumentBody.cs ConfigurationException.cs ConfigurationService.cs ConfigurationServiceBase.cs ConfigurationServiceRecorder.cs ConfigurationSettingsGroup.cs ConfigurationSettingsProperty.cs ConfigurationStoreSettings.cs ConfigurationStoreSettings.Designer.cs Imex\ConfigurationImex.cs Properties\AssemblyInfo.cs SR.Designer.cs VersionUtils.cs
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\ConfigurationService.cs(38,44): error CS0234: The type or namespace name 'Brokers' does not exist in the namespace 'ClearCanvas.Enterprise.Configuration' (are you missing an assembly reference?)
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\ConfigurationServiceBase.cs(37,44): error CS0234: The type or namespace name 'Brokers' does not exist in the namespace 'ClearCanvas.Enterprise.Configuration' (are you missing an assembly reference?)
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\Imex\ConfigurationImex.cs(41,44): error CS0234: The type or namespace name 'Brokers' does not exist in the namespace 'ClearCanvas.Enterprise.Configuration' (are you missing an assembly reference?)
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\ApplicationConfigurationReadService.cs(38,44): error CS0234: The type or namespace name 'Brokers' does not exist in the namespace 'ClearCanvas.Enterprise.Configuration' (are you missing an assembly reference?)
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\ConfigurationService.cs(210,11): error CS0246: The type or namespace name 'ConfigurationDocumentSearchCriteria' could not be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\ConfigurationServiceBase.cs(67,19): error CS0246: The type or namespace name 'ConfigurationDocumentSearchCriteria' could not be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\ConfigurationServiceBase.cs(74,19): error CS0246: The type or namespace name 'ConfigurationDocumentSearchCriteria' could not be found (are you missing a using directive or an assembly reference?)
D:\Develop\ClearCanvasOrg\Enterprise\Configuration\ConfigurationSettingsGroup.cs(49,23): error CS0246: The type or namespace name 'ConfigurationSettingsGroupSearchCriteria' could not be found (are you missing a using directive or an assembly reference?)

Compile complete -- 8 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Enterprise.Authentication, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;UNIT_TESTS /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:..\..\ReferencedAssemblies\NHibernate2.0\Iesi.Collections.dll /reference:..\..\ReferencedAssemblies\nunit.framework.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.IdentityModel.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.Serialization.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Enterprise.Authentication.dll /resource:obj\Debug\ClearCanvas.Enterprise.Authentication.SR.resources /target:library Admin\AuthorityGroupAdmin\AuthorityGroupAdminService.cs Admin\AuthorityGroupAssembler.cs Admin\AuthorityTokenAssembler.cs Admin\UserAdmin\UserAdminService.cs Admin\UserAdmin\UserAssembler.cs AuthenticationService.cs AuthorityGroup.cs Imex\AuthorityGroupImex.cs Imex\AuthorityGroupImporter.cs AuthorityToken.cs Imex\AuthorityTokenImporter.cs Brokers\IAuthorityTokenBroker.cs AuthenticationSettings.cs AuthenticationSettings.Designer.cs Imex\UserImex.cs Imex\UserImporter.cs Password.cs Properties\AssemblyInfo.cs Setup\SetupApplication.cs Setup\SetupCommandLine.cs SR.Designer.cs Tests\PasswordTests.cs Tests\UserSessionTests.cs Tests\UserTests.cs User.cs UserInfo.cs UserSession.cs
D:\Develop\ClearCanvasOrg\Enterprise\Authentication\Imex\UserImex.cs(47,18): error CS0311: The type 'ClearCanvas.Enterprise.Authentication.User' cannot be used as type parameter 'TEntity' in the generic type or method 'ClearCanvas.Enterprise.Core.Imex.XmlEntityImex'. There is no implicit reference conversion from 'ClearCanvas.Enterprise.Authentication.User' to 'ClearCanvas.Enterprise.Core.Entity'.
d:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll: (Related file)
D:\Develop\ClearCanvasOrg\Enterprise\Authentication\User.cs(47,23): (Related location)

Compile complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Ris.Application.Services, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;UNIT_TESTS /reference:..\..\..\ReferencedAssemblies\NHibernate2.0\Castle.Core.dll /reference:..\..\..\ReferencedAssemblies\NHibernate2.0\Castle.DynamicProxy2.dll /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll /reference:D:\Develop\ClearCanvasOrg\Ris\Application\Common\bin\Debug\ClearCanvas.Ris.Application.Common.dll /reference:D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll /reference:..\..\..\ReferencedAssemblies\NHibernate2.0\Iesi.Collections.dll /reference:..\..\..\ReferencedAssemblies\nunit.framework.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.IdentityModel.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Management.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.Serialization.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.ServiceModel.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Ris.Application.Services.dll /resource:obj\Debug\ClearCanvas.Ris.Application.Services.SR.resources /target:library AddressAssembler.cs Admin\DiagnosticServiceAdmin\DiagnosticServiceAdminService.cs Admin\ProcedureTypeAdmin\ProcedureTypeAdminService.cs Admin\StaffGroupAdmin\StaffGroupAdminService.cs Admin\WorkQueueAdmin\WorkQueueAdminService.cs DicomSeriesAssembler.cs PersistentWorkflow.cs TranscriptionWorkflow\TranscriptionWorkflowService.cs WorkQueueItemAssembler.cs CannedTextService\CannedTextAssembler.cs CannedTextService\CannedTextService.cs OrderNoteSettings.cs OrderNoteSettings.Designer.cs OrderNotes\OrderNoteboxItemAssembler.cs OrderNotes\OrderNoteService.cs ResultRecipientAssembler.cs StaffGroupAssembler.cs Admin\ExternalPractitionerAdmin\ExternalPractitionerAdminService.cs Admin\ProtocolAdmin\ProtocolAdminService.cs Login\LoginServiceRecorder.cs OrderAttachmentAssembler.cs OrderNoteAssembler.cs PatientAttachmentAssembler.cs ProtocolAssembler.cs ReportAssembler.cs AttachedDocumentService\AttachedDocumentService.cs ExternalPractitionerAssembler.cs Admin\EnumerationAdmin\EnumerationAdminService.cs Admin\Import\ImportService.cs ModalityAssembler.cs Admin\NoteCategoryAdmin\NoteCategoryAdminService.cs FacilityAssembler.cs Admin\FacilityAdmin\FacilityAdminService.cs LocationAssembler.cs Admin\LocationAdmin\LocationAdminService.cs Admin\ModalityAdmin\ModalityAdminService.cs Admin\PatientAdmin\PatientAdminService.cs DiagnosticServiceAssembler.cs ModalityPerformedProcedureStepAssembler.cs ProcedureStepAssembler.cs MrnAssembler.cs OrderAssembler.cs WorkingFacilitySettings.cs WorkingFacilitySettings.Designer.cs ProcedurePlanAssembler.cs ProfileTextQueryHelper.cs ProtocolGroupAssembler.cs ProtocolProcedureStepAssembler.cs ProcedureAssembler.cs TextQueryHelper.cs ProcedureTypeAssembler.cs Admin\ProcedureTypeGroupAdmin\ProcedureTypeGroupAdminService.cs ProcedureTypeGroupAssembler.cs Admin\StaffAdmin\StaffAdminService.cs Admin\VisitAdmin\VisitAdminService.cs VisitAssembler.cs Admin\WorklistAdmin\WorklistAdminService.cs Admin\WorklistAdmin\WorklistAdminAssembler.cs AttachedDocumentAssembler.cs EnumUtils.cs InProcessApplicationServiceProvider.cs Jsml\JsmlShimService.cs ProtocollingWorkflow\ProtocollingWorkflowService.cs WorklistAssembler.cs ApplicationServiceBase.cs ApplicationServiceExtensionPoint.cs ContactPersonAssembler.cs PatientNoteCategoryAssembler.cs Login\LoginService.cs PatientNoteAssembler.cs EmailAddressAssembler.cs HealthcardAssembler.cs IApplicationServiceLayer.cs ModalityWorkflow\ModalityWorkflowService.cs ModalityWorkflow\ModalityWorkflowAssembler.cs PatientProfileAssembler.cs PatientReconciliation\PatientProfileDiffAssembler.cs PatientReconciliation\PatientReconciliationService.cs PatientReconciliation\ReconciliationCandidateAssembler.cs PersonNameAssembler.cs BrowsePatientData\BrowsePatientDataService.cs BrowsePatientData\BrowsePatientDataAssembler.cs Properties\AssemblyInfo.cs AlertAssembler.cs RegistrationWorkflow\OrderEntryAssembler.cs RegistrationWorkflow\OrderEntryService.cs RegistrationWorkflow\RegistrationWorkflowAssembler.cs RegistrationWorkflow\RegistrationWorkflowService.cs ReportingWorkflow\ReportingWorkflowService.cs ReportingWorkflow\ReportingWorkflowAssembler.cs SimplifiedPhoneTypeAssembler.cs SR.Designer.cs StaffAssembler.cs TelephoneNumberAssembler.cs WorkflowServiceBase.cs WorklistQueryContext.cs WorklistSettings.cs WorklistSettings.Designer.cs WorklistItemTextQueryHelper.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll' could not be found
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll' could not be found

Compile complete -- 2 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Ris.Server, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:..\..\ReferencedAssemblies\NHibernate2.0\Castle.Core.dll /reference:..\..\ReferencedAssemblies\NHibernate2.0\Castle.DynamicProxy2.dll /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Ris\Application\Common\bin\Debug\ClearCanvas.Ris.Application.Common.dll /reference:D:\Develop\ClearCanvasOrg\Ris\Application\Services\bin\Debug\ClearCanvas.Ris.Application.Services.dll /reference:D:\Develop\ClearCanvasOrg\Server\ShredHost\bin\Debug\ClearCanvas.Server.ShredHost.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.IdentityModel.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.Runtime.Serialization.dll" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\System.ServiceModel.dll" /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Ris.Server.dll /resource:obj\Debug\ClearCanvas.Ris.Server.SR.resources /target:library Application.cs Properties\AssemblyInfo.cs SR.Designer.cs WebServicesSettings.cs WebServicesSettings.Designer.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Ris\Application\Services\bin\Debug\ClearCanvas.Ris.Application.Services.dll' could not be found

Compile complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Enterprise.Configuration.Hibernate, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Configuration\bin\Debug\ClearCanvas.Enterprise.Configuration.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Hibernate\bin\Debug\ClearCanvas.Enterprise.Hibernate.dll /reference:..\..\..\ReferencedAssemblies\NHibernate2.0\NHibernate.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Enterprise.Configuration.Hibernate.dll /resource:obj\Debug\ClearCanvas.Enterprise.Configuration.Hibernate.SR.resources /resource:Mappings\ConfigurationDocument.hbm.xml,ClearCanvas.Enterprise.Configuration.Hibernate.Mappings.ConfigurationDocument.hbm.xml /resource:Mappings\ConfigurationDocumentBody.hbm.xml,ClearCanvas.Enterprise.Configuration.Hibernate.Mappings.ConfigurationDocumentBody.hbm.xml /resource:Mappings\ConfigurationSettingsGroup.hbm.xml,ClearCanvas.Enterprise.Configuration.Hibernate.Mappings.ConfigurationSettingsGroup.hbm.xml /target:library Properties\AssemblyInfo.cs SR.Designer.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Enterprise\Configuration\bin\Debug\ClearCanvas.Enterprise.Configuration.dll' could not be found

Compile complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Enterprise.Authentication.Hibernate, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Authentication\bin\Debug\ClearCanvas.Enterprise.Authentication.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Hibernate\bin\Debug\ClearCanvas.Enterprise.Hibernate.dll /reference:..\..\..\ReferencedAssemblies\NHibernate2.0\NHibernate.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Enterprise.Authentication.Hibernate.dll /resource:obj\Debug\ClearCanvas.Enterprise.Authentication.Hibernate.SR.resources /resource:Mappings\User.hbm.xml,ClearCanvas.Enterprise.Authentication.Hibernate.Mappings.User.hbm.xml /resource:Mappings\AuthorityGroup.hbm.xml,ClearCanvas.Enterprise.Authentication.Hibernate.Mappings.AuthorityGroup.hbm.xml /resource:Mappings\AuthorityToken.hbm.xml,ClearCanvas.Enterprise.Authentication.Hibernate.Mappings.AuthorityToken.hbm.xml /resource:Mappings\UserSession.hbm.xml,ClearCanvas.Enterprise.Authentication.Hibernate.Mappings.UserSession.hbm.xml /target:library Brokers\AuthorityTokenBroker.cs Properties\AssemblyInfo.cs SR.Designer.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Enterprise\Authentication\bin\Debug\ClearCanvas.Enterprise.Authentication.dll' could not be found

Compile complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Workflow.Hibernate, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Hibernate\bin\Debug\ClearCanvas.Enterprise.Hibernate.dll /reference:D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll /reference:..\..\ReferencedAssemblies\NHibernate2.0\NHibernate.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Workflow.Hibernate.dll /resource:obj\Debug\ClearCanvas.Workflow.Hibernate.SR.resources /resource:Mappings\ActivityStatusEnum.hbm.xml,ClearCanvas.Workflow.Hibernate.Mappings.ActivityStatusEnum.hbm.xml /resource:Mappings\PerformedStepStatusEnum.hbm.xml,ClearCanvas.Workflow.Hibernate.Mappings.PerformedStepStatusEnum.hbm.xml /resource:Mappings\WorkQueueStatusEnum.hbm.xml,ClearCanvas.Workflow.Hibernate.Mappings.WorkQueueStatusEnum.hbm.xml /resource:Mappings\WorkQueueItem.hbm.xml,ClearCanvas.Workflow.Hibernate.Mappings.WorkQueueItem.hbm.xml /target:library Brokers\WorkQueueItemBroker.cs Properties\AssemblyInfo.cs SR.Designer.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll' could not be found

Compile complete -- 1 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Healthcare.Hibernate, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Hibernate\bin\Debug\ClearCanvas.Enterprise.Hibernate.dll /reference:D:\Develop\ClearCanvasOrg\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll /reference:D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll /reference:..\..\ReferencedAssemblies\NHibernate2.0\Iesi.Collections.dll /reference:..\..\ReferencedAssemblies\NHibernate2.0\NHibernate.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Healthcare.Hibernate.dll /resource:obj\Debug\ClearCanvas.Healthcare.Hibernate.SR.resources /resource:Mappings\AddressTypeEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.AddressTypeEnum.hbm.xml /resource:Mappings\AdmissionTypeEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.AdmissionTypeEnum.hbm.xml /resource:Mappings\AmbulatoryStatusEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.AmbulatoryStatusEnum.hbm.xml /resource:Mappings\Facility.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Facility.hbm.xml /resource:Mappings\Location.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Location.hbm.xml /resource:Mappings\Patient.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Patient.hbm.xml /resource:Mappings\PatientClassEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PatientClassEnum.hbm.xml /resource:Mappings\PatientProfile.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PatientProfile.hbm.xml /resource:Mappings\PatientTypeEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PatientTypeEnum.hbm.xml /resource:Mappings\ExternalPractitioner.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ExternalPractitioner.hbm.xml /resource:Mappings\SexEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.SexEnum.hbm.xml /resource:Mappings\Staff.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Staff.hbm.xml /resource:Mappings\TelephoneEquipmentEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.TelephoneEquipmentEnum.hbm.xml /resource:Mappings\TelephoneUseEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.TelephoneUseEnum.hbm.xml /resource:Mappings\Visit.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Visit.hbm.xml /resource:Mappings\VisitLocationRoleEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.VisitLocationRoleEnum.hbm.xml /resource:Mappings\VisitPractitionerRoleEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.VisitPractitionerRoleEnum.hbm.xml /resource:Mappings\VisitStatusEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.VisitStatusEnum.hbm.xml /resource:Mappings\DiagnosticService.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.DiagnosticService.hbm.xml /resource:Mappings\Modality.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Modality.hbm.xml /resource:Mappings\Order.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Order.hbm.xml /resource:Mappings\OrderPriorityEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.OrderPriorityEnum.hbm.xml /resource:Mappings\Procedure.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Procedure.hbm.xml /resource:Mappings\ProcedureType.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProcedureType.hbm.xml /resource:Mappings\ProcedureStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProcedureStep.hbm.xml /resource:Mappings\ModalityProcedureStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ModalityProcedureStep.hbm.xml /resource:Mappings\PerformedProcedureStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PerformedProcedureStep.hbm.xml /resource:Mappings\ModalityPerformedProcedureStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ModalityPerformedProcedureStep.hbm.xml /resource:Mappings\ReportingProcedureStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ReportingProcedureStep.hbm.xml /resource:Mappings\InterpretationStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.InterpretationStep.hbm.xml /resource:Mappings\TranscriptionStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.TranscriptionStep.hbm.xml /resource:Mappings\VerificationStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.VerificationStep.hbm.xml /resource:Mappings\ReligionEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ReligionEnum.hbm.xml /resource:Mappings\SpokenLanguageEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.SpokenLanguageEnum.hbm.xml /resource:Mappings\ContactPersonRelationshipEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ContactPersonRelationshipEnum.hbm.xml /resource:Mappings\ContactPersonTypeEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ContactPersonTypeEnum.hbm.xml /resource:Mappings\ProcedureCheckIn.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProcedureCheckIn.hbm.xml /resource:Mappings\OrderCancelReasonEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.OrderCancelReasonEnum.hbm.xml /resource:Mappings\OrderStatusEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.OrderStatusEnum.hbm.xml /resource:Mappings\Report.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Report.hbm.xml /resource:Mappings\ProcedureTypeGroup.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProcedureTypeGroup.hbm.xml /resource:Mappings\ReportPart.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ReportPart.hbm.xml /resource:Mappings\Worklist.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Worklist.hbm.xml /resource:Mappings\RegistrationWorklists.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.RegistrationWorklists.hbm.xml /resource:Mappings\ReportingWorklists.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ReportingWorklists.hbm.xml /resource:Mappings\PerformingWorklists.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PerformingWorklists.hbm.xml /resource:Mappings\StaffTypeEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.StaffTypeEnum.hbm.xml /resource:Mappings\ReportStatusEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ReportStatusEnum.hbm.xml /resource:Mappings\ReportPartStatusEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ReportPartStatusEnum.hbm.xml /resource:Mappings\ProcedureStatusEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProcedureStatusEnum.hbm.xml /resource:Mappings\AttachedDocument.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.AttachedDocument.hbm.xml /resource:Mappings\PatientAttachmentCategoryEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PatientAttachmentCategoryEnum.hbm.xml /resource:Mappings\OrderAttachmentCategoryEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.OrderAttachmentCategoryEnum.hbm.xml /resource:Mappings\DocumentationProcedureStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.DocumentationProcedureStep.hbm.xml /resource:Mappings\Protocol.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Protocol.hbm.xml /resource:Mappings\ProtocolCode.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolCode.hbm.xml /resource:Mappings\ProtocolProcedureStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolProcedureStep.hbm.xml /resource:Mappings\LateralityEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.LateralityEnum.hbm.xml /resource:Mappings\ProtocolStatusEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolStatusEnum.hbm.xml /resource:Mappings\ProtocolRejectReason.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolRejectReason.hbm.xml /resource:Mappings\PublicationStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PublicationStep.hbm.xml /resource:Mappings\ProtocolGroup.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolGroup.hbm.xml /resource:Mappings\InformationAuthorityEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.InformationAuthorityEnum.hbm.xml /resource:Mappings\InsuranceAuthorityEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.InsuranceAuthorityEnum.hbm.xml /resource:Brokers\PriorReportBroker.hbm.xml,ClearCanvas.Healthcare.Hibernate.Brokers.PriorReportBroker.hbm.xml /resource:Mappings\ProtocolAssignmentStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolAssignmentStep.hbm.xml /resource:Mappings\ProtocolResolutionStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolResolutionStep.hbm.xml /resource:Brokers\ReportingWorklistBroker.hbm.xml,ClearCanvas.Healthcare.Hibernate.Brokers.ReportingWorklistBroker.hbm.xml /resource:Mappings\ExternalPractitionerContactPoint.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ExternalPractitionerContactPoint.hbm.xml /resource:Mappings\ResultCommunicationModeEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ResultCommunicationModeEnum.hbm.xml /resource:Mappings\StaffGroup.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.StaffGroup.hbm.xml /resource:Mappings\Note.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.Note.hbm.xml /resource:Mappings\OrderNote.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.OrderNote.hbm.xml /resource:Mappings\NotePosting.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.NotePosting.hbm.xml /resource:healthcare.dbi.xml,ClearCanvas.Healthcare.Hibernate.healthcare.dbi.xml /resource:Mappings\EmergencyWorklists.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.EmergencyWorklists.hbm.xml /resource:Mappings\CannedText.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.CannedText.hbm.xml /resource:Mappings\ProtocolUrgencyEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ProtocolUrgencyEnum.hbm.xml /resource:Mappings\PatientNote.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PatientNote.hbm.xml /resource:Mappings\RadiologistAdminWorklists.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.RadiologistAdminWorklists.hbm.xml /resource:Brokers\PatientHistoryBroker.hbm.xml,ClearCanvas.Healthcare.Hibernate.Brokers.PatientHistoryBroker.hbm.xml /resource:Mappings\DicomSeries.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.DicomSeries.hbm.xml /resource:Mappings\ImageAvailabilityEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ImageAvailabilityEnum.hbm.xml /resource:Mappings\TranscriptionWorklists.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.TranscriptionWorklists.hbm.xml /resource:Mappings\TranscriptionReviewStep.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.TranscriptionReviewStep.hbm.xml /resource:Mappings\TranscriptionRejectReason.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.TranscriptionRejectReason.hbm.xml /resource:Mappings\ReportingTrackingWorklists.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.ReportingTrackingWorklists.hbm.xml /resource:Brokers\OrderBroker.hbm.xml,ClearCanvas.Healthcare.Hibernate.Brokers.OrderBroker.hbm.xml /resource:Brokers\PatientBroker.hbm.xml,ClearCanvas.Healthcare.Hibernate.Brokers.PatientBroker.hbm.xml /resource:Mappings\PatientNoteCategory.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.PatientNoteCategory.hbm.xml /resource:Mappings\NoteSeverityEnum.hbm.xml,ClearCanvas.Healthcare.Hibernate.Mappings.NoteSeverityEnum.hbm.xml /target:library Brokers\AccessionNumberBroker.cs Brokers\DefaultWorklistItemSearchExecutionStrategy.cs Brokers\ExternalPractitionerBroker.cs Brokers\ExternalPractitionerContactPointBroker.cs Brokers\OrderBroker.cs Brokers\PatientBroker.cs Brokers\WorklistItemSearchExecutionStrategy.cs Brokers\OptimizedWorklistItemSearchExecutionStrategy.cs Brokers\OrderNoteboxItemBroker.cs Brokers\ProcedureTypeGroupBroker.cs Brokers\PatientHistoryBroker.cs Brokers\PriorReportBroker.cs Brokers\ProtocolGroupBroker.cs Brokers\PublicationStepBroker.cs Brokers\RegistrationWorklistItemBroker.cs Brokers\ModalityWorklistItemBroker.cs Brokers\LocationBroker.cs Brokers\ModalityProcedureStepBroker.cs Brokers\PatientProfileBroker.cs Brokers\ReportingProcedureStepBroker.cs Brokers\ReportingWorklistItemBroker.cs Brokers\StaffBroker.cs Brokers\TranscriptionReviewStepBroker.cs Brokers\WorklistBroker.cs Brokers\WorklistItemBrokerBase.cs DateTimeRangeHbm.cs HealthcarePersistentStore.cs Properties\AssemblyInfo.cs SR.Designer.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll' could not be found
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll' could not be found

Compile complete -- 2 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Ris.Shreds, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:D:\Develop\ClearCanvasOrg\Dicom\bin\Debug\ClearCanvas.Dicom.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Common\bin\Debug\ClearCanvas.Enterprise.Common.dll /reference:D:\Develop\ClearCanvasOrg\Enterprise\Core\bin\Debug\ClearCanvas.Enterprise.Core.dll /reference:D:\Develop\ClearCanvasOrg\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll /reference:D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll /reference:..\..\ReferencedAssemblies\NHibernate2.0\Iesi.Collections.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /optimize- /out:obj\Debug\ClearCanvas.Ris.Shreds.dll /resource:obj\Debug\ClearCanvas.Ris.Shreds.SR.resources /target:library ImageAvailability\DefaultImageAvailabilityStrategy.cs ImageAvailability\IImageAvailabilityStrategy.cs ImageAvailability\ImageAvailabilityProcedureProcessor.cs ImageAvailability\ImageAvailabilityShredSettings.cs ImageAvailability\ImageAvailabilityShredSettings.Designer.cs ImageAvailability\ImageAvailabilityShred.cs ImageAvailability\ImageAvailabilityWorkQueue.cs ImageAvailability\ImageAvailabilityWorkQueueProcessor.cs Publication\PublicationProcessor.cs Publication\PublicationShred.cs Publication\PublicationShredSettings.cs Publication\PublicationShredSettings.Designer.cs Publication\MailFaxAction.cs Properties\AssemblyInfo.cs SR.Designer.cs
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll' could not be found
error CS0006: Metadata file 'D:\Develop\ClearCanvasOrg\Workflow\bin\Debug\ClearCanvas.Workflow.dll' could not be found

Compile complete -- 2 errors, 0 warnings
------ Rebuild All started: Project: ClearCanvas.Server.ShredHostService, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:TRACE;DEBUG;UNIT_TESTS /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Configuration.Install.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Management.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.ServiceProcess.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /nowin32manifest /optimize- /out:obj\Debug\ClearCanvas.Server.ShredHostService.exe /resource:obj\Debug\ClearCanvas.Server.ShredHostService.ProjectInstaller.resources /resource:obj\Debug\ClearCanvas.Server.ShredHostService.ShredHostService.resources /target:exe ProjectInstaller.cs ProjectInstaller.Designer.cs ShredHostService.cs ShredHostService.Designer.cs Program.cs Properties\AssemblyInfo.cs

Compile complete -- 0 errors, 0 warnings
ClearCanvas.Server.ShredHostService -> D:\Develop\ClearCanvasOrg\Server\ShredHostService\bin\Debug\ClearCanvas.Server.ShredHostService.exe
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Msbuild D:\Develop\ClearCanvasOrg\Server\ShredHostService\\PostBuild_dist.proj /p:SolutionDir=D:\Develop\ClearCanvasOrg\Ris\Server\;SolutionName=RisServer;TargetPlatform=;Configuration=Debug;ProjectName=ClearCanvas.Server.ShredHostService;ProjectDir=D:\Develop\ClearCanvasOrg\Server\ShredHostService\;OutDir=bin\Debug\;DistributionDir=;Options=
Microsoft (R) Build Engine Version 3.5.30729.1
[Microsoft .NET Framework, Version 2.0.50727.3603]
Copyright (C) Microsoft Corporation 2007. All rights reserved.


"D:\Develop\ClearCanvasOrg\Server\ShredHostService\PostBuild_dist.proj" (default target) (1) ->
"D:\Develop\ClearCanvasOrg\Ris\Server\RisServer_dist.proj" (default target) (2) ->
(CopyServerFiles target) ->
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\bin\Debug\ClearCanvas.Enterprise.Configuration.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Enterprise.Configuration.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\bin\Debug\ClearCanvas.Enterprise.Configuration.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\Hibernate\bin\Debug\ClearCanvas.Enterprise.Configuration.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Enterprise.Configuration.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\Hibernate\bin\Debug\ClearCanvas.Enterprise.Configuration.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\bin\Debug\ClearCanvas.Enterprise.Authentication.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Enterprise.Authentication.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\bin\Debug\ClearCanvas.Enterprise.Authentication.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\Hibernate\bin\Debug\ClearCanvas.Enterprise.Authentication.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Enterprise.Authentication.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\Hibernate\bin\Debug\ClearCanvas.Enterprise.Authentication.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\bin\Debug\ClearCanvas.Workflow.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Workflow.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\bin\Debug\ClearCanvas.Workflow.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\Hibernate\bin\Debug\ClearCanvas.Workflow.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Workflow.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\Hibernate\bin\Debug\ClearCanvas.Workflow.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Healthcare.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\Hibernate\bin\Debug\ClearCanvas.Healthcare.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Healthcare.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\Hibernate\bin\Debug\ClearCanvas.Healthcare.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\Application\Services\bin\Debug\ClearCanvas.Ris.Application.Services.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Ris.Application.Services.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\Application\Services\bin\Debug\ClearCanvas.Ris.Application.Services.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\bin\Debug\ClearCanvas.Ris.Server.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Ris.Server.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\bin\Debug\ClearCanvas.Ris.Server.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\Shreds\bin\Debug\ClearCanvas.Ris.Shreds.dll" to "D:\Develop\ClearCanvasOrg\Server\ShredHostService\\bin\Debug\\plugins\ClearCanvas.Ris.Shreds.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\Shreds\bin\Debug\ClearCanvas.Ris.Shreds.dll'.

    11 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.23
Done building project "ClearCanvas.Server.ShredHostService.csproj".
------ Rebuild All started: Project: ClearCanvas.Ris.Server.Executable, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:D:\Develop\ClearCanvasOrg\Common\bin\Debug\ClearCanvas.Common.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug+ /debug:full /nowin32manifest /optimize- /out:obj\Debug\ClearCanvas.Ris.Server.Executable.exe /resource:obj\Debug\ClearCanvas.Ris.Server.Executable.SR.resources /target:exe Program.cs Properties\AssemblyInfo.cs SR.Designer.cs

Compile complete -- 0 errors, 0 warnings
ClearCanvas.Ris.Server.Executable -> D:\Develop\ClearCanvasOrg\Ris\Server\Executable\bin\Debug\ClearCanvas.Ris.Server.Executable.exe
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Msbuild D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\PostBuild_dist.proj /p:SolutionDir=D:\Develop\ClearCanvasOrg\Ris\Server\;SolutionName=RisServer;TargetPlatform=;Configuration=Debug;ProjectName=ClearCanvas.Ris.Server.Executable;ProjectDir=D:\Develop\ClearCanvasOrg\Ris\Server\Executable\;OutDir=bin\Debug\;DistributionDir=
Microsoft (R) Build Engine Version 3.5.30729.1
[Microsoft .NET Framework, Version 2.0.50727.3603]
Copyright (C) Microsoft Corporation 2007. All rights reserved.


"D:\Develop\ClearCanvasOrg\Ris\Server\Executable\PostBuild_dist.proj" (default target) (1) ->
"D:\Develop\ClearCanvasOrg\Ris\Server\RisServer_dist.proj" (default target) (2) ->
(CopyServerFiles target) ->
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\bin\Debug\ClearCanvas.Enterprise.Configuration.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Enterprise.Configuration.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\bin\Debug\ClearCanvas.Enterprise.Configuration.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\Hibernate\bin\Debug\ClearCanvas.Enterprise.Configuration.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Enterprise.Configuration.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Configuration\Hibernate\bin\Debug\ClearCanvas.Enterprise.Configuration.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\bin\Debug\ClearCanvas.Enterprise.Authentication.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Enterprise.Authentication.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\bin\Debug\ClearCanvas.Enterprise.Authentication.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\Hibernate\bin\Debug\ClearCanvas.Enterprise.Authentication.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Enterprise.Authentication.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Enterprise\Authentication\Hibernate\bin\Debug\ClearCanvas.Enterprise.Authentication.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\bin\Debug\ClearCanvas.Workflow.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Workflow.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\bin\Debug\ClearCanvas.Workflow.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\Hibernate\bin\Debug\ClearCanvas.Workflow.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Workflow.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Workflow\Hibernate\bin\Debug\ClearCanvas.Workflow.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Healthcare.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\bin\Debug\ClearCanvas.Healthcare.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\Hibernate\bin\Debug\ClearCanvas.Healthcare.Hibernate.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Healthcare.Hibernate.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\..\Healthcare\Hibernate\bin\Debug\ClearCanvas.Healthcare.Hibernate.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\Application\Services\bin\Debug\ClearCanvas.Ris.Application.Services.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Ris.Application.Services.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\Application\Services\bin\Debug\ClearCanvas.Ris.Application.Services.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\bin\Debug\ClearCanvas.Ris.Server.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Ris.Server.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\bin\Debug\ClearCanvas.Ris.Server.dll'.
MSBUILD : warning MSB3021: Unable to copy file "D:\Develop\ClearCanvasOrg\Ris\Server\..\Shreds\bin\Debug\ClearCanvas.Ris.Shreds.dll" to "D:\Develop\ClearCanvasOrg\Ris\Server\Executable\\bin\Debug\\plugins\ClearCanvas.Ris.Shreds.dll". Could not find file 'D:\Develop\ClearCanvasOrg\Ris\Server\..\Shreds\bin\Debug\ClearCanvas.Ris.Shreds.dll'.

    11 Warning(s)
    0 Error(s)

Time Elapsed 00:00:00.21
Done building project "ClearCanvas.Ris.Server.Executable.csproj".
========== Rebuild All: 10 succeeded, 11 failed, 0 skipped ==========
 

Tags: MS Studio 2008 Build problems
rob
Senior Member
Senior Member
Posts:398

--
2010-01-11 09:53 AM  
You'll need to build the RIS server for the first time by following the instructions in this post:
http://www.clearcanvas.ca/dnn/Community/Forums/tabid/69/aff/16/aft/13012/afv/topic/Default.aspx

There are a number of code-gen'd files that are produced by the ris.proj file that are required by the RIS server solution. Once the server is built once via the project file and those files are available when you load the solution, you may rebuild the server from within visual studio itself.
Real-time support available to Clinical Edition and Team Edition customers
You are not authorized to post a reply.

Active Forums 4.1
Copyright 2011 ClearCanvas Inc.