I also had this problem after installing 4.6.02001 (Win 7 32bit).
This workaround fixed it.

I removed the following parts from Xamarin.Android.Common.targets :

<UsingTask TaskName="Xamarin.Android.Tasks.CopyMdbFiles"
AssemblyFile="Xamarin.Android.Build.Tasks.dll" />

<CopyMdbFiles
    SourceFiles="@(ResolvedAssemblies)"
   
DestinationFiles="@(ResolvedAssemblies->'$(MonoAndroidIntermediateAssemblyDir)%(TargetPath)%(Filename)%(Extension)')"
/> 

I found the file under ..\Program Files\MSBuild\Xamarin\Android\ .

After deleting obj & bin folder, i further had to restart the IDE to get it
work.

regards





--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/LinkAssemblies-fails-in-latest-4-6-beta-tp5713100p5713138.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to