Error when referring .Net Standard project in Xamarin Android Project





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I'm getting this error when I add a reference to the .Net Standard project in the Andoid Project.




Severity Code Description Project File Line Suppression State
Error Can not resolve reference: System.Threading.Tasks.Extensions,
referenced by DotNetty.Transport. Please add a NuGet package or
assembly reference for System.Threading.Tasks.Extensions, or remove
the reference to DotNetty.Transport. VFMApp.Droid




I tried:




  1. Neither NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compiled project successfully, reference project, compile: ERROR


  2. NuGet package for DotNetty.Transport, clean solution, compiled project successfully, reference project, compile: ERROR


  3. NuGet package for System.Threading.Tasks.Extensions, clean solution, compile project successfully, reference project, compile: ERROR


  4. Both NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compile project successfully, reference project, compile: ERROR



Packages in .Net Standard project:




  • Acr.UserDialogs 7.0.1

  • Humanizer 2.5.16

  • Microsoft.Azure.Devices.Client 1.18.1

  • Microsoft.Azure.Mobile.Client 4.1.1

  • Microsoft.Azure.Mobile.Client.SQLiteStore 4.1.1

  • NETStandard.Library 2.0.3

  • Plugin.Share 7.1.1

  • Refractored.MvvmHelpers 1.4.1-beta

  • Xam.Plugin.Connectivity 4.0.0.190-beta

  • Xam.Plugin.DeviceInfo 4.1.0-beta

  • Xam.Plugin.Geolocator 4.5.4-beta

  • Xam.Plugin.Media 4.1.1-beta

  • Xam.Plugins.Settings 4.0.0.10-beta


Packages in Android project:




  • Xamarin.Android.Support.Compat 28.0.0

  • Xamarin.Android.Support.Design 28.0.0

  • Xamarin.GooglePlayServices.Maps 60.1142.1










share|improve this question

























  • Why does your NetStd library have native Android packages in it?

    – SushiHangover
    Jan 4 at 17:26













  • @SushiHangover for this like: public virtual async Task<bool> SyncAsync() { if (!CrossConnectivity.Current.IsConnected) { Logger.Instance.Track("Unable to sync items, we are offline"); return false; } try CrossConnectivity being from a xam package. This is actually Microsoft's code. I'm trying to do my version of github.com/Azure-Samples/MyDriving, and failing, with newer packages, simpler architecture, etc.

    – Diomedes
    Jan 4 at 17:35











  • ? I just look at their PCL library and it does not contain Android packages and neither should yours, not really sure how you got them to install/restore properly

    – SushiHangover
    Jan 4 at 17:39











  • I think they do: ibb.co/7grMYFs

    – Diomedes
    Jan 4 at 17:47











  • I think not ;-) github.com/Azure-Samples/MyDriving/blob/master/src/MobileApps/…

    – SushiHangover
    Jan 4 at 17:49


















0















I'm getting this error when I add a reference to the .Net Standard project in the Andoid Project.




Severity Code Description Project File Line Suppression State
Error Can not resolve reference: System.Threading.Tasks.Extensions,
referenced by DotNetty.Transport. Please add a NuGet package or
assembly reference for System.Threading.Tasks.Extensions, or remove
the reference to DotNetty.Transport. VFMApp.Droid




I tried:




  1. Neither NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compiled project successfully, reference project, compile: ERROR


  2. NuGet package for DotNetty.Transport, clean solution, compiled project successfully, reference project, compile: ERROR


  3. NuGet package for System.Threading.Tasks.Extensions, clean solution, compile project successfully, reference project, compile: ERROR


  4. Both NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compile project successfully, reference project, compile: ERROR



Packages in .Net Standard project:




  • Acr.UserDialogs 7.0.1

  • Humanizer 2.5.16

  • Microsoft.Azure.Devices.Client 1.18.1

  • Microsoft.Azure.Mobile.Client 4.1.1

  • Microsoft.Azure.Mobile.Client.SQLiteStore 4.1.1

  • NETStandard.Library 2.0.3

  • Plugin.Share 7.1.1

  • Refractored.MvvmHelpers 1.4.1-beta

  • Xam.Plugin.Connectivity 4.0.0.190-beta

  • Xam.Plugin.DeviceInfo 4.1.0-beta

  • Xam.Plugin.Geolocator 4.5.4-beta

  • Xam.Plugin.Media 4.1.1-beta

  • Xam.Plugins.Settings 4.0.0.10-beta


Packages in Android project:




  • Xamarin.Android.Support.Compat 28.0.0

  • Xamarin.Android.Support.Design 28.0.0

  • Xamarin.GooglePlayServices.Maps 60.1142.1










