I added the license file for TeeChart.Net to my asp.net project and it compiles fine locally - but in Azure the build files with:
Error CS0246: The type or namespace name 'EntryAssemblyAttribute' could not be found (are you missing a using directive or an assembly reference?)
I know it's probably something dumb but I'm stumped.
Thanks.
ja
Error Compiling in Azure After Adding Steema .Net License File
Error Compiling in Azure After Adding Steema .Net License File
- Attachments
-
- AssemblyInfo.jpg (98.9 KiB) Viewed 12503 times
-
- ErrorCompilingSteema.jpg (44.15 KiB) Viewed 12503 times
Re: Error Compiling in Azure After Adding Steema .Net License File
I figured this out.
In my Solution, I have a website project and some API projects.
The Chart was generated in an API call and displayed on the webpage.
So I should have registered the TChart component in the API, not the website.
Thanks for your help.
ja
In my Solution, I have a website project and some API projects.
The Chart was generated in an API call and displayed on the webpage.
So I should have registered the TChart component in the API, not the website.
Thanks for your help.
ja
Re: Error Compiling in Azure After Adding Steema .Net License File
Hello ja,
Thanks for the feedback.
Regards,
Marc Meumann
Thanks for the feedback.
Regards,
Marc Meumann
Steema Support