VS Web Dev 2008 Express & hyperlink - Error

B

BenCoo

Hello,

When I paste the following code into a Web Dev 2008 Express Document:


<asp:HyperLink ID="HyperLink1" runat="server"

ImageUrl="~/App_Media/Graphics/Gif/VevidaLogo.gif">HyperLink</asp:HyperLink>

I get the error:

Error Rendering Control - Hyperlink 1
An Unhandled exception has occured.
Object reference not set to an instance of an object

It doesn't metter what graphic is used (*.gif, *.jpg, *.png, ...)

What am I doeing wrong ?

Thanks in advance,

Ben Coo
 
M

Mr. Arnold

BenCoo said:
Hello,

When I paste the following code into a Web Dev 2008 Express Document:


<asp:HyperLink ID="HyperLink1" runat="server"

ImageUrl="~/App_Media/Graphics/Gif/VevidaLogo.gif">HyperLink</asp:HyperLink>

I get the error:

Error Rendering Control - Hyperlink 1
An Unhandled exception has occured.
Object reference not set to an instance of an object

A reference to a DLL is missing, and it can't instantiate a needed object
behind the scene most likely.
 
K

KevInKauai

WHICH DLL, pray tell!?

I recently migrated my development environment from an aging system to a new
one and installed VWD 2008 EE and have been getting this "Error Rendering
Control" since. Surprisingly, when I do a run with the local web server
things look fine (and the only inconvenience is when developing).

Any suggestions about fixing would be appreciated!

Should VWD 2008 EE be uninstalled and reinstalled? My recollection tells me
that when I installed there were no errors or exceptions noted and I do not
believe that I have deleted and/or moved any system type DLLs.

tia ... KevInKauai :)
 
B

BenCoo

This isue is under investigation by .net team. Hotfix will be released soon.

Thanks to all,

BenCoo
 

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