share|improve this question

























  • Why does your NetStd library have native Android packages in it?

    – SushiHangover
    Jan 4 at 17:26













  • @SushiHangover for this like: public virtual async Task<bool> SyncAsync() { if (!CrossConnectivity.Current.IsConnected) { Logger.Instance.Track("Unable to sync items, we are offline"); return false; } try CrossConnectivity being from a xam package. This is actually Microsoft's code. I'm trying to do my version of github.com/Azure-Samples/MyDriving, and failing, with newer packages, simpler architecture, etc.

    – Diomedes
    Jan 4 at 17:35











  • ? I just look at their PCL library and it does not contain Android packages and neither should yours, not really sure how you got them to install/restore properly

    – SushiHangover
    Jan 4 at 17:39











  • I think they do: ibb.co/7grMYFs

    – Diomedes
    Jan 4 at 17:47











  • I think not ;-) github.com/Azure-Samples/MyDriving/blob/master/src/MobileApps/…

    – SushiHangover
    Jan 4 at 17:49














0












0








0








I'm getting this error when I add a reference to the .Net Standard project in the Andoid Project.




Severity Code Description Project File Line Suppression State
Error Can not resolve reference: System.Threading.Tasks.Extensions,
referenced by DotNetty.Transport. Please add a NuGet package or
assembly reference for System.Threading.Tasks.Extensions, or remove
the reference to DotNetty.Transport. VFMApp.Droid




I tried:




  1. Neither NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compiled project successfully, reference project, compile: ERROR


  2. NuGet package for DotNetty.Transport, clean solution, compiled project successfully, reference project, compile: ERROR


  3. NuGet package for System.Threading.Tasks.Extensions, clean solution, compile project successfully, reference project, compile: ERROR


  4. Both NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compile project successfully, reference project, compile: ERROR



Packages in .Net Standard project:




  • Acr.UserDialogs 7.0.1

  • Humanizer 2.5.16

  • Microsoft.Azure.Devices.Client 1.18.1

  • Microsoft.Azure.Mobile.Client 4.1.1

  • Microsoft.Azure.Mobile.Client.SQLiteStore 4.1.1

  • NETStandard.Library 2.0.3

  • Plugin.Share 7.1.1

  • Refractored.MvvmHelpers 1.4.1-beta

  • Xam.Plugin.Connectivity 4.0.0.190-beta

  • Xam.Plugin.DeviceInfo 4.1.0-beta

  • Xam.Plugin.Geolocator 4.5.4-beta

  • Xam.Plugin.Media 4.1.1-beta

  • Xam.Plugins.Settings 4.0.0.10-beta


Packages in Android project:




  • Xamarin.Android.Support.Compat 28.0.0

  • Xamarin.Android.Support.Design 28.0.0

  • Xamarin.GooglePlayServices.Maps 60.1142.1










share|improve this question
















I'm getting this error when I add a reference to the .Net Standard project in the Andoid Project.




Severity Code Description Project File Line Suppression State
Error Can not resolve reference: System.Threading.Tasks.Extensions,
referenced by DotNetty.Transport. Please add a NuGet package or
assembly reference for System.Threading.Tasks.Extensions, or remove
the reference to DotNetty.Transport. VFMApp.Droid




I tried:




  1. Neither NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compiled project successfully, reference project, compile: ERROR


  2. NuGet package for DotNetty.Transport, clean solution, compiled project successfully, reference project, compile: ERROR


  3. NuGet package for System.Threading.Tasks.Extensions, clean solution, compile project successfully, reference project, compile: ERROR


  4. Both NuGet packages (System.Threading.Tasks.Extensions / DotNetty.Transport), clean solution, compile project successfully, reference project, compile: ERROR



Packages in .Net Standard project:




  • Acr.UserDialogs 7.0.1

  • Humanizer 2.5.16

  • Microsoft.Azure.Devices.Client 1.18.1

  • Microsoft.Azure.Mobile.Client 4.1.1

  • Microsoft.Azure.Mobile.Client.SQLiteStore 4.1.1

  • NETStandard.Library 2.0.3

  • Plugin.Share 7.1.1

  • Refractored.MvvmHelpers 1.4.1-beta

  • Xam.Plugin.Connectivity 4.0.0.190-beta

  • Xam.Plugin.DeviceInfo 4.1.0-beta

  • Xam.Plugin.Geolocator 4.5.4-beta

  • Xam.Plugin.Media 4.1.1-beta

  • Xam.Plugins.Settings 4.0.0.10-beta


