Base solution for your next web application
Open Closed

RAD Tool throws exception during Add Migrations phase #5598


User avatar
0
slamj1 created

When running the ASP.NET ZERO RAD Tool version 1.5.6, a NullReferenceException is thrown (see attachment).

The tool worked for us a few days ago. What has changed since is we updated to VS.NET 2017 15.8.4 (from 15.8.3) and .NET core SDK 2.1.402 (from SDK 2.1.401). Unfortunately without the source code to the tool, it makes it difficult to diagnose on our end.

Cheers.


2 Answer(s)
  • User Avatar
    0
    yekalkan created

    Do you get the same error when you run "add-migration" command on package manager console or command line?

  • User Avatar
    0
    slamj1 created

    @yekalkan thanks for the reply - just tried this this morning and it is not the RAD tool, but rather a bad model column in the migrations snapshot.