|
 |
aspx thread: beta 2 project not compile in release
Message #1 by "Ignacio Varas" <ignacio.varas@n...> on Mon, 18 Feb 2002 15:10:02
|
|
Hi, i have some project with .net beta 2 and now i have a release version,
but when i tried to compile my project always get the same error
Parser Error Message: File or assembly name System.Web, or one of its
dependencies, was not found.
Source Error:
Line 54: -->
Line 55: <httpHandlers>
Line 56: <add verb="*" path="*.vb"
type="System.Web.HttpNotFoundHandler,System.Web" />
may i do something before migrate this project to release?
and a second question but in the same way
in one project i have a crystal report viewer, and how i see that the
release crystal report assemblies are newer than beta 2 i delete them and
i add the new ones, but i have an error too. any idea why?
thanks a lot.
Message #2 by "Albert Davis" <albertdavis@h...> on Mon, 18 Feb 2002 14:29:01 -0500
|
|
The RTM version has new Class's to handle FNF cases... If you have added
any new keys to your web.config class just copy them out then delete your
web.config file and add a new one - If you do a side-by-side comparison
there are some differences...
HTH,
Al
>From: "Ignacio Varas" <ignacio.varas@n...>
>Reply-To: "ASP+" <aspx@p...>
>To: "ASP+" <aspx@p...>
>Subject: [aspx] beta 2 project not compile in release
>Date: Mon, 18 Feb 2002 15:10:02
>
>Hi, i have some project with .net beta 2 and now i have a release version,
>but when i tried to compile my project always get the same error
>Parser Error Message: File or assembly name System.Web, or one of its
>dependencies, was not found.
>
>Source Error:
>
>
>Line 54: -->
>Line 55: <httpHandlers>
>Line 56: <add verb="*" path="*.vb"
>type="System.Web.HttpNotFoundHandler,System.Web" />
>
>
>may i do something before migrate this project to release?
>
>and a second question but in the same way
>in one project i have a crystal report viewer, and how i see that the
>release crystal report assemblies are newer than beta 2 i delete them and
>i add the new ones, but i have an error too. any idea why?
>
>thanks a lot.
_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
|
|
 |