Packages in Android project:




  • Xamarin.Android.Support.Compat 28.0.0

  • Xamarin.Android.Support.Design 28.0.0

  • Xamarin.GooglePlayServices.Maps 60.1142.1







c# android xamarin xamarin.android .net-standard






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 4 at 18:05







Diomedes

















asked Jan 4 at 17:16









DiomedesDiomedes

343618




343618













  • Why does your NetStd library have native Android packages in it?

    – SushiHangover
    Jan 4 at 17:26













  • @SushiHangover for this like: public virtual async Task<bool> SyncAsync() { if (!CrossConnectivity.Current.IsConnected) { Logger.Instance.Track("Unable to sync items, we are offline"); return false; } try CrossConnectivity being from a xam package. This is actually Microsoft's code. I'm trying to do my version of github.com/Azure-Samples/MyDriving, and failing, with newer packages, simpler architecture, etc.

    – Diomedes
    Jan 4 at 17:35











  • ? I just look at their PCL library and it does not contain Android packages and neither should yours, not really sure how you got them to install/restore properly

    – SushiHangover
    Jan 4 at 17:39











  • I think they do: ibb.co/7grMYFs

    – Diomedes
    Jan 4 at 17:47











  • I think not ;-) github.com/Azure-Samples/MyDriving/blob/master/src/MobileApps/…

    – SushiHangover
    Jan 4 at 17:49



















  • Why does your NetStd library have native Android packages in it?

    – SushiHangover
    Jan 4 at 17:26













  • @SushiHangover for this like: public virtual async Task<bool> SyncAsync() { if (!CrossConnectivity.Current.IsConnected) { Logger.Instance.Track("Unable to sync items, we are offline"); return false; } try CrossConnectivity being from a xam package. This is actually Microsoft's code. I'm trying to do my version of github.com/Azure-Samples/MyDriving, and failing, with newer packages, simpler architecture, etc.

    – Diomedes
    Jan 4 at 17:35











  • ? I just look at their PCL library and it does not contain Android packages and neither should yours, not really sure how you got them to install/restore properly

    – SushiHangover
    Jan 4 at 17:39











  • I think they do: ibb.co/7grMYFs

    – Diomedes
    Jan 4 at 17:47











  • I think not ;-) github.com/Azure-Samples/MyDriving/blob/master/src/MobileApps/…

    – SushiHangover
    Jan 4 at 17:49

















Why does your NetStd library have native Android packages in it?

– SushiHangover
Jan 4 at 17:26







Why does your NetStd library have native Android packages in it?

– SushiHangover
Jan 4 at 17:26















@SushiHangover for this like: public virtual async Task<bool> SyncAsync() { if (!CrossConnectivity.Current.IsConnected) { Logger.Instance.Track("Unable to sync items, we are offline"); return false; } try CrossConnectivity being from a xam package. This is actually Microsoft's code. I'm trying to do my version of github.com/Azure-Samples/MyDriving, and failing, with newer packages, simpler architecture, etc.

– Diomedes
Jan 4 at 17:35





@SushiHangover for this like: public virtual async Task<bool> SyncAsync() { if (!CrossConnectivity.Current.IsConnected) { Logger.Instance.Track("Unable to sync items, we are offline"); return false; } try CrossConnectivity being from a xam package. This is actually Microsoft's code. I'm trying to do my version of github.com/Azure-Samples/MyDriving, and failing, with newer packages, simpler architecture, etc.

– Diomedes
Jan 4 at 17:35













? I just look at their PCL library and it does not contain Android packages and neither should yours, not really sure how you got them to install/restore properly

– SushiHangover
Jan 4 at 17:39





? I just look at their PCL library and it does not contain Android packages and neither should yours, not really sure how you got them to install/restore properly

– SushiHangover
Jan 4 at 17:39













I think they do: ibb.co/7grMYFs

– Diomedes
Jan 4 at 17:47





I think they do: ibb.co/7grMYFs

– Diomedes
Jan 4 at 17:47













I think not ;-) github.com/Azure-Samples/MyDriving/blob/master/src/MobileApps/…

– SushiHangover
Jan 4 at 17:49





I think not ;-) github.com/Azure-Samples/MyDriving/blob/master/src/MobileApps/…

– SushiHangover
Jan 4 at 17:49












1 Answer
1






active

oldest

votes


















1














I was able to get the same error as you when I referenced DotNetty.Transport from a Xamarin.Android project compiling/targeting against API Level 28. It seems to be an issue with System.Threading.Tasks.Extensions v4.5.1 that DotNetty.Transport is referencing. Here is a link to a similar problem from another project:



