Click here to Skip to main content
15,885,244 members
Articles / NuGet

How to solve issues while installing the NuGet AdDuplex pack into the Windows Phone 8 project.

Rate me:
Please Sign up or sign in to vote.
4.62/5 (4 votes)
24 Oct 2013CPOL1 min read 5.6K   1  
If you are facing issues while installing AdDuplex package then this blog guide you how to add NuGet AdDuplex package.

<->Today I came through a weird problem while installing NuGet AdDuplex control to my windows phone 8 project. I tried almost everything but couldn’t figure out the actual reason to not getting installed AdDuplex pakage in my project.

Error -
This is what error I was getting while adding NuGet AdDuplex pack

RRK-Addduplexerror

even I tried to install AdDuplex package from package manager console( VS 2012 Tools – library package manager -Click package manager console ) by using below command but got same error as mentioned earlier.

<code><code>PM>Install-Package AdDuplexWindows  

Solution - We can solve this weird problem just by Updating NuGet in Visual Studio. Sometime updating NuGet can solve the compatibility issues.

You can update NuGet using the Visual Studio Extension Manager. Navigate to the Extension Manager and click on the Updates tab to check for updates.

If there is a new version of NuGet you will see it in the list of available updates.

rrk-nugetupdate

Click on Install button.

rrk-nugetupdate2

Select NuGet in the list and click Update. When the update is complete, close and re-open all open instances of Visual Studio.

Now again come to  Manage NuGet package manager and In the Online portion search for “AdDuplexWP8” and click install

rrk-nugetupdate3

Now we can see that AdDuplex package is successfully installed and existing in reference of Windows Phone 8 project.

rrk-adduplex4

 

Keep learning and keep sharing.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --