The type or namespace name 'USNStarterKit' could not be found in the global namespace
Hello,
I am using Umbraco 8.12.2.
After I included my project in source control, i had to include in project/source control folders like App_Data, since I installed some external packages(uskinned/lewis).
After the folder inclusion, when i try to build the project i get this message:
The type or namespace name 'USNStarterKit' could not be found in the global namespace
I am relatively new to Umbraco, so I would require your assistance in reesolving this issue. Thank you in advance.
The type or namespace name 'USNStarterKit' could not be found in the global namespace
Hello, I am using Umbraco 8.12.2. After I included my project in source control, i had to include in project/source control folders like App_Data, since I installed some external packages(uskinned/lewis). After the folder inclusion, when i try to build the project i get this message:
The type or namespace name 'USNStarterKit' could not be found in the global namespace
I am relatively new to Umbraco, so I would require your assistance in reesolving this issue. Thank you in advance.
Hi Dimitrios
You should have a reference to 'USNStarterKit' dll on your project. Or if 'USNStarterKit' is in App_Code - include these classes into the project.
Thanks,
Alex
is working on a reply...