beran
(Andrei_01)
May 22, 2018, 2:31am
1
I try to build several projects through FinalBuilder 8.0.0.2281 and got an error
The type or namespace name %Name% does not exist in the namespace %Namespace% (are you missing an assembly reference?)
In VS2017 all projects building just fine and there is no missing references.
What can be the problem? Thanks for any help!
Vincent
(Vincent Parrett)
May 23, 2018, 8:40am
2
You really haven’t given us enough information to even come close to helping you. What settings do you have on the action. Are you compiling a product or a solution. What configuration are you using, are all the projects in the solution set to build for that solution?
beran
(Andrei_01)
May 23, 2018, 10:34am
3
Hello!
This is my settings, I use to build via MSBuildAction(Pic1_1). I compiling a .csproj, including in solution.
Project properties set as on Pic2
Vincent
(Vincent Parrett)
May 26, 2018, 1:52am
4
My best guess here is that you have project references, msbuild doesn't know how to build those if the sln file is not available. https://stackoverflow.com/questions/1001264/msbuild-builds-projects-with-project-references-correctly-but-not-from-solution The trick is to build the solution, not the csproj.