This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/tom/work/xamarin/code/Binding a Java Library/OsmDroid/OSMDroidTest/OSMDroidTest/OSMDroidTest.csproj: Error: /Users/tom/work/xamarin/code/Binding a Java Library/OsmDroid/OSMDroidTest/OSMDroidTest/OSMDroidTest.csproj: /Library/Frameworks/Mono.framework/External/xbuild/Novell/Novell.MonoDroid.CSharp.targets: Project file could not be imported, it was being imported by /Users/tom/work/xamarin/code/Binding a Java Library/OsmDroid/OSMDroidTest/OSMDroidTest/OSMDroidTest.csproj: /Library/Frameworks/Mono.framework/External/xbuild/Novell/Novell.MonoDroid.CSharp.targets could not import "$(MSBuildExtensionsPath)\Xamarin\Xamarin.Android.CSharp.Targets" (OSMDroidTest) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unhandled Exception: System.ComponentModel.Win32Exception: The system cannot find the file specified | |
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) | |
at Xamarin.Edu.SampleGallery.Core.Validators.BuildValidator.RunBuild(String file, String cwd, String args) | |
at Xamarin.Edu.SampleGallery.Core.Validators.BuildValidator.Validate(DirectoryInfo directory) | |
at Xamarin.Edu.SampleGallery.Core.SampleValidator.<Validate>d__0.MoveNext() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private boolean isConfigurationChanging = false; // instance variable on the activity | |
@Override | |
public Object onRetainNonConfigurationInstance() { | |
isConfigurationChanging=true; | |
} | |
@Override | |
public void onStop() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server Error in '/' Application | |
Cannot add or update a child row: a foreign key constraint fails (`AddOns`.`UserDownloadedAddons`, CONSTRAINT `userdownloadedaddons_ibfk_2` FOREIGN KEY (`AddonID`) REFERENCES `Addons` (`ID`)) | |
Description: HTTP 500. Error processing request. | |
Stack Trace: | |
MySql.Data.MySqlClient.MySqlException: Cannot add or update a child row: a foreign key constraint fails (`AddOns`.`UserDownloadedAddons`, CONSTRAINT `userdownloadedaddons_ibfk_2` FOREIGN KEY (`AddonID`) REFERENCES `Addons` (`ID`)) | |
at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000] in <filename unknown>:0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.InvalidOperationException: Both arguments to IsDerivedFrom() must be from the same compilation. | |
at ICSharpCode.NRefactory.TypeSystem.ExtensionMethods.IsDerivedFrom (ITypeDefinition type, ITypeDefinition baseType) [0x00029] in /Users/builder/data/lanes/monodevelop-mac-2.9.5/251b37e3/source/monodevelop/main/contrib/ICSharpCode.NRefactory/TypeSystem/ExtensionMethods.cs:92 | |
at MonoDevelop.MacDev.ObjCIntegration.NSObjectInfoService+<GetRegisteredObjects>c__Iterator2.MoveNext () [0x000bc] in /Users/builder/data/lanes/monodevelop-mac-2.9.5/251b37e3/source/monodevelop/main/src/addins/MonoDevelop.MacDev/ObjCIntegration/NSObjectInfoService.cs:151 | |
at MonoDevelop.MacDev.ObjCIntegration.NSObjectProjectInfo.Update () [0x0022a] in /Users/builder/data/lanes/monodevelop-mac-2.9.5/251b37e3/source/monodevelop/main/src/addins/MonoDevelop.MacDev/ObjCIntegration/NSObjectProjectInfo.cs:102 | |
at MonoDevelop.MacDev.ObjCIntegration.NSObjectProjectInfo.Update (Boolean force) [0x0000c] in /Users/builder/data/lanes/monodev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// WARNING | |
// This file has been generated automatically by MonoDevelop to | |
// mirror C# types. Changes in this file made by drag-connecting | |
// from the UI designer will be synchronized back to C#, but | |
// more complex manual changes may not transfer correctly. | |
#import "TakeAPicture_iPhoneViewController.h" | |
@implementation TakeAPicture_iPhoneViewController |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[TakeAPicture_iPhoneViewController actionTakeAPicture:]: unrecognized selector sent to instance 0x9ed5210 | |
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr) | |
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38 | |
at TakeAPicture.iPhone.Application.Main (System.String[] args) [0x00000] in /Users/tom/work/SafetyTicketRegistry/mobile/TakeAPicture.iPhone/Main.cs:17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
at Android.Runtime.JNIEnv.CallVoidMethod (IntPtr jobject, IntPtr jmethod, Android.Runtime.JValue[] parms) [0x00023] in /Users/builder/data/lanes/monodroid-mac-master/bc064d64/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:363 \n at Android.Hardware.Camera.SetParameters (Android.Hardware.Parameters params) [0x0003e] in /Users/builder/data/lanes/monodroid-mac-master/bc064d64/source/monodroid/src/Mono.Android/platforms/android-10/src/generated/Android.Hardware.Camera.cs:3244 \n at TakeAPicture.MyPreviewSurface.SurfaceChanged (ISurfaceHolder holder, Format format, Int32 width, Int32 height) [0x00018] in U:\\tom\\work\\SafetyTicketRegistry\\mobile\\TakeAPicture\\TakeAPicture\\MyPreviewSurface.cs:53 \n --- End of managed exception stack trace ---\njava.lang.RuntimeException: setParameters failed\n\tat android.hardware.Camera.native_setParameters(Native Method)\n\tat android.hardware.Camera.setParameters(Camera.java:1423)\n\tat takeapicture.MyPreviewSurface.n_surfaceChanged(Native Method)\n\tat take |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class StorageFee < ActiveRecord::Base | |
OVERSTOCK_CHARGE_PER_ITEM = 0.02 # [TO20120202@0909] This is how much we charge/overstocked item. | |
belongs_to :publisher | |
# TODO[TO20120205@1954] Duplication with invoice, invoice_upload, sales_item | |
cattr_reader :per_page | |
@@per_page = 20 | |
scope :by_publisher_id, lambda { |id| where(:publisher_id => id) } | |
scope :to_date_on, lambda { |date| where(:to_date => date) } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fragment class="com.xamarin.sample.fragments.TitlesFragment" | |
android:id="@+id/titles_fragment" | |
android:layout_width="fill_parent" | |
android:layout_height="fill_parent" /> | |
<!-- OR --> | |
<fragment android:name="com.xamarin.sample.fragments.TitlesFragment" | |
android:id="@+id/titles_fragment" | |
android:layout_width="fill_parent" |