I have a program designed in VS2008 that I moved over to VS2012.
I don't have a lot of experience with VB, but I do have enough to really screw things up.
On build I'm getting several warnings that reference some images that I no longer use, nor have.
The program works as intended, though I would like to get rid of these errors, but can not find any reference to them other that the output warnings. I've done a file search, searching the entire project, but find no references to these images.
Any ideas?
![Name: warnings.png
Views: 50
Size: 5.6 KB]()
I don't have a lot of experience with VB, but I do have enough to really screw things up.
On build I'm getting several warnings that reference some images that I no longer use, nor have.
The program works as intended, though I would like to get rid of these errors, but can not find any reference to them other that the output warnings. I've done a file search, searching the entire project, but find no references to these images.
Any ideas?
Code:
------ Rebuild All started: Project: Cemetery Lot Status, Configuration: Release x86 ------
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3201,5): warning MSB3331: Unable to apply publish properties for item "images\blue_dot.png".
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3201,5): warning MSB3331: Unable to apply publish properties for item "images\green_dot.png".
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3201,5): warning MSB3331: Unable to apply publish properties for item "images\map.bmp".
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3201,5): warning MSB3331: Unable to apply publish properties for item "images\map2.png".
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3201,5): warning MSB3331: Unable to apply publish properties for item "images\orange_dot.png".
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3201,5): warning MSB3331: Unable to apply publish properties for item "images\red_dot.png".
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(3201,5): warning MSB3331: Unable to apply publish properties for item "images\yellow_dot.png".
Cemetery Lot Status -> C:\Users\Artie\Documents\Visual Studio 2012\Projects\Cemetery Status MDI\Cemetery Lot Status\bin\x86\Release\Cemetery Lot Status.exe
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========