Hi,
There are more possibilities why you get this error:
This error occures when your project builds a module with the same name as a module that is referenced by your project. That is, if your project creates a DLL named MyDll.DLL and your project also have a reference to a module with the same name (MyDll.DLL), then this error occures.
it could also be that your project is too large, or you have exceeded the available space for strings.
Can you compile your project if you delete the added image?
If so you can save such images to the hard disk and if you need them you can load them at runtime.
A other solution would be if you split your project in more/two smaller projects.
Regards,
Markus
Ranorex Support Team