xamarin : System.TypeLoadException: Could not resolve type with token 01000017

别说谁变了你拦得住时间么 提交于 2019-12-13 07:28:59

问题


I have a Xamarin Forms solution which contains in each project.i am getting this error. please help ... thanks in advance

public partial class App : Application
{
 AlarmAccount_Loggly _AlarmAccount_Loggly = new AlarmAccount_Loggly();       
    public App()
    {            
            var logTransport = LogTransport.Http;
            _AlarmAccount_Loggly.SendWithSpecificTransport(logTransport);
        }

来源:https://stackoverflow.com/questions/42338168/xamarin-system-typeloadexception-could-not-resolve-type-with-token-01000017

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!