Base solution for your next web application
Open Closed

Using AspNetZeroRadTool inside of ASP.NET MVC 5.x & jQuery #5130


User avatar
0
drblakl created

Hello!

We'd love to use the AspNetZeroRadTool from within an ASP.NET MVC 5.x & jQuery project however we're having some issues.

I'm hoping this is coming over to the ASP.NET MVC 5.x projects as well.

--

I've copied over files but it seems that the Extension is hard coded to check for Core Project folders.

I also get the error: "No executable found matching command "dotnet-ef"

Please advise.

Thank you


2 Answer(s)
  • User Avatar
    0
    bbakermmc created

    You could always just create a .net core project to do your generation, then move your files to your other project. Little more complicated, but then you have full control of what you want to pull over. I personally dont like the way it changes files automatically since our files are heavily modified and refactored. But we dont use the tool, we use T4s.

  • User Avatar
    0
    yekalkan created

    Hi,

    ASP.NET MVC 5.x & JQuery is not supported by the tool.

    See <a class="postlink" href="https://aspnetzero.com/Documents/Version-Differences">https://aspnetzero.com/Documents/Version-Differences</a>

    There is no way you can run it on that type of project. However, you can follow the suggestion of @BBakerMMC, since there are common code parts.