Bonjour j'ai l'erreur suivante : CS0246: The type or namespace name '...' could not be found.
J'ai trouvé ceci comme explication :
This problem typically comes when:
- You do not have class with that name in your project
- You add the class later on and run the project without compiling
- You have the class but you do not specify the namespace via Imports or using keyword
Or j'ai tout sa, enfin je crois, j'ai les using et mes classes ont bien un namespace, tout fonctionne en local aucune erreur.
les classes sont dans App_Code c'est normal? De toutes façon j'ai essayer de les mettres un peu partout mais ca ne
marche pas plus.
----------------------------------------------------------------------------------------------------------------------------------
Compilation Error
Description:
An error occurred during the compilation of a resource required to service
this request. Please review the following specific error details and modify your
source code appropriately.
Compiler Error Message: CS0246: The
type or namespace name 'azmicroservices' could not be found (are you missing a
using directive or an assembly reference?)
Source Error:
|
Line 9: using System.Web.UI.WebControls.WebParts; Line 10: using System.Web.UI.HtmlControls; Line 11: using azmicroservices; Line 12: Line 13: |
Source File:
d:\www\1001-services.fr\htdocs\az\MasterPage.master.cs Line: 11
----------------------------------------------------------------------------------------------------------------------------------
Si on peut m"eclairer.
Merci