Debug/Release dissapearing toolbar images
-
Hello, I have a problem with the toolbar in visual studio 2005, when I compile and run my application in the 'Debug' Configuration everything is fine, but when i switch the configuration to 'Release' the images in my toolbar simply dissapear (I only the text next to the images, but no images). Anyone have an Idea what might be wrong with that?
-
Hello, I have a problem with the toolbar in visual studio 2005, when I compile and run my application in the 'Debug' Configuration everything is fine, but when i switch the configuration to 'Release' the images in my toolbar simply dissapear (I only the text next to the images, but no images). Anyone have an Idea what might be wrong with that?
Hi grep2 I think it could be from image url that you set. make sure the address is correct. be careful that if you use of any related address with your project address it is different in release and debug mode. let me know if it is useful
-
Hi grep2 I think it could be from image url that you set. make sure the address is correct. be careful that if you use of any related address with your project address it is different in release and debug mode. let me know if it is useful
Hello, I use the images from a ImageList, there also other controls which use images from the same ImageList and they are displayed properly. So I guess it has nothing to do with the address. But thank you for taking your time to answer my question, although the problem is still not solved. - Pawel