Current filter:
                                You should refresh the page.
                                0
                                  • Hi support,

                                    I've got issues when recompiling XAF similar to the ones mentioned in Q268174, despite that I'm working on a german Windows7 version.
                                    I attached a build.log file created with the buildall.cmd.
                                    Maybe you can figure out what's going wrong.
                                    If you need further information, please contact me.

                                    Thanks,
                                    Sascha

                                build.log
                                0

                                Hi Sascha,

                                Thanks for contacting us. Your log file has helped us find and fix a possible cause of the problem you experienced, which is reproducible under certain circumstances. Everything should work fine out-of-the-box in 10.1.6 or in the hot-fix build.
                                Meantime, you can locate and open the following projects within the XAF solution:
                                    DevExpress.ExpressApp.Design.ModelEditor
                                    DevExpress.ExpressApp.Design
                                    DevExpress.ExpressApp.Scheduler.Web.Design
                                and set the "Specific Version" property of the EnvDTE assembly to False.
                                Another way is to edit the corresponding *.csproj files directly in the Notepad:
                                    <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
                                      <SpecificVersion>False</SpecificVersion>
                                    </Reference>
                                Let me know if this helps.

                                Thanks,
                                Dennis

                                0

                                Hi Dennis,

                                I followed your suggestion and edited the mentioned projects. There are still some compile errors.
                                I did a full build of both the components and the xaf sources. Two logfiles of the buildall.cmd are included in the attached archive.

                                After that, I created a new xaf application solution, build it an and tried to open the WinApplication designer.
                                Please have a look at the also included screenshot of the visual studio error.

                                Thanks,
                                Sascha

                                xaf-recompile-error.7z
                                0

                                Hi Sascha,

                                Thanks for the update. We're researching your problem and will get back to you as soon as we can. Thanks for your patience.

                                Thanks,
                                Dennis

                                0

                                Hi Sascha,

                                Thanks for your patience. We have reproduced another problem in our tests and we are working on it. We will keep you informed of our results.

                                Thanks,
                                Dennis

                                0

                                Hi Sascha,

                                We have updated the build scripts in the How to recompile the XAF source code KB Article. This update will fix your problem. Let us know in case of any further difficulty.

                                Thanks,
                                Dennis

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.