It's an httpmodule that we want to sell to people to put on their web servers and if they haven't upgraded their framework we don't want to tell them that they have to. For a future release we're considering moving to an isapi filter so we don't need the framework at all. Then the only limitation will be that we run on IIS.
-----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of David Lanouette Sent: Wednesday, December 21, 2005 12:56 PM To: [email protected] Subject: Re: [ADVANCED-DOTNET] runtime framework targeting What's the concern about using a later version of the framwork? Are your clients complaining about upgrading? Remember that you can have all 3 versions on the same machine without conflict. And, they are free, so cost shouldn't be an issue. One suggestion: consider putting the code that requires a later framework into a webservice. Then, only the web server needs to have a specific version of the framework. HTH. On 12/21/05, Geoff Taylor <[EMAIL PROTECTED]> wrote: > One reason is that there are some pretty significant breaking changes in the > COM layer. The COMVisible attribute now works differently, and the > difference is particularly problematic with datasets. If you used datasets > in COM with .NET 1.1, your code probably won't run in .NET 2. > > (Or so I'm told.) > > Geoff > > > -----Original Message----- > > From: Discussion of advanced .NET topics. [mailto:ADVANCED- > > [EMAIL PROTECTED] On Behalf Of Ted Neward > > Sent: 21 December 2005 00:01 > > To: [email protected] > > Subject: Re: [ADVANCED-DOTNET] runtime framework targeting > > > > Why would an assembly want to change the version of the runtime it wants > > to > > target anyway? What's your use case here? I'm curious. > > > > Ted Neward > > Author, Presenter, Consultant > > Java, .NET, XML services > > http://blogs.tedneward.com > > =================================== > This list is hosted by DevelopMentor(r) http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com > -- ______________________________ - David Lanouette - [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentorR http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
