Is the URL that you type directly in the browser exactly the same as the one
that the VS IDE uses (I would double check this)? Also, I would double check
your code for syntax errors, if the code you are being shown is
<script src="/aspnet_client/system_web/2_0_50727/WebUIValidation.js"
then you might want to add the closing ></script> in case this
is causing it to show the code (why it would show it in one scenario and not
the other, I don't know, but you would need to fix it either way). Also,
when it shows the code, does it display any errors along with it? If it
does, take a look at them to see if they help you in any way. I can't really
give any more suggestions without any more info, so good luck, if these
don't fix the problem try posting back with the results to my suggestions.
--
Nathan Sokalski
(E-Mail Removed)
http://www.nathansokalski.com/
"comzy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all,
> I have a peculiar problem. After migrating my existing asp.net
> 2003 project to 2005 my project works fine without any problem. The
> moment i thought of debugging it i came to face this peculiar problem
> which is as follows.
>
> when i run the project by typing the URL dirctly in the browser i can
> see the following line in the view source:
>
> <script src="/aspnet_client/system_web/2_0_50727/WebUIValidation.js"
>
> Bu when i tried to run directly from the VS.NET 2005 IDE this line is
> not getting included. can anyone help me out to solve this problem.
>
> Thanks ,
> Shiva.
>