I just started setting up Azure. I have Visual Studio 2012 and Windows 8. My website is a solution with around 4 seperate projects. Each project being a different tier in an n-tiered architecture. Once I attempted to publish my main startup project....I
get the following errors:
Warning 1 Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.EnterpriseLibrary.Data". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Rex.Application.DataAccessComponents
Error 2 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.DataAccessComponents\bin\Release\Rex.Facilitator.DataAccessComponents.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.BusinessManagers\CSC
Rex.Application.BusinessManagers
Error 3 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.BusinessManagers\bin\Release\Rex.Facility.BusinessManagers.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.Facades\CSC Rex.Application.Facades
Error 4 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.BusinessManagers\bin\Release\Rex.Facility.BusinessManagers.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Context\CSC Rex.Presentation.Contexts
Error 5 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.Facades\bin\Release\Rex.Facility.Facades.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Context\CSC Rex.Presentation.Contexts
Error 6 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.Facades\bin\Release\Rex.Facility.Facades.dll'could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Website\CSC Rex.Presentation.Website
Error 7 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Context\bin\Release\Rex.Presentation.Context.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Website\CSC Rex.Presentation.Website
Any help with this would be greatly appreciate. I'm at my wits end. I've been sitting at my desk for the entire day, and have no idea how to resolve this...
I don't want to provide something you've already tried but... have you right-clicked and specifcally 'Run as Administrator?' - don't laugh it off! Even though it might be set to run as, you need to do this and then compile?
HTH's
Regards,
BoogleC
Please mark the right solution as the answer. This helps others find what they're looking for.
jpham79
Member
46 Points
107 Posts
References cannot be found when trying to publish.
Dec 23, 2012 09:10 AM|LINK
I just started setting up Azure. I have Visual Studio 2012 and Windows 8. My website is a solution with around 4 seperate projects. Each project being a different tier in an n-tiered architecture. Once I attempted to publish my main startup project....I get the following errors:
Warning 1 Could not resolve this reference. Could not locate the assembly "Microsoft.Practices.EnterpriseLibrary.Data". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. Rex.Application.DataAccessComponents
Error 2 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.DataAccessComponents\bin\Release\Rex.Facilitator.DataAccessComponents.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.BusinessManagers\CSC Rex.Application.BusinessManagers
Error 3 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.BusinessManagers\bin\Release\Rex.Facility.BusinessManagers.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.Facades\CSC Rex.Application.Facades
Error 4 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.BusinessManagers\bin\Release\Rex.Facility.BusinessManagers.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Context\CSC Rex.Presentation.Contexts
Error 5 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.Facades\bin\Release\Rex.Facility.Facades.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Context\CSC Rex.Presentation.Contexts
Error 6 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Facility.Facades\bin\Release\Rex.Facility.Facades.dll'could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Website\CSC Rex.Presentation.Website
Error 7 Metadata file 'C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Context\bin\Release\Rex.Presentation.Context.dll' could not be found C:\Users\Jeffrey Pham\Documents\My REX\project\REX\Rex.Presentation.Website\CSC Rex.Presentation.Website
Any help with this would be greatly appreciate. I'm at my wits end. I've been sitting at my desk for the entire day, and have no idea how to resolve this...
Thank you
Sincerely,
Jeff
BoogleC
Contributor
2208 Points
445 Posts
Re: References cannot be found when trying to publish.
Dec 23, 2012 04:02 PM|LINK
Hi,
I don't want to provide something you've already tried but... have you right-clicked and specifcally 'Run as Administrator?' - don't laugh it off! Even though it might be set to run as, you need to do this and then compile?
HTH's
BoogleC
Please mark the right solution as the answer. This helps others find what they're looking for.