Hi, Did you set the build action of the resx to EmbeddedResource?
Rolf On Mon, Apr 23, 2012 at 7:55 AM, Pritish <[email protected]>wrote: > I am added the .resx file in my monotouch project but it gives me an > error I > didnt get how to resolved this : > > * > {System.Resources.MissingManifestResourceException: Could not find any > resources appropriate for the specified culture or the neutral culture. > Make sure "Medsynaptic.SR.resources" was correctly embedded or linked into > assembly "MdLIC" at compile time, or that all the satellite assemblies > required are loadable and fully signed. at > System.Resources.ResourceManager.AssemblyResourceMissing (System.String > fileName) [0x0004d] in > > /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:505 > at System.Resources.ResourceManager.InternalGetResourceSet > (System.Globalization.CultureInfo culture, Boolean createIfNotExists, > Boolean tryParents) [0x00186] in > > /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:398 > at System.Resources.ResourceManager.InternalGetResourceSet > (System.Globalization.CultureInfo culture, Boolean createIfNotExists, > Boolean tryParents) [0x00253] in > > /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:427 > at System.Resources.ResourceManager.InternalGetResourceSet > (System.Globalization.CultureInfo culture, Boolean createIfNotExists, > Boolean tryParents) [0x00253] in > > /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:427 > at System.Resources.ResourceManager.GetString (System.String name, > System.Globalization.CultureInfo culture) [0x0002e] in > > /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:252 > at Medsynaptic.SR.get_Separator () [0x00000] in /Developer/IOS Dicom > Viewer/DicomViewerApplication/MdLIC/SR.Designer.cs:131 at > Medsynaptic.Dicom.Security.Encryption.GetString[Int64] (Int64 key, Int64 > val) [0x00000] in /Developer/IOS Dicom > Viewer/DicomViewerApplication/MdLIC/Encryption.cs:41 at > Medsynaptic.Dicom.Security.Encryption.Encrypt (Int64 key, Int64 val) > [0x00000] in /Developer/IOS Dicom > Viewer/DicomViewerApplication/MdLIC/Encryption.cs:36 at > Medsynaptic.Dicom.Security.Security.UnlockSupport_mdDir (Int64 key, Int64 > val) [0x0000c] in /Developer/IOS Dicom > Viewer/DicomViewerApplication/MdLIC/License.cs:265 } > * > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/I-added-the-resx-file-in-monotouch-but-gives-an-error-tp4579528p4579528.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
