IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Visual Studio Discussion :

visual studio importer un projet


Sujet :

Visual Studio

  1. #1
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut visual studio importer un projet
    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

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    using Microsoft.AspNet.Identity;
    Nom : visual_studo.PNG
Affichages : 407
Taille : 116,4 Ko

    mais j'ai la lib et j'ai tout de même des erreurs?

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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

  2. #2
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    Personne ne peut m'aider s'il vous plaît?
    j'ai aussi essayé d'ajouter les références par nuget mais,

    Nom : nuget.PNG
Affichages : 406
Taille : 211,7 Ko

    C'est curieux car l'entreprise qui a donné les codes sources ma dis que c'était avec visual studio 2013 se que j'ai installé,
    • Via nuget il devrait m'installer la référence qui va avec la version de visual studio
    • normalement le projet fonctionné quand ils ont exporté je devrais avoir les références qui corresponde mais elle n'ai pas présente

    Comment puis je procéder?

    Merci à vous.

  3. #3
    Inactif  

    Homme Profil pro
    Développeur .NET
    Inscrit en
    Janvier 2012
    Messages
    4 904
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 67
    Localisation : Canada

    Informations professionnelles :
    Activité : Développeur .NET
    Secteur : Finance

    Informations forums :
    Inscription : Janvier 2012
    Messages : 4 904
    Points : 10 168
    Points
    10 168
    Billets dans le blog
    36
    Par défaut
    Bonjour,

    Ton message d'erreur peut s'interpréter comme ceci :

    Le code a été développé en utilisant les éléments suivants :

    Le Framework 4.6
    monoandroid
    monotouch

    Qui ne sont visiblement pas sur ta machine. Ou, si ils sont sur ta machine, il ne les a pas trouvés.

    Le Framework 4.6 n'est pas installé avec VS2013, mais tu peux le trouver chez Microsoft

    Pour mono, tu peux aller voir par là, mais je n'ai pas regardé plus loin.
    À ma connaissance, le seul personnage qui a été diagnostiqué comme étant allergique au mot effort. c'est Gaston Lagaffe.

    Ô Saint Excel, Grand Dieu de l'Inutile.

    Excel n'a jamais été, n'est pas et ne sera jamais un SGBD, c'est pour cela que Excel s'appelle Excel et ne s'appelle pas Access junior.

  4. #4
    Membre chevronné

    Homme Profil pro
    développeur
    Inscrit en
    Octobre 2013
    Messages
    1 576
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Oise (Picardie)

    Informations professionnelles :
    Activité : développeur

    Informations forums :
    Inscription : Octobre 2013
    Messages : 1 576
    Points : 1 989
    Points
    1 989
    Par défaut
    Exact problème de version, mais c'est moi aussi qui me suis compliqué la vie pour importer un projet et l'utiliser il suffit d'ouvrir le fichier csproj

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Reprise de projet Visual Studio - pb MAJ "projet.exe"
    Par Tony-ESAIP dans le forum Général Dotnet
    Réponses: 1
    Dernier message: 12/07/2014, 00h44
  2. Réponses: 5
    Dernier message: 01/07/2009, 08h49
  3. Visual studio , sélection du projet
    Par manchette dans le forum Visual C++
    Réponses: 3
    Dernier message: 03/06/2009, 14h40
  4. [c# visual studio 2003/2005] projet de géolocalisation
    Par Abydos Business Group dans le forum C#
    Réponses: 7
    Dernier message: 07/08/2007, 22h20
  5. [Visual studio] Gestion de projets harmonieuse
    Par JolyLoic dans le forum MFC
    Réponses: 3
    Dernier message: 02/09/2005, 18h12

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo