-
Notifications
You must be signed in to change notification settings - Fork 229
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
net461 version of dotnet-aspnet-codegenerator-design.exe should be built for multiple platforms instead of win7-x86 #601
Comments
cc @pranavkm because MVC is in the mix here. |
I might have been on an email thread related to this. The PR for this looks good. |
This patch bug is approved for the 2.0.x patch. Please send a PR to the |
@Eilon Is there a workaround in the meantime? |
|
Fixed by #605 |
For a net461 project with RID as win7-x64, the dotnet-aspnet-codegenerator-design.exe causes exception as MVC tries to load the 32-bit assembly in a 64-bit process:
Sample project:
The text was updated successfully, but these errors were encountered: