Error Compiling in Azure After Adding Steema .Net License File

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jzarech
Newbie
Newbie
Posts: 58
Joined: Mon Jul 07, 2008 12:00 am

Error Compiling in Azure After Adding Steema .Net License File

Post by jzarech » Wed May 29, 2024 4:24 pm

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
Attachments
AssemblyInfo.jpg
AssemblyInfo.jpg (98.9 KiB) Viewed 9198 times
ErrorCompilingSteema.jpg
ErrorCompilingSteema.jpg (44.15 KiB) Viewed 9198 times

jzarech
Newbie
Newbie
Posts: 58
Joined: Mon Jul 07, 2008 12:00 am

Re: Error Compiling in Azure After Adding Steema .Net License File

Post by jzarech » Wed May 29, 2024 6:30 pm

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

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Error Compiling in Azure After Adding Steema .Net License File

Post by Marc » Thu May 30, 2024 7:14 am

Hello ja,

Thanks for the feedback.

Regards,
Marc Meumann
Steema Support

Post Reply