Re: Now this is strange...!
- From: "Patrice" <scribe@xxxxxxxx>
- Date: Wed, 5 Apr 2006 15:44:58 +0200
Any reason to compile to 2.0 and to run using 1.1 ? I would update the IIS
site (you should have a new ASP.NET tab in the IIS admin applet) and would
select the 2.0 version...
Basically I believe that running a 1.1 application under 2.0 is supported
(but should be tested) while running a 2.0 application under 1.1 is not...
--
"tobias_e" <tobias_ebsen@xxxxxxxxxxx> a écrit dans le message de news:
1144243939.379178.46190@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi!
I just upgraded my .NET Framework from v1.1 to v2.0 (and uninstalled
v1.1).
I have compilled my assembly with the v2.0 compiler and uploaded it to
my web-server - which runs on v1.1. Now I get the following error:
------------------------------------------------------------------------------------------------------
Compiler Error Message: CS0234: The type or namespace name 'BandSite'
does not exist in the class or namespace 'TobySoft' (are you missing an
assembly reference?)
Source Error:
Line 1: <%@ Page Language="C#" %>
Line 2: <%@ Import Namespace="TobySoft.BandSite.Users" %>
Line 3: <script runat="server">
Line 4:
------------------------------------------------------------------------------------------------------
Is this a compatibility problem between v2.0 and v1.1?
How do I solve it?
Thanks!!
Tobias
.
- Follow-Ups:
- Re: Now this is strange...!
- From: tobias_e
- Re: Now this is strange...!
- References:
- Now this is strange...!
- From: tobias_e
- Now this is strange...!
- Prev by Date: Cookiekess forms authentication gives error with ASP.NET 2.0 SiteMap
- Next by Date: Re: How to manipulate word document in .NET dynamically?
- Previous by thread: Now this is strange...!
- Next by thread: Re: Now this is strange...!
- Index(es):
Relevant Pages
|