Jump to content

exeption - Could not find any resources appropriate ...


Remizorrr

Recommended Posts

Could not find any resources appropriate for the specified culture (or the neutral culture) on disk.

baseName: PaintDotNet.Strings.3 locationInfo: fileName: PaintDotNet.Strings.3.resources

exeption occurs in this line of code:

BmpFileType bmpFile = new BmpFileType();

			
                       BmpFileType bmpFile = new BmpFileType();

		Document document;
		Stream imageStream = null;

		imageStream = new FileStream( @"C:/1.jpg", FileMode.Open );

		BmpFileType bmpFile = new BmpFileType();
		document = bmpFile.Load( imageStream );
		imageStream.Close();

		Surface imageSurface = new Surface( document.Size );

my goal is to create Surface from BMP, JPG and/or any other format.

thanks a lot.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...