C
Christian Papauschek
I just created a new project and a picturebox on Form1. If
I use the PictureBox without a Picture everything works
fine. But when I load a picture, I get the following Error
on my x86-Device:
Exception: RuntimeConstructorInfo::Invoke+0x6a
RuntimeConstructorInfo::Invoke+0x6a
ConstructorInfo::Invoke+0xa
ResourceReader::CreateResource+0x18
ResourceReader::LoadBitmap+0xb9
ResourceReader::LoadObject+0x20b
RuntimeResourceSet::GetObject+0x74
ResourceManager::GetObject+0x3b
ResourceManager::GetObject+0x8
Form1::InitializeComponent+0x2c
Form1::.ctor+0x1f
Form1::Main+0x5
Has anyone an idea how to fix this problem?
Thanks for help!
I use the PictureBox without a Picture everything works
fine. But when I load a picture, I get the following Error
on my x86-Device:
Exception: RuntimeConstructorInfo::Invoke+0x6a
RuntimeConstructorInfo::Invoke+0x6a
ConstructorInfo::Invoke+0xa
ResourceReader::CreateResource+0x18
ResourceReader::LoadBitmap+0xb9
ResourceReader::LoadObject+0x20b
RuntimeResourceSet::GetObject+0x74
ResourceManager::GetObject+0x3b
ResourceManager::GetObject+0x8
Form1::InitializeComponent+0x2c
Form1::.ctor+0x1f
Form1::Main+0x5
Has anyone an idea how to fix this problem?
Thanks for help!