https://github.com/dotnet/reactive/issues/803



To sum up the issue, it looks like that Systems.Threading.Tasks.Extensions v4.5.1 has an empty profile for MonoAndroid10. Because the profile is empty, it can not resolve the System.Threading.Tasks.Extensions.dll file, thus the error.



enter image description here



To fix this, you have to update your android *.csproj file and redirect the reference to use the System.Threading.Tasks.Extensions.dll that is defined in the netstandard2.0 profile.



enter image description here



I performed the following steps:




  1. Add the System.Threading.Tasks.Extensions v4.5.1 nuget package to your Xamarin.Android project.

  2. Add the System.Runtime.CompilerServices.Unsafe v4.5.2 nuget package to your Xamarin.Android project

  3. Close Visual Studio.

  4. Open your Xamarin.Android *.csproj file with a Text Editor.

  5. Add another <ItemGroup> to tell your project to use the .netstandard2.0 profile instead of the MonoAndroid10 profile





<ItemGroup>
<Reference Include="System.Threading.Tasks.Extensions">
<HintPath>$(UserProfile).nugetpackagessystem.threading.tasks.extensions4.5.1libnetstandard2.0System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
</ItemGroup>





So it should look something like this:



enter image description here



Save the file and reload your project in visual studio. After I did that I was able to compile successfully.






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54043386%2ferror-when-referring-net-standard-project-in-xamarin-android-project%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    I was able to get the same error as you when I referenced DotNetty.Transport from a Xamarin.Android project compiling/targeting against API Level 28. It seems to be an issue with System.Threading.Tasks.Extensions v4.5.1 that DotNetty.Transport is referencing. Here is a link to a similar problem from another project:



    https://github.com/dotnet/reactive/issues/803



    To sum up the issue, it looks like that Systems.Threading.Tasks.Extensions v4.5.1 has an empty profile for MonoAndroid10. Because the profile is empty, it can not resolve the System.Threading.Tasks.Extensions.dll file, thus the error.



    enter image description here



    To fix this, you have to update your android *.csproj file and redirect the reference to use the System.Threading.Tasks.Extensions.dll that is defined in the netstandard2.0 profile.



    enter image description here



    I performed the following steps:




    1. Add the System.Threading.Tasks.Extensions v4.5.1 nuget package to your Xamarin.Android project.

    2. Add the System.Runtime.CompilerServices.Unsafe v4.5.2 nuget package to your Xamarin.Android project

    3. Close Visual Studio.

    4. Open your Xamarin.Android *.csproj file with a Text Editor.

    5. Add another <ItemGroup> to tell your project to use the .netstandard2.0 profile instead of the MonoAndroid10 profile





    <ItemGroup>
    <Reference Include="System.Threading.Tasks.Extensions">
    <HintPath>$(UserProfile).nugetpackagessystem.threading.tasks.extensions4.5.1libnetstandard2.0System.Threading.Tasks.Extensions.dll</HintPath>
    </Reference>
    </ItemGroup>





    So it should look something like this:



    enter image description here



    Save the file and reload your project in visual studio. After I did that I was able to compile successfully.






    share|improve this answer




























      1














      I was able to get the same error as you when I referenced DotNetty.Transport from a Xamarin.Android project compiling/targeting against API Level 28. It seems to be an issue with System.Threading.Tasks.Extensions v4.5.1 that DotNetty.Transport is referencing. Here is a link to a similar problem from another project:



      https://github.com/dotnet/reactive/issues/803



      To sum up the issue, it looks like that Systems.Threading.Tasks.Extensions v4.5.1 has an empty profile for MonoAndroid10. Because the profile is empty, it can not resolve the System.Threading.Tasks.Extensions.dll file, thus the error.



      enter image description here



      To fix this, you have to update your android *.csproj file and redirect the reference to use the System.Threading.Tasks.Extensions.dll that is defined in the netstandard2.0 profile.



      enter image description here



      I performed the following steps:




      1. Add the System.Threading.Tasks.Extensions v4.5.1 nuget package to your Xamarin.Android project.

      2. Add the System.Runtime.CompilerServices.Unsafe v4.5.2 nuget package to your Xamarin.Android project

      3. Close Visual Studio.

      4. Open your Xamarin.Android *.csproj file with a Text Editor.

      5. Add another <ItemGroup> to tell your project to use the .netstandard2.0 profile instead of the MonoAndroid10 profile





      <ItemGroup>
      <Reference Include="System.Threading.Tasks.Extensions">
      <HintPath>$(UserProfile).nugetpackagessystem.threading.tasks.extensions4.5.1libnetstandard2.0System.Threading.Tasks.Extensions.dll</HintPath>
      </Reference>
      </ItemGroup>





      So it should look something like this:



      enter image description here



      Save the file and reload your project in visual studio. After I did that I was able to compile successfully.






      share|improve this answer


























        1












        1








        1







        I was able to get the same error as you when I referenced DotNetty.Transport from a Xamarin.Android project compiling/targeting against API Level 28. It seems to be an issue with System.Threading.Tasks.Extensions v4.5.1 that DotNetty.Transport is referencing. Here is a link to a similar problem from another project:



        https://github.com/dotnet/reactive/issues/803



        To sum up the issue, it looks like that Systems.Threading.Tasks.Extensions v4.5.1 has an empty profile for MonoAndroid10. Because the profile is empty, it can not resolve the System.Threading.Tasks.Extensions.dll file, thus the error.



        enter image description here



        To fix this, you have to update your android *.csproj file and redirect the reference to use the System.Threading.Tasks.Extensions.dll that is defined in the netstandard2.0 profile.



        enter image description here



        I performed the following steps:




        1. Add the System.Threading.Tasks.Extensions v4.5.1 nuget package to your Xamarin.Android project.

        2. Add the System.Runtime.CompilerServices.Unsafe v4.5.2 nuget package to your Xamarin.Android project

        3. Close Visual Studio.

        4. Open your Xamarin.Android *.csproj file with a Text Editor.

        5. Add another <ItemGroup> to tell your project to use the .netstandard2.0 profile instead of the MonoAndroid10 profile





        <ItemGroup>
        <Reference Include="System.Threading.Tasks.Extensions">
        <HintPath>$(UserProfile).nugetpackagessystem.threading.tasks.extensions4.5.1libnetstandard2.0System.Threading.Tasks.Extensions.dll</HintPath>
        </Reference>
        </ItemGroup>





        So it should look something like this:



        enter image description here



        Save the file and reload your project in visual studio. After I did that I was able to compile successfully.






        share|improve this answer













        I was able to get the same error as you when I referenced DotNetty.Transport from a Xamarin.Android project compiling/targeting against API Level 28. It seems to be an issue with System.Threading.Tasks.Extensions v4.5.1 that DotNetty.Transport is referencing. Here is a link to a similar problem from another project:



        https://github.com/dotnet/reactive/issues/803



        To sum up the issue, it looks like that Systems.Threading.Tasks.Extensions v4.5.1 has an empty profile for MonoAndroid10. Because the profile is empty, it can not resolve the System.Threading.Tasks.Extensions.dll file, thus the error.



        enter image description here



        To fix this, you have to update your android *.csproj file and redirect the reference to use the System.Threading.Tasks.Extensions.dll that is defined in the netstandard2.0 profile.



        enter image description here



        I performed the following steps:




        1. Add the System.Threading.Tasks.Extensions v4.5.1 nuget package to your Xamarin.Android project.

        2. Add the System.Runtime.CompilerServices.Unsafe v4.5.2 nuget package to your Xamarin.Android project

        3. Close Visual Studio.

        4. Open your Xamarin.Android *.csproj file with a Text Editor.

        5. Add another <ItemGroup> to tell your project to use the .netstandard2.0 profile instead of the MonoAndroid10 profile





        <ItemGroup>
        <Reference Include="System.Threading.Tasks.Extensions">
        <HintPath>$(UserProfile).nugetpackagessystem.threading.tasks.extensions4.5.1libnetstandard2.0System.Threading.Tasks.Extensions.dll</HintPath>
        </Reference>
        </ItemGroup>





        So it should look something like this:



        enter image description here



        Save the file and reload your project in visual studio. After I did that I was able to compile successfully.






        <ItemGroup>
        <Reference Include="System.Threading.Tasks.Extensions">
        <HintPath>$(UserProfile).nugetpackagessystem.threading.tasks.extensions4.5.1libnetstandard2.0System.Threading.Tasks.Extensions.dll</HintPath>
        </Reference>
        </ItemGroup>





        <ItemGroup>
        <Reference Include="System.Threading.Tasks.Extensions">
        <HintPath>$(UserProfile).nugetpackagessystem.threading.tasks.extensions4.5.1libnetstandard2.0System.Threading.Tasks.Extensions.dll</HintPath>
        </Reference>
        </ItemGroup>






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 7 at 2:45









        SharpMobileCodeSharpMobileCode

        81858




        81858
































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54043386%2ferror-when-referring-net-standard-project-in-xamarin-android-project%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Monofisismo

            Angular Downloading a file using contenturl with Basic Authentication

            Olmecas