Visual Web Developer Express refresh problem

cfisher440

Well-known member
Joined
Oct 11, 2005
Messages
73
Programming Experience
1-3
I just downloaded Visual Web Developer 2005 Express. I put in a basic image web control. I put the gif image in the folder with the aspx and aspx.vb files. I click in the ellipses button to select the file and it brings me to the right folder but there is no images to select. So I just type in on the imageURL in the property bar "y3.gif" and the image shows up. When I go to code view there is a red squiggly mark and it says file 'y3.gif' was not found. When I run the basic web page the pic does indeed show up.

Not a big deal, since it works, just wondering if that has happened to anyone else and if so, if you did anything to resolve it. I think it's a Microsoft glitch or I installed my program wrong.
 
I've seen this and similar 'refresh' problems a lot with the Web Developer Express, doesn't help to click refresh button in any dialog, the files never show up, but it always helped me to close and restart the IDE, then the files were available. It looks to me that this is a IDE bug with refreshing to filesystem.
 
Back
Top