Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installer fails in web applications due to a problem localizing the generated script files #245

Closed
TechneWare opened this issue Dec 14, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@TechneWare
Copy link

MsBuild 3.0x is working fine in normal services, console apps that sort of thing.
However, when using MsBuild 3.0x in web applications, it will generate an error in the web application that looks like the following:

System.Exception: Expected '[Path to Project]\NServiceBus.Persistence.Sql\MsSqlServer\Subscription_Create.sql' to exist

It appears to not be looking in [Path to Project]\bin\NServiceBus.Persistence.Sql\MsSqlServer\Subscription_Create.sql

If you downgrade to MsBuild 2.x then it works fine again.

@lnu
Copy link
Contributor

lnu commented Jan 2, 2018

@SzymonPobiega SzymonPobiega self-assigned this Jan 2, 2018
@SzymonPobiega SzymonPobiega added this to the 3.0.4 milestone Jan 2, 2018
@SzymonPobiega SzymonPobiega changed the title MSBuild 3.02 identifies wrong output folder for web applications Installer fails in web applications due to a problem localizing the generated script files Jan 2, 2018
@SzymonPobiega
Copy link
Member

Closing to generate release notes.

@SzymonPobiega
Copy link
Member

SzymonPobiega commented Jan 3, 2018

@TechneWare @lnu 3.0.4 has been released with the fix. Feel free to re-open if it does not solve your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants