Images don't show after converting web app from VS2003 to VS2005

G

Guest

Hello,

I converted a web solution from VS2003 to VS2005. The conversion process
proceeded successfully with no errors and the new VS2005 solution builds with
no error. When trying to run it, the images don't show on the web page! The
text boxes, writings and stff show correctly but the images don't.

Your help is appreciated,

Tammam
 
K

Ken Cox [Microsoft MVP]

Hi Tammam,

When you browse, are the Web pages showing a placeholder for the images? If
you right-click on the placeholder, does it give you a clue as to where the
page thinks the image should be?

Is it possible that you had the images folder mapped as a virtual directory
in the old project?

Let us know?

Ken
Microsoft MVP [ASP.NET]
 
G

Guest

Hello Ken,

Thanks for your reply.
The place holder says something like http:\\localhost:[port
number]\(image_name).jpg but I'm using the built-in server with the VS.NET
not the IIS )(selected that from properties).

Thanks,

Tammam


Ken Cox said:
Hi Tammam,

When you browse, are the Web pages showing a placeholder for the images? If
you right-click on the placeholder, does it give you a clue as to where the
page thinks the image should be?

Is it possible that you had the images folder mapped as a virtual directory
in the old project?

Let us know?

Ken
Microsoft MVP [ASP.NET]

Tammam said:
Hello,

I converted a web solution from VS2003 to VS2005. The conversion process
proceeded successfully with no errors and the new VS2005 solution builds
with
no error. When trying to run it, the images don't show on the web page!
The
text boxes, writings and stff show correctly but the images don't.

Your help is appreciated,

Tammam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top