Build Error

Hello Guys,

I successfully ran your demo, so I connected up to the SQL Server tables of my real app, let Radzen generate all the view, add and edit forms, and setup the Active Directory Security. The first time I’ve tried to run it, I get the error below. I think the issue may be:

  1. Active Directory security - because the error messages seem to have something to do user management?
  2. My SQL Tables - Everything’s normalized, but I have a few many to many relationships. I use the standard practice of using a junction table between these many to many tables. Perhaps that is tripping Radzen up?
  3. Antivirus - This company uses Webroot, and Webroot flagged your latest Radzen build as malware (older builds never got flagged for some reason). I had the IT dept. whitelist the Radzen installer so that I could install it, but I did see another older post of someone having build errors caused by antivirus interference.

The version of dot net i’m using is the latest - 2.1.4. What do you guys think?

dotnet: C:\Program Files\dotnet\sdk\2.1.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning NETSDK1059: The tool ‘Microsoft.EntityFrameworkCore.Tools.DotNet’ is now included in the .NET Core SDK. Information on resolving this
dotnet: warning is available at (https://aka.ms/dotnetclitools-in-box). [C:\Radzen\EdStop_Rad\server\project.vbproj]

dotnet: C:\Program Files\dotnet\sdk\2.1.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning NETSDK1059: The tool ‘Microsoft.EntityFrameworkCore.Tools.DotNet’ is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [C:\Radzen\EdStop_Rad\server\project.vbproj]

dotnet: C:\Radzen\EdStop_Rad\server\Authentication\ApplicationRoleStore.vb(15,18): error BC30258: Classes can inherit only from other classes. [C:\Radzen\EdStop_Rad\server\project.vbproj]
C:\Radzen\EdStop_Rad\server\Authentication\ApplicationUserManager.vb(18,186): error BC30002: Type ‘ApplicationUser’ is not defined. [C:\Radzen\EdStop_Rad\server\project.vbproj]

dotnet: C:\Radzen\EdStop_Rad\server\Authentication\ApplicationUserManager.vb(18,261): error BC30002: Type ‘ApplicationUser’ is not defined. [C:\Radzen\EdStop_Rad\server\project.vbproj]
C:\Radzen\EdStop_Rad\server\Authentication\ApplicationUserManager.vb(18,345): error BC30002: Type ‘ApplicationUser’ is not defined. [C:\Radzen\EdStop_Rad\server\project.vbproj]
C:\Radzen\EdStop_Rad\server\Authentication\ApplicationUserManager.vb(18,524): error BC30002: Type ‘ApplicationUser’ is not defined. [C:\Radzen\EdStop_Rad\server\project.vbproj]
C:\Radzen\EdStop_Rad\server\Authentication\ApplicationUserManager.vb(16,26): warning BC40004: variable ‘options’ conflicts with property ‘options’ in the base class ‘UserManager’ and should be declared ‘Shadows’. [C:\Radzen\EdStop_Rad\server\project.vbproj]
C:\Radzen\EdStop_Rad\server\Authentication\ApplicationUserStore.vb(15,18): error BC30258: Classes can inherit only from other classes. [C:\Radzen\EdStop_Rad\server\project.vbproj]

dotnet:

dotnet: The build failed. Please fix the build errors and run again.

Thanks!
Stephen

So, I copied the DB from work and set it up on my home SQL Server, then created a new Radzen project, attached the DB, and set one of the generated views as my start page and selected RUN. Looks like the same error. So, this probably negates the antivirus and active directory as potential causes. Looks like my many to many tables? Full output below:

radzen: Generating code …
radzen: Code generation done in 1332ms.
dotnet: Restoring packages …
dotnet:

dotnet: Welcome to .NET Core!

Learn more about .NET Core: https://aka.ms/dotnet-docs
Use ‘dotnet --help’ to see available commands or visit: https://aka.ms/dotnet-cli-docs

Telemetry

The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn’t include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to ‘1’ or ‘true’ using your favorite shell.

Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry

dotnet:
ASP.NET Core

Successfully installed the ASP.NET Core HTTPS Development Certificate.
To trust the certificate run ‘dotnet dev-certs https --trust’ (Windows and macOS only). For establishing trust on other platforms refer to the platform specific documentation.
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.

dotnet: C:\Program Files\dotnet\sdk\2.1.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning NETSDK1059: The tool ‘Microsoft.EntityFrameworkCore.Tools.DotNet’ is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj]

