You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am trying to use a connection to my database to execute the template, but i having the following error: The type or namespace name 'SqlClient' does not exist in the namespace 'System.Data' (missing assembly reference?) Error MSB3073 The command "dotnet t4 DbObjectsMapper.tt" exited with code 1
Hello I am trying to use a connection to my database to execute the template, but i having the following error:
The type or namespace name 'SqlClient' does not exist in the namespace 'System.Data' (missing assembly reference?)
Error MSB3073 The command "dotnet t4 DbObjectsMapper.tt" exited with code 1
If I use the tool of visual studio (Run Custom tool) it works and connects to my database without problems.
Any idea or suggestion? Thanks!
The text was updated successfully, but these errors were encountered: