K
Ken Fine
I've been living with a frustrating issue with VS.NET for some months now
and I need to figure out what the problem is. Hopefully someone has run into
the same issue and can suggest a fix. I suspect some permissions problem.
I'm running VS.NET 2008 in Vista. Symptoms and observations:
* ASP.NET's native ImageMap and Image controls work just fine and provide a
design-time preview of images that are referenced via the ImageUrl property
* Telerik's controls work just fine. This includes their older stuff as well
as the more recent ASP.NET AJAX releases that bind all of the controls and
their assets into one assembly.
* Other VS.NET/ASP.NET controls that involve design-time display of images
do NOT work fine in terms of providing the design-time image preview when
referenced with anything besides an explicit path (e.g. ~/image.jpg as
ImageUrl does not work.) . I get a red X instead. If I view the page on
localhost or in deployment, the control works just fine. What's broken is
the design-time preview of the image. This is problematic for controls that
involve interaction with the image, e.g. this imagemap control with
graphical designer: http://www.ewoodruff.us/EWSImageMaps.aspx
* Reinforcing something from the last point, writing in an explicit path
will force design-time image preview to work, e.g.: putting
C:\Users\Me\Documents\Visual Studio
2008\Projects\KILLTHIS\KILLTHIS\image.jpg as the ImageUrl will cause the
control to work properly.
* As a test I created a new Web project. The controls exhibited the same
design-time error. The problem isn't limited to one website.
* I tried enabling Full Control permissions for Users, Everyone, and Network
Service on both the Projects folders and the Website folders. This did not
resolve the problem.
Any suggestions for where else I should be looking on this? Thanks much for
your help.
-KF
and I need to figure out what the problem is. Hopefully someone has run into
the same issue and can suggest a fix. I suspect some permissions problem.
I'm running VS.NET 2008 in Vista. Symptoms and observations:
* ASP.NET's native ImageMap and Image controls work just fine and provide a
design-time preview of images that are referenced via the ImageUrl property
* Telerik's controls work just fine. This includes their older stuff as well
as the more recent ASP.NET AJAX releases that bind all of the controls and
their assets into one assembly.
* Other VS.NET/ASP.NET controls that involve design-time display of images
do NOT work fine in terms of providing the design-time image preview when
referenced with anything besides an explicit path (e.g. ~/image.jpg as
ImageUrl does not work.) . I get a red X instead. If I view the page on
localhost or in deployment, the control works just fine. What's broken is
the design-time preview of the image. This is problematic for controls that
involve interaction with the image, e.g. this imagemap control with
graphical designer: http://www.ewoodruff.us/EWSImageMaps.aspx
* Reinforcing something from the last point, writing in an explicit path
will force design-time image preview to work, e.g.: putting
C:\Users\Me\Documents\Visual Studio
2008\Projects\KILLTHIS\KILLTHIS\image.jpg as the ImageUrl will cause the
control to work properly.
* As a test I created a new Web project. The controls exhibited the same
design-time error. The problem isn't limited to one website.
* I tried enabling Full Control permissions for Users, Everyone, and Network
Service on both the Projects folders and the Website folders. This did not
resolve the problem.
Any suggestions for where else I should be looking on this? Thanks much for
your help.
-KF