dotnet: Restoring packages for C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj…

dotnet: Restoring packages for C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj…

dotnet: Installing Microsoft.NETCore.DotNetAppHost 2.0.0.

dotnet: Installing System.Runtime.CompilerServices.Unsafe 4.4.0.

dotnet: Installing System.IO.Pipes 4.0.0.

dotnet: Installing System.Resources.Writer 4.0.0.

dotnet: Installing System.Xml.XPath.XmlDocument 4.0.1.

dotnet: Installing System.Runtime.Serialization.Xml 4.1.1.

dotnet: Installing System.Diagnostics.TraceSource 4.0.0.

dotnet: Installing Microsoft.NETCore.DotNetHostResolver 2.0.0.

dotnet: Installing Microsoft.Extensions.Primitives 2.0.0.

dotnet: Installing Microsoft.Build 15.3.409.

dotnet: Installing Microsoft.Build.Tasks.Core 15.3.409.

dotnet: Installing Microsoft.Build.Utilities.Core 15.3.409.

dotnet: Installing Microsoft.Build.Framework 15.3.409.

dotnet: Installing NETStandard.Library 2.0.0.

dotnet: Installing Microsoft.NETCore.DotNetHostPolicy 2.0.0.

dotnet: Installing Microsoft.Extensions.FileProviders.Abstractions 2.0.0.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration.Tools 2.0.0.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration.Contracts 2.0.0.

dotnet: Installing NuGet.Frameworks 4.0.0.

dotnet: Installing Microsoft.Extensions.FileProviders.Physical 2.0.0.

dotnet: Installing Microsoft.NETCore.App 2.0.0.

dotnet: Installing Microsoft.Build.Runtime 15.3.409.

dotnet: Installing Microsoft.Extensions.FileSystemGlobbing 2.0.0.

dotnet: Installing System.Composition.Hosting 1.0.31.

dotnet: Installing System.Composition.TypedParts 1.0.31.

dotnet: Installing System.Composition.Convention 1.0.31.

dotnet: Installing System.Composition.Runtime 1.0.31.

dotnet: Installing System.Composition.AttributedModel 1.0.31.

dotnet: Installing System.Composition 1.0.31.

dotnet: Installing Microsoft.CodeAnalysis.Workspaces.Common 2.3.1.

dotnet: Installing Microsoft.CodeAnalysis.CSharp.Workspaces 2.3.1.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration.Utils 2.0.0.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration.Templating 2.0.0.

dotnet: Installing Microsoft.AspNetCore.DataProtection.Abstractions 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Cryptography.Internal 2.0.1.

dotnet: Installing Microsoft.Extensions.Localization.Abstractions 2.0.1.

dotnet: Installing Microsoft.DotNet.PlatformAbstractions 2.0.3.

dotnet: Installing Microsoft.AspNetCore.Authorization 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Authentication.Abstractions 2.0.1.

dotnet: Installing System.IdentityModel.Tokens.Jwt 5.2.1.

dotnet: Installing Microsoft.IdentityModel.Tokens 5.2.1.

dotnet: Installing Microsoft.EntityFrameworkCore.Tools 2.0.0.

dotnet: Installing Microsoft.AspNetCore.SpaServices.Extensions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.OData 7.0.0.

dotnet: Installing Microsoft.AspNetCore.All 2.0.0.

dotnet: Installing DocumentFormat.OpenXml 2.8.1.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration.Design 2.0.0.

dotnet: Installing Microsoft.IdentityModel.Logging 5.2.1.

dotnet: Installing Microsoft.EntityFrameworkCore.Design 2.0.0.

dotnet: Installing Microsoft.AspNetCore.StaticFiles 2.0.1.

dotnet: Installing Microsoft.AspNetCore.WebSockets 2.0.1.

dotnet: Installing Microsoft.AspNetCore.SpaServices 2.0.1.

dotnet: Installing Microsoft.Extensions.DependencyInjection 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Core 2.0.0.

dotnet: Installing Microsoft.OData.Core 7.5.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.Cookies 2.0.0.

dotnet: Restore completed in 57.77 sec for C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj.

dotnet: Installing Microsoft.Extensions.Configuration.FileExtensions 2.0.0.

dotnet: Installing Microsoft.AspNetCore 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.ApiExplorer 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.UserSecrets 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.Google 2.0.0.

dotnet: Installing Microsoft.AspNetCore.StaticFiles 2.0.0.

dotnet: Installing Microsoft.AspNetCore.SpaServices 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.EnvironmentVariables 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Server.Kestrel 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.CommandLine 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging.Configuration 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Routing 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging.Debug 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Http.Features 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Antiforgery 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.Twitter 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Razor 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Hosting.Server.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Routing.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Localization.Routing 2.0.0.

dotnet: Installing Microsoft.Extensions.Caching.Memory 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging 2.0.0.

dotnet: Installing Microsoft.Extensions.Caching.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Server.Kestrel.Https 2.0.0.

dotnet: Installing Microsoft.AspNetCore.ResponseCaching 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Hosting.Abstractions 2.0.0.

dotnet: Installing Microsoft.Extensions.Hosting.Abstractions 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.Abstractions 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.Core 2.0.0.

dotnet: Installing Microsoft.Extensions.FileProviders.Embedded 2.0.0.

dotnet: Installing Microsoft.Extensions.ObjectPool 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging.Console 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.Json 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Http 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Razor.Runtime 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging.Abstractions 2.0.0.

dotnet: Installing Microsoft.Extensions.Options 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Razor.Extensions 2.0.0.

dotnet: Installing Microsoft.Extensions.DependencyInjection.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authorization.Policy 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.OAuth 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.TagHelpers 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.Facebook 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Html.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.AzureAppServices.HostingStartup 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Http.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authorization 2.0.0.

dotnet: Installing Microsoft.AspNetCore.HttpOverrides 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Localization 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.MicrosoftAccount 2.0.0.

dotnet: Installing Microsoft.AspNetCore.ApplicationInsights.HostingStartup 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Cryptography.Internal 2.0.0.

dotnet: Installing Microsoft.AspNetCore.CookiePolicy 2.0.0.

dotnet: Installing Microsoft.AspNetCore.DataProtection.Extensions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Session 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Identity 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Cryptography.KeyDerivation 2.0.0.

dotnet: Installing Microsoft.AspNetCore.DataProtection.Abstractions 2.0.0.

dotnet: Installing Microsoft.EntityFrameworkCore.InMemory 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc 2.0.0.

dotnet: Installing Microsoft.AspNetCore.ResponseCompression 2.0.0.
Installing Microsoft.AspNetCore.Mvc.Formatters.Json 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Cors 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Formatters.Xml 2.0.0.

dotnet: Installing Microsoft.AspNetCore.AzureAppServicesIntegration 2.0.0.

dotnet: Installing Microsoft.EntityFrameworkCore.Sqlite.Core 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Owin 2.0.0.

dotnet: Installing Microsoft.AspNetCore.ResponseCaching.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Cors 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.Binder 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.Ini 2.0.0.

dotnet: Installing Microsoft.AspNetCore.NodeServices 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Identity.EntityFrameworkCore 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Razor.Language 2.0.0.

dotnet: Installing Microsoft.Extensions.Caching.Redis 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Localization 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging.TraceSource 2.0.0.

dotnet: Installing Microsoft.Extensions.WebEncoders 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Rewrite 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging.EventSource 2.0.0.

dotnet: Installing Microsoft.Extensions.Options.ConfigurationExtensions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Razor.ViewCompilation 2.0.0.

dotnet: Installing Microsoft.AspNetCore.DataProtection.AzureStorage 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Diagnostics.Abstractions 2.0.0.

dotnet: Installing Microsoft.Extensions.Localization.Abstractions 2.0.0.

dotnet: Installing Microsoft.Extensions.Localization 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv 2.0.0.

dotnet: Installing Microsoft.Extensions.FileProviders.Composite 2.0.0.

dotnet: Installing Microsoft.VisualStudio.Web.BrowserLink 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.RazorPages 2.0.0.

dotnet: Installing Microsoft.AspNetCore.WebUtilities 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Http.Extensions 2.0.0.

dotnet: Installing Microsoft.Net.Http.Headers 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.ViewFeatures 2.0.0.

dotnet: Installing Microsoft.AspNetCore.WebSockets 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions 2.0.0.

dotnet: Installing Microsoft.AspNetCore.MiddlewareAnalysis 2.0.0.

dotnet: Installing Microsoft.Extensions.DiagnosticAdapter 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Server.IISIntegration 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.JwtBearer 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Authentication.OpenIdConnect 2.0.0.

dotnet: Installing Microsoft.Extensions.Logging.AzureAppServices 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.Xml 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Hosting 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Diagnostics 2.0.0.

dotnet: Installing Microsoft.AspNetCore.JsonPatch 2.0.0.

dotnet: Installing Microsoft.EntityFrameworkCore.Relational 2.0.0.

dotnet: Installing Microsoft.Data.Sqlite.Core 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Server.Kestrel.Core 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.DataAnnotations 2.0.0.

dotnet: Installing Microsoft.Extensions.Identity.Stores 2.0.0.

dotnet: Installing Microsoft.Extensions.Identity.Core 2.0.0.

dotnet: Installing Microsoft.EntityFrameworkCore 2.0.0.

dotnet: Installing Microsoft.AspNetCore.DataProtection 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Server.HttpSys 2.0.0.

dotnet: Installing Microsoft.CodeAnalysis.Razor 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Mvc.Razor 2.0.0.

dotnet: Installing Microsoft.Extensions.Configuration.AzureKeyVault 2.0.0.

dotnet: Installing Microsoft.Data.Sqlite 2.0.0.

dotnet: Installing Microsoft.EntityFrameworkCore.Sqlite 2.0.0.

dotnet: Installing Microsoft.EntityFrameworkCore.SqlServer 2.0.0.

dotnet: Installing Microsoft.Extensions.Caching.SqlServer 2.0.0.

dotnet: Installing System.IO.Packaging 4.4.0.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGenerators.Mvc 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Hosting.Abstractions 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Http.Extensions 2.0.1.

dotnet: Installing System.Numerics.Vectors 4.4.0.

dotnet: Installing Microsoft.AspNetCore.NodeServices 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Mvc.TagHelpers 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Mvc.ViewFeatures 2.0.1.

dotnet: Installing System.Diagnostics.DiagnosticSource 4.4.1.

dotnet: Installing Microsoft.Extensions.DependencyModel 2.0.0.

dotnet: Installing Microsoft.OData.Edm 7.5.0.

dotnet: Installing Microsoft.Spatial 7.5.0.

dotnet: Installing System.Text.Encodings.Web 4.4.0.

dotnet: Installing System.Buffers 4.4.0.

dotnet: Installing System.Security.Principal.Windows 4.4.0.

dotnet: Installing Microsoft.IdentityModel.Protocols.OpenIdConnect 2.1.4.

dotnet: Installing System.ValueTuple 4.4.0.

dotnet: Installing System.Security.Cryptography.Xml 4.4.0.

dotnet: Installing System.Reflection.Metadata 1.5.0.

dotnet: Installing Microsoft.CSharp 4.4.0.

dotnet: Installing SQLitePCLRaw.core 1.1.7.

dotnet: Installing System.Threading.Tasks.Extensions 4.4.0.

dotnet: Installing System.ComponentModel.Annotations 4.4.0.

dotnet: Installing System.Collections.Immutable 1.4.0.

dotnet: Installing Microsoft.Win32.Registry 4.4.0.

dotnet: Installing Microsoft.CodeAnalysis.CSharp 2.3.1.

dotnet: Installing Microsoft.CodeAnalysis.Common 2.3.1.

dotnet: Installing Microsoft.IdentityModel.Clients.ActiveDirectory 3.14.1.

dotnet: Installing SQLitePCLRaw.bundle_green 1.1.7.

dotnet: Installing System.Data.SqlClient 4.4.0.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration 2.0.0.

dotnet: Installing Microsoft.Extensions.Hosting.Abstractions 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Hosting.Server.Abstractions 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Http.Abstractions 2.0.1.

dotnet: Installing Microsoft.Net.Http.Headers 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Routing.Abstractions 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Razor.Runtime 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Mvc.Razor 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Diagnostics.Abstractions 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Mvc.Formatters.Json 2.0.1.
Installing Microsoft.AspNetCore.Mvc.Core 2.0.1.
Installing Microsoft.AspNetCore.Mvc.DataAnnotations 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Antiforgery 2.0.1.

dotnet: Installing Microsoft.DotNet.PlatformAbstractions 2.0.0.

dotnet: Installing Microsoft.IdentityModel.Protocols 2.1.4.

dotnet: Installing System.Security.AccessControl 4.4.0.

dotnet: Installing SQLitePCLRaw.provider.e_sqlite3.netstandard11 1.1.7.

dotnet: Installing SQLitePCLRaw.lib.e_sqlite3.linux 1.1.7.

dotnet: Installing SQLitePCLRaw.lib.e_sqlite3.osx 1.1.7.

dotnet: Installing SQLitePCLRaw.lib.e_sqlite3.v110_xp 1.1.7.

dotnet: Installing System.Text.Encoding.CodePages 4.4.0.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Http.Features 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Razor 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Mvc.Razor.Extensions 2.0.1.

dotnet: Installing Microsoft.CodeAnalysis.Razor 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Http 2.0.1.

dotnet: Installing Microsoft.AspNetCore.ResponseCaching.Abstractions 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Routing 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Authentication.Core 2.0.1.

dotnet: Installing Microsoft.AspNetCore.Authorization.Policy 2.0.1.

dotnet: Installing Microsoft.Extensions.DependencyModel 2.0.3.

dotnet: Installing Microsoft.AspNetCore.Mvc.Abstractions 2.0.1.

dotnet: Installing Microsoft.Extensions.Localization 2.0.1.

dotnet: Installing Microsoft.AspNetCore.WebUtilities 2.0.1.

dotnet: Installing Microsoft.AspNetCore.DataProtection 2.0.1.

dotnet: Installing Microsoft.VisualStudio.Web.CodeGeneration.Core 2.0.0.

dotnet: Installing Microsoft.AspNetCore.Razor.Language 2.0.1.

dotnet: Generating MSBuild file C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\obj\project.vbproj.nuget.g.props.

dotnet: Generating MSBuild file C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\obj\project.vbproj.nuget.g.targets.

dotnet: Restore completed in 1.07 min for C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj.

dotnet: C:\Program Files\dotnet\sdk\2.1.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning NETSDK1059: The tool ‘Microsoft.EntityFrameworkCore.Tools.DotNet’ is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj]

dotnet: C:\Program Files\dotnet\sdk\2.1.400\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ObsoleteReferences.targets(33,5): warning NETSDK1059: The tool ‘Microsoft.EntityFrameworkCore.Tools.DotNet’ is now included in the .NET Core SDK. Information on resolving this warning is available at (https://aka.ms/dotnetclitools-in-box). [C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj]

dotnet: C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\Models\EdStop_RadData\StudentScholarshipJunction.vb(18,21): error BC30183: Keyword is not valid as an identifier. [C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\project.vbproj]

dotnet:

dotnet: The build failed. Please fix the build errors and run again.

Hi Stephen,

Unfortunately those build errors are a bug - the output VB code related to the Active Directory support is invalid. We will fix that and release a new version tomorrow.

About the Antivirus flagging - indeed some antiviral programs sometimes flag Radzen releases incorrectly. We have investigated similar cases but found nothing suspicious. A version of Radzen gets flagged and the very next version doesn’t. We suspect that the antiviral heuristics trigger from certain file patterns that occur at random. To the best of our knowledge Radzen doesn’t contain any malware - all third party dependencies have been checked and are locked to specific versions intentionally.

Best regards,
Atanas

That last error is something else.

dotnet: C:\Users\Steph\OneDrive\Dev\Radzen\EdStop_RAD\server\Models\EdStop_RadData\StudentScholarshipJunction.vb(18,21): error BC30183: Keyword is not valid as an identifier.

Maybe there is a DB column which is the same as a VB keyword which results in invalid code. Could you please paste here the contents of the StudentScholarshipJunction.vb file? Radzen should escape such columns but we may have missed this particular one.

Hi Atanas! Here you go…

Probably Date…lol

Imports System
Imports System.Collections.Generic
Imports System.ComponentModel.DataAnnotations
Imports System.ComponentModel.DataAnnotations.Schema

Namespace EdStopRad.Models.EdStopRadData
<Table(“StudentScholarshipJunctions”, Schema:=“dbo”)>
Public Partial Class StudentScholarshipJunction

Public Property StudentsID () As Integer

<ForeignKey("StudentsID")>
Public Property Student() As Student
Public Property ScholarshipsID () As Integer

<ForeignKey("ScholarshipsID")>
Public Property Scholarship() As Scholarship
Public Property Date () As DateTime

End Class
End Namespace

Yep, date is a vb keyword. Dangerous to try to use that, should have known better. Will rename the column and try again…

Yep, that was the issue - date. We’re good, Thanks!

Stephen