Failed to map the path issue with finalBuilder

Hi,

I am trying to build with finalbuilder a solution that contain: ClassLibary projects and website.

If I build the solution from visual studio its build successfully but from the finalBuilder project it raise alot of error

refer to "Failed to map the path '/Path/Functions/Server/SomePage.aspx'

If I change the path to '~/Functions/Server/SomePage.aspx' the error is removed, The problem is that I have 1000 path to change...

My question is why is there a different between the two builds, and how can I overcome this error without changing the path?

Thanks,

Keren.

Hi Keren,

Could you please send in the exact output from the Visual Studio action to support [at] finalbuilder.com so we can see what the errors messages are?

Regards,
Paul.

This is the error I am getting:

ERROR ASPPARSE in /Professions/ProfessionsResultsFrame.aspx(282,0) : Failed to map the path '/Functions/Server/ModalToolTip.aspx'.

The error refer to line:

 

 

 # INCL UDE VIRTUAL_="/Functions/Server/ModalToolTip.aspx" 

 

if I change to code to:

 # INCLUDE_ VIRTUAL =_"~/Server/ModalToolTip.aspx" 

Its move on to the next error.

Thanks,

Keren.

 

 

Hi Keren,

I’m not sure what is different between the builds, FinalBuilder simply passes the solution name and relevant parameters to the Visual Studio (or MSBuild) command line. Are the error’s fatal to the build? If they are not, make sure the same logging verbosity is used in the IDE as to what’s selected in FinalBuilder as it’s possible the errors are just not being shown in the IDE.

Regards,
Paul.