Thnx
for the reply,
that
does have impact, but not the desired one. Now I get loads of warnings like this
one 'warning CS1595: 'System.Web.UI.Control' is defined in multiple places;
using definition from
'C:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Web.dll''
It
seems like it does recognize .NET Framework 1.1 now, but also still uses
1.0. I even deleted the <supportedRuntime version="v1.0.3705" /> bit, but that
didn't work either. The <csc> task has the
noconfig-flag to prohibit autofinding assemblies. I tried to use it on the
<solution> task, but it doesn't seem to be supported
there.
Any
more idea's?
Carlo Poli From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: dinsdag 17 juni 2003 11:32 To: Carlo Poli; [EMAIL PROTECTED] This may help: make sure your
NAnt is running on net-1.1. heck/add the
following at the end of your nant.exe.config:
<startup>
<supportedRuntime version="v1.1.4322" /> <supportedRuntime version="v1.0.3705" /> </startup> but looks like a bug of
<solution>
Jarek
|
Title: Solution incorrectly compiled against .NET version 1.0 (bug?)
- [Nant-users] Solution incorrectly compiled against .NET ... Carlo Poli
- Re: [Nant-users] Solution incorrectly compiled agai... Jaroslaw Kowalski
- Re: [Nant-users] Solution incorrectly compiled agai... Carlo Poli
- [Nant-users] Solution incorrectly compiled against ... Carlo Poli
- RE: [Nant-users] Solution incorrectly compiled agai... Erv Walter
- RE: [Nant-users] Solution incorrectly compiled ... Jean Rajotte
- Re: [Nant-users] Solution incorrectly compi... Ian MacLean