FB 5.0.0.130 .net compiler bug

Hi guys,

We are having a VB.net compiler issue since upgrading to FB 5.0.0.130  yesterday.  We are compiling a .net solution, and for one of the projects within the solution, the \bin\release folder is not being created.  Instead the compiled code is ending up in just the \bin directory (which subsequently wrecks our Installshield build).

I rolled back to FB 5.0.0.60 and all is OK again.

Any ideas?

Let me know if you need any screen-shots / info etc.

Thanks,

Rod

Hi Rod

The only change that I can see might cause this that we removed a hack that was put in during the RC1 timeframe for VS.NET. With the release candidates, msbuild ignored the OutputPath setting from the solution, so we hard coded the output path to bin\configname  - Check that the configuration you are using  for the build has an output path set correctly in the  properties for the project.

I just tested this here and the output path is definitely being taken from the solution’s config output path property.

Thanks Vincent, that was it. All fixed and good now. Sorry about the delay in getting back to you. Best regards, Rod.