2
Answers

Xamarin.Android Deployment Error

Yuva Raj

Yuva Raj

7y
336
1
I am working with Xamarin.Android in visual studio 2015 , while building the solution i am not getting any error or warning but while deploying iam getting the following Warning.
Please help me solve  this issue.
 
The $(TargetFrameworkVersion) for Registration.dll (v7.0) is greater than the $(TargetFrameworkVersion) for your project (v6.0). You need to increase the $(TargetFrameworkVersion) for your project.

 
Answers (2)
0
Mukesh Depani

Mukesh Depani

NA 51 987 11y
Hi Nimit

Thnx for reply
But I didn't find reference like Microsoft.Dynamic when I click on "Add References".
var __chd__ = {'aid':11079,'chaid':'www_objectify_ca'};(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true;c.src = ( 'https:' == document.location.protocol ? 'https://z': 'http://p') + '.chango.com/static/c.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(c, s);})();
0
Nimit Joshi

Nimit Joshi

NA 39.8k 8.4m 11y
Microsoft.Dyanimic assembly reference may be not present in your application. Check it out.