简体   繁体   中英

Error: [feature] requires a Business (or higher) license

i get these 2 error:

Errore User code size, 168315 bytes, is larger than 131072 and requires aáBusinessá(or higher) License.

Errore Using type System.Runtime.InteropServices.DllImportAttribute requiresáBusinessá(or higher) License.

This can happen without account expiration. I received the same error on a brand new installation of VS 2015 with a brand new Xamarin account. I created a new Cross-Platform Blank App ( Xamarin.Forms Portable ). Made no changes, simple attempted to compile and received the following errors:

Error User code size, 2950015 bytes, is larger than 131072 and requires aáBusinessá(or higher) License.
Error Using type Android.Runtime.JNIEnv requiresáBusinessá(or higher) License.

I also am attempting to explore and learn Xamarin and this represents my initial customer experience. Being unable to even compile a base template app doesn't encourage me to go purchase any kind of license.

Those are pretty explicit errors: you are using features that require a Xamarin Business license. Either stop using those features, or upgrade your license.

Presumably your asking why are you suddenly getting this now when it was working fine before.

When you installed Xamarin you got a free trial license that lasts for 30 or 90 days dependent. Once that expires you revert back to the free license which has no Visual Studio support and is limited to very small IL footprints.

I assume your free trial license has expired and now you gotta cough up cash or live with the limitations.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM