Skip to main content

Hi,

Though I have added all the references and dll to the customization project and solution, I am getting the below error.

 

Thanks,

Please include the entire build output; the Error list is just a subset and “Could not get dependencies for project references” simply mean that one of the dependencies failed to build.


Hi @Gabriel Michaud ,

Yes, I have included the entire build, but couldn’t get


I am talking about the “Output” tab in Visual Studio… there should be a lot of text. Please take a look at it and copy-paste here.


@saikiranb36, Please share the output tab details here NOT the error list. Please find the screenshot for reference.

 

 

 


@naveenb74 ,Thanks for the reference.

@Gabriel Michaud ,Thanks for your inputs. Able to see the errors in the output.

Usually we used to get the errors in the errors list.


Hi @Gabriel Michaud 

how to resolve it

 

Build started at 1:33 PM...
1>------ Build started: Project: EXIMDAL, Configuration: Release Any CPU ------
1>D:\WORKINGFLDR\eEXIM\eEXIMDAL\Common\DALLogin.cs(4,17,4,26): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
1>D:\WORKINGFLDR\eEXIM\eEXIMDAL\UTIL_HWTHCM.cs(2,17,2,26): error CS0234: The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
1>D:\WORKINGFLDR\eEXIM\eEXIMDAL\UTIL_HWTHCM.cs(7,5,7,13): error CS0246: The type or namespace name 'Database' could not be found (are you missing a using directive or an assembly reference?)
2>------ Build started: Project: EXIMBL, Configuration: Release Any CPU ------
2>  EXIMBL -> D:\WORKINGFLDR\eEXIM\eEXIMBL\bin\Release\eEXIMBL.dll
3>------ Build started: Project: Exim, Configuration: Debug Any CPU ------
3>Could not get dependencies for project reference 'EXIMDAL'
4>------ Skipped Publish: Project Exim, Configuration: Debug Any CPU ------
4> 
========== Build: 2 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 1:33 PM and took 04.609 seconds ==========
========== Publish: 0 succeeded, 0 failed, 1 skipped ==========
========== Publish completed at 1:33 PM and took 04.609 seconds ==========


Reply