freelanceprogrammers.org Forum Index » ASP
Converting from VS 2003 to VS 2005
Joined: 07 Jan 2006
Posts: 4
Converting from VS 2003 to VS 2005
Hi,
I converted a website from VB 2003 to VS2005 and am getting the
following errors...
ERROR: Unable to get local copy of file incomingdefault.aspx.cs.
ERROR: Unable to get local copy of file default2.aspx.cs.
What does this mean? And how can I resolve it?
Thanks!
Joined: 09 Jan 2006
Posts: 27
Converting from VS 2003 to VS 2005
my advice is do not convert unless forced to do so by the boss.
I did one and it became a giant headache. I am not sure whether it
runs correctly now or not.
--- In AspNetAnyQuestionIsOk@yahoogroups.com, "withabreeze"
<withabreeze@y...> wrote:
>
> Hi,
>
> I converted a website from VB 2003 to VS2005 and am getting the
> following errors...
>
> ERROR: Unable to get local copy of file incomingdefault.aspx.cs.
> ERROR: Unable to get local copy of file default2.aspx.cs.
>
>
> What does this mean? And how can I resolve it?
>
> Thanks!
>
Joined: 07 Jan 2006
Posts: 4
Converting from VS 2003 to VS 2005
I don`t have VS 2003 and someone else wrote this so I have to
upgrade. :( Any Advice?
--- In AspNetAnyQuestionIsOk@yahoogroups.com, "Zedekiah Burton"
<scaevola637@y...> wrote:
>
> my advice is do not convert unless forced to do so by the boss.
> I did one and it became a giant headache. I am not sure whether it
> runs correctly now or not.
>
>
> --- In AspNetAnyQuestionIsOk@yahoogroups.com, "withabreeze"
> <withabreeze@y...> wrote:
> >
> > Hi,
> >
> > I converted a website from VB 2003 to VS2005 and am getting the
> > following errors...
> >
> > ERROR: Unable to get local copy of file
incomingdefault.aspx.cs.
> > ERROR: Unable to get local copy of file default2.aspx.cs.
> >
> >
> > What does this mean? And how can I resolve it?
> >
> > Thanks!
> >
>
Joined: 07 Jan 2006
Posts: 5
Converting from VS 2003 to VS 2005
I converted a few vs2003 applications to vs2005. They work fine. You need to
download Web Application Project from msdn and install to your system, which
will update your VS 2005. And then follow directions here:
http://webproject.scottgu.com/CSharp/Default.aspx
Click C#/VB Tutorial and select Migrating from VS 2003 Web Project to VS 2005.
Eva
withabreeze <withabreeze@...> wrote:
I don`t have VS 2003 and someone else wrote this so I have to
upgrade. :( Any Advice?
--- In AspNetAnyQuestionIsOk@yahoogroups.com, "Zedekiah Burton"
<scaevola637@y...> wrote:
>
> my advice is do not convert unless forced to do so by the boss.
> I did one and it became a giant headache. I am not sure whether it
> runs correctly now or not.
>
>
> --- In AspNetAnyQuestionIsOk@yahoogroups.com, "withabreeze"
> <withabreeze@y...> wrote:
> >
> > Hi,
> >
> > I converted a website from VB 2003 to VS2005 and am getting the
> > following errors...
> >
> > ERROR: Unable to get local copy of file
incomingdefault.aspx.cs.
> > ERROR: Unable to get local copy of file default2.aspx.cs.
> >
> >
> > What does this mean? And how can I resolve it?
> >
> > Thanks!
> >
>
SPONSORED LINKS
Basic programming language Computer programming languages
Programming languages Java programming language
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "AspNetAnyQuestionIsOk" on the web.
To unsubscribe from this group, send an email to:
AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
[Non-text portions of this message have been removed]
Joined: 07 Jan 2006
Posts: 4
Converting from VS 2003 to VS 2005
I converted per the instructions and it complied without errors.
But when I put the site up I get this error...
What does this mean?
Server Error in `/` Application.
---------------------------------------------------------------------
-----------
Runtime Error
Description: An application error occurred on the server. The
current custom error settings for this application prevent the
details of the application error from being viewed remotely (for
security reasons). It could, however, be viewed by browsers running
on the local server machine.
Details: To enable the details of this specific error message to be
viewable on remote machines, please create a <customErrors> tag
within a "web.config" configuration file located in the root
directory of the current web application. This <customErrors> tag
should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a
custom error page by modifying the "defaultRedirect" attribute of
the application`s <customErrors> configuration tag to point to a
custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly"
defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
--- In AspNetAnyQuestionIsOk@yahoogroups.com, Eva <evadli@y...>
wrote:
>
> I converted a few vs2003 applications to vs2005. They work fine.
You need to download Web Application Project from msdn and install
to your system, which will update your VS 2005. And then follow
directions here:
>
> http://webproject.scottgu.com/CSharp/Default.aspx
>
> Click C#/VB Tutorial and select Migrating from VS 2003 Web
Project to VS 2005.
>
> Eva
>
>
>
> withabreeze <withabreeze@y...> wrote:
> I don`t have VS 2003 and someone else wrote this so I have to
> upgrade. :( Any Advice?
>
> --- In AspNetAnyQuestionIsOk@yahoogroups.com, "Zedekiah Burton"
> <scaevola637@y...> wrote:
> >
> > my advice is do not convert unless forced to do so by the boss.
> > I did one and it became a giant headache. I am not sure whether
it
> > runs correctly now or not.
> >
> >
> > --- In AspNetAnyQuestionIsOk@yahoogroups.com, "withabreeze"
> > <withabreeze@y...> wrote:
> > >
> > > Hi,
> > >
> > > I converted a website from VB 2003 to VS2005 and am getting
the
> > > following errors...
> > >
> > > ERROR: Unable to get local copy of file
> incomingdefault.aspx.cs.
> > > ERROR: Unable to get local copy of file default2.aspx.cs.
> > >
> > >
> > > What does this mean? And how can I resolve it?
> > >
> > > Thanks!
> > >
> >
>
>
>
>
>
>
>
> SPONSORED LINKS
> Basic programming language Computer programming
languages Programming languages Java programming language
>
> ---------------------------------
> YAHOO! GROUPS LINKS
>
>
> Visit your group "AspNetAnyQuestionIsOk" on the web.
>
> To unsubscribe from this group, send an email to:
> AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
> ---------------------------------
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







