Bonjour à tous, pourriez vous m'aider?
j'ai un problème sous visual studio pour include un projet web C# fait avec visual studio. je fais add -> new -> project file existing, les fichier son bien importer seul problème j'ai
Error 81 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\Models\Datas\DataAgenceModel.cs 20 10 Tableau_PVD
en ajoutant des références je n'ai plus que 109 erreur, mais
using Microsoft.AspNet.Identity;

mais j'ai la lib et j'ai tout de même des erreurs?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
| Error 36 The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Identity\IdentityModels.cs 1 17 Tableau_PVD
Error 37 The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\Startup.Auth.cs 1 17 Tableau_PVD
Error 38 The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Startup.cs 2 17 Tableau_PVD
Error 39 The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Identity\IdentityModels.cs 2 17 Tableau_PVD
Error 40 The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\Startup.Auth.cs 2 17 Tableau_PVD
Error 41 The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 3 17 Tableau_PVD
Error 42 The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\Startup.Auth.cs 3 17 Tableau_PVD
Error 43 The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 4 17 Tableau_PVD
Error 44 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\RouteConfig.cs 5 18 Tableau_PVD
Error 45 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\FilterConfig.cs 5 18 Tableau_PVD
Error 46 The type or namespace name 'Claims' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 5 23 Tableau_PVD
Error 47 The type or namespace name 'Claims' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Identity\IdentityModels.cs 6 23 Tableau_PVD
Error 48 The type or namespace name 'Claims' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Global.asax.cs 6 23 Tableau_PVD
Error 49 The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 8 17 Tableau_PVD
Error 50 The type or namespace name 'Helpers' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Global.asax.cs 8 18 Tableau_PVD
Error 51 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 8 18 Tableau_PVD
Error 52 The type or namespace name 'Claims' does not exist in the namespace 'System.Security' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 8 23 Tableau_PVD
Error 53 The type or namespace name 'OwinStartupAttributeAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Startup.cs 9 12 Tableau_PVD
Error 54 The type or namespace name 'OwinStartupAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Startup.cs 9 12 Tableau_PVD
Error 55 The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 9 17 Tableau_PVD
Error 56 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Global.asax.cs 9 18 Tableau_PVD
Error 57 The type or namespace name 'AspNet' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 10 17 Tableau_PVD
Error 58 The type or namespace name 'DATA' does not exist in the namespace '.Massa.Admin.DataModels' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataModel.cs 10 53 Tableau_PVD
Error 59 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 11 10 Tableau_PVD
Error 60 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 11 10 Tableau_PVD
Error 61 The type or namespace name 'RequiredAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 11 10 Tableau_PVD
Error 62 The type or namespace name 'Required' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 11 10 Tableau_PVD
Error 63 The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 11 17 Tableau_PVD
Error 64 The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 11 18 Tableau_PVD
Error 65 The type or namespace name 'GlobalFilterCollection' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\FilterConfig.cs 11 50 Tableau_PVD
Error 66 The type or namespace name 'AuthorizeAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 12 6 Tableau_PVD
Error 67 The type or namespace name 'Authorize' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 12 6 Tableau_PVD
Error 68 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 12 10 Tableau_PVD
Error 69 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 12 10 Tableau_PVD
Error 70 The type or namespace name 'Owin' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 12 17 Tableau_PVD
Error 71 The type name 'RouteCollection' could not be found. This type has been forwarded to assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Consider adding a reference to that assembly. D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\RouteConfig.cs 12 43 Tableau_PVD
Error 72 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 13 10 Tableau_PVD
Error 73 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 13 10 Tableau_PVD
Error 74 The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 13 35 Tableau_PVD
Error 75 The type or namespace name 'IdentityUser' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Identity\IdentityModels.cs 13 36 Tableau_PVD
Error 76 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 15 10 Tableau_PVD
Error 77 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 15 10 Tableau_PVD
Error 78 The type or namespace name 'RequiredAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 15 10 Tableau_PVD
Error 79 The type or namespace name 'Required' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 15 10 Tableau_PVD
Error 80 The type or namespace name 'ClaimsIdentity' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Identity\IdentityModels.cs 15 27 Tableau_PVD
Error 81 The type or namespace name 'Controller' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 15 38 Tableau_PVD
Error 82 The type or namespace name 'HttpApplication' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Global.asax.cs 15 46 Tableau_PVD
Error 83 The type or namespace name 'UserManager' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Identity\IdentityModels.cs 15 69 Tableau_PVD
Error 84 The type or namespace name 'DataTypeAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 16 10 Tableau_PVD
Error 85 The type or namespace name 'DataType' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 16 10 Tableau_PVD
Error 86 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 16 16 Tableau_PVD
Error 87 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 17 10 Tableau_PVD
Error 88 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 17 10 Tableau_PVD
Error 89 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 17 10 Tableau_PVD
Error 90 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 17 10 Tableau_PVD
Error 91 The type or namespace name 'UserStore' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 18 36 Tableau_PVD
Error 92 The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 19 10 Tableau_PVD
Error 93 The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 19 10 Tableau_PVD
Error 94 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 20 10 Tableau_PVD
Error 95 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 20 10 Tableau_PVD
Error 96 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 20 10 Tableau_PVD
Error 97 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Account\LoginViewModel.cs 20 10 Tableau_PVD
Error 98 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 20 16 Tableau_PVD
Error 99 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 22 10 Tableau_PVD
Error 100 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 22 10 Tableau_PVD
Error 101 The type or namespace name 'DisplayAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 24 10 Tableau_PVD
Error 102 The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 24 10 Tableau_PVD
Error 103 The type or namespace name 'IdentityDbContext' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Identity\IdentityModels.cs 24 41 Tableau_PVD
Error 104 The type or namespace name 'HttpPostAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 28 10 Tableau_PVD
Error 105 The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 28 10 Tableau_PVD
Error 106 The type or namespace name 'AllowAnonymousAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 29 10 Tableau_PVD
Error 107 The type or namespace name 'AllowAnonymous' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 29 10 Tableau_PVD
Error 108 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 29 16 Tableau_PVD
Error 109 The type or namespace name 'ValidateAntiForgeryTokenAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 30 10 Tableau_PVD
Error 110 The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 30 10 Tableau_PVD
Error 111 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 31 27 Tableau_PVD
Error 112 The type or namespace name 'PS_DATE_GET_CARACTERISTIC_Result' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataCaracteristicModel.cs 33 55 Tableau_PVD
Error 113 The type or namespace name 'UserLoginInfo' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 33 63 Tableau_PVD
Error 114 The type or namespace name 'HttpPostAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 35 10 Tableau_PVD
Error 115 The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 35 10 Tableau_PVD
Error 116 The type or namespace name 'ValidateAntiForgeryTokenAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 36 10 Tableau_PVD
Error 117 The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 36 10 Tableau_PVD
Error 118 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 37 16 Tableau_PVD
Error 119 The type or namespace name 'GetData_Result' does not exist in the namespace '.Massa.Admin.DataModels' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 38 59 Tableau_PVD
Error 120 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 44 16 Tableau_PVD
Error 121 The type or namespace name 'HttpPostAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 49 10 Tableau_PVD
Error 122 The type or namespace name 'HttpPost' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 49 10 Tableau_PVD
Error 123 The type or namespace name 'ValidateAntiForgeryTokenAttribute' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 50 10 Tableau_PVD
Error 124 The type or namespace name 'ValidateAntiForgeryToken' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 50 10 Tableau_PVD
Error 125 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\HomeController.cs 51 16 Tableau_PVD
Error 126 The type or namespace name 'PS_DATE_GET_CARACTERISTIC_Result' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\DataModels\DB.Context.cs 56 37 Tableau_PVD
Error 127 The type or namespace name 'UserManager' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 60 43 Tableau_PVD
Error 128 The type or namespace name 'IUserStore' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 62 39 Tableau_PVD
Error 129 The type or namespace name 'PS_GET_DATA_Result' does not exist in the namespace '.Massa.Admin.DataModels' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataAgenceModel.cs 66 59 Tableau_PVD
Error 130 The type or namespace name 'IdentityFactoryOptions' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 67 53 Tableau_PVD
Error 131 The type or namespace name 'IOwinContext' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 67 109 Tableau_PVD
Error 132 The type or namespace name 'GetData_Result' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\DataModels\DB.Context.cs 69 37 Tableau_PVD
Error 133 The type or namespace name 'ActionResult' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 76 16 Tableau_PVD
Error 134 The type or namespace name 'IAuthenticationManager' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Controllers\AccountController.cs 82 17 Tableau_PVD
Error 135 The type or namespace name 'PS_GET_DATA_Result' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\DataModels\DB.Context.cs 111 37 Tableau_PVD
Error 136 The type or namespace name 'SignInManager' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 116 45 Tableau_PVD
Error 137 The type or namespace name 'IAuthenticationManager' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 118 77 Tableau_PVD
Error 138 The type or namespace name 'SignInStatus' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 123 30 Tableau_PVD
Error 139 The type or namespace name 'ClaimsIdentity' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 128 30 Tableau_PVD
Error 140 The type or namespace name 'IdentityFactoryOptions' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 133 55 Tableau_PVD
Error 141 The type or namespace name 'IOwinContext' could not be found (are you missing a using directive or an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\App_Start\IdentityConfig.cs 133 113 Tableau_PVD
Error 142 The type or namespace name 'DATA' does not exist in the namespace '.Massa.Admin.DataModels' (are you missing an assembly reference?) D:\Mydocs\Desktop\-Massa-Admin\.Massa.Admin\Models\Datas\DataModel.cs 140 39 Tableau_PVD |
Merci de votre aide
Partager