From: stevyn d. <sr...@ya...> - 2003-08-28 04:39:14
|
Hello Jim: If you are using Visual Studio 2002, it (VS) is rev-locked to Framework 1.0. However if you install Framework 1.1, the installation will upgrade any applications in IIS to run with Framework 1.1 . Then when you use the web application, the application will recompile automatically under 1.1. I have the exact same situation because I am still doing web app development in Visual Studio (2002) and having my applications run in FrameWork 1.1. Works just fine -- this is the great side-by-side feature of assemblies and forward version compatibility). Had to do this because COM Interop in Framework 1.0 is buggy. Most applications should upgrade to 1.1 without problems, however if you must run under 1.0 because of version dependencies then change the IIS mappings(.aspx,etc) for your application back to 1.0 framework. some helpful links for you: http://msdn.microsoft.com/netframework/technologyinfo/versioncomparison/default.aspx http://msdn.microsoft.com/library/en-us/dnnetdep/html/sidexsidenet.asp?frame=true regards, stevyn r dembo Jim Maguire <jim...@co...> wrote: Carlos, I looked at my working Dev machine, and the References to System use 1.0.3300.0, BUT in IIS the Mappings for the .asax file is pointing to Framework\v1.1.4322\aspnet_isapi.dll. Because I'm using Visual Studio 1.0, and it only works with Net 1.0, I don't see why it works. I thought I would have to change the mapping of .aspx to Framework\v1.0.xxxx\aspnet_isapi.dll. Can you shed any light on this? ""Jim Maguire"" wrote in message news:bij937$j8n$1...@ne...... > Went to Add or Remove Programs and sure enough, 1.1 got installed somehow. > Maybe it was already there as XP came installed. Removing it now and will > retest. Thanks again! > > "Carlos Guzman Alvarez" wrote in message > news:3F4...@te...... > > Hello: > > > > > firebird net provider 1.0.1241.28320. > > > > Built for .NET 1.0 or 1.1 ?? Ususally this problems is caused for a bad > > installation of the .NET or for use the provider build for a version of > > the .net framework with a different version. > > > > > > > > > > > > > > > > -- > > Best regards > > > > Carlos Guzmán Álvarez > > Vigo-Spain > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Firebird-net-provider mailing list > > Fir...@li... > > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Firebird-net-provider mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software |