Build error “Cannot find name 'Record'” with bootstrap 4

后端 未结 6 2067
逝去的感伤
逝去的感伤 2021-02-01 03:31

Today, I decided to migrate my ASP .NET MVC 5 project from bootstrap 3 to bootstrap 4 (the sass version).

After the migration, I got an error after the compilation of my

6条回答
  •  耶瑟儿~
    2021-02-01 04:04

    I uninstalled jpopper.cs and went to the Web.config file and added these lines of code

    
        
    
    

    to deal with that validation error.

提交回复
热议问题