[mono-android] Update 4.2.8 Broke Activation
Jonathan Pryor
jonp at xamarin.com
Fri Oct 26 16:24:30 UTC 2012
On Oct 26, 2012, at 11:41 AM, treplogle <thomas.replogle at gmail.com> wrote:
> I sent my license file to jonp at Xamarin. Is this the correct address to use?
Yes, it was. Thanks. I'm not sure why your Mono for Android thinks your License has expired when your License doesn't think so...
> I ran Console.WriteLine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData))
> in LINQPad just to make sure I was using the correct folder. It returned "C:\Documents and Settings\All Users\Application Data" which is the
> directory I'm using.
>
> My license filename is monoandroid.licx.
>
> Here is the full path I'm using:
> C:\Documents and Settings\All Users\Application Data\Mono for Android\License\monoandroid.licx
Are you on 32-bit or 64-bit Windows?
Desperation time; run the following command in CMD.EXE:
"C:\Program Files (x86)\MSBuild\Novell\mandroid.exe" --activated > %TEMP%\o.txt 2>%TEMP%\e.txt & echo %errorlevel%
What value is printed? What are the contents of %TEMP%\o.txt and %TEMP%\e.txt?
Thanks,
- Jon
More information about the Monodroid
mailing list