I'm receiving the error below when trying to run a dynamic data template. Any ideas?
The VirtualPathProvider returned a VirtualFile object with VirtualPath
set to '/tblOPANews/ListDetails.aspx' instead of the
expected '//tblOPANews/ListDetails.aspx'.
<div style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: medium none; PADDING-LEFT: 0cm; PADDING-BOTTOM: 1pt; BORDER-LEFT: medium none; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; mso-element: para-border-div; mso-border-bottom-alt:
solid windowtext .75pt">
Hi
It will be easy for us to help you out if you post the actual code. Any ways just by looking at the error it seems either path error or concatenation of “/” escape character. As in
C# you need to user “//” instead of “/”.
Hope this helps
Happy Coding
</div>
Please mark as “Answer” if you find this post helpful
Happy coding..
-------------------------------------------------------------------
Please mark as answer if you find this post helpful.
JoeReynolds
Participant
871 Points
313 Posts
DataTemplate Error
Dec 19, 2007 02:57 AM|LINK
I'm receiving the error below when trying to run a dynamic data template. Any ideas?
The VirtualPathProvider returned a VirtualFile object with VirtualPath
set to '/tblOPANews/ListDetails.aspx' instead of the
expected '//tblOPANews/ListDetails.aspx'.
pnv.ravikira...
Participant
1164 Points
227 Posts
Re: DataTemplate Error
Dec 19, 2007 03:33 AM|LINK
Hi
It will be easy for us to help you out if you post the actual code. Any ways just by looking at the error it seems either path error or concatenation of “/” escape character. As in C# you need to user “//” instead of “/”.
Hope this helps
Happy Coding
</div>Please mark as “Answer” if you find this post helpful
Happy coding..
-------------------------------------------------------------------
Please mark as answer if you find this post helpful.
JoeReynolds
Participant
871 Points
313 Posts
Re: DataTemplate Error
Dec 19, 2007 03:34 PM|LINK
Thanks. Found the problem. I was missing a couple of lines in my web.confif.