E ECVerify.com Feb 12, 2004 #1 Is there any way to make an application built with 2003 also run under the .NET 1.0 framework? Thanks, Ed,
Is there any way to make an application built with 2003 also run under the .NET 1.0 framework? Thanks, Ed,
G Guest Feb 12, 2004 #2 In the properties for the project, on the Build page set the supported runtimes. HTH David ----- ECVerify.com wrote: ----- Is there any way to make an application built with 2003 also run under the .NET 1.0 framework? Thanks, Ed,
In the properties for the project, on the Build page set the supported runtimes. HTH David ----- ECVerify.com wrote: ----- Is there any way to make an application built with 2003 also run under the .NET 1.0 framework? Thanks, Ed,
E ECVerify.com Feb 13, 2004 #3 David Williams said: In the properties for the project, on the Build page set the supported runtimes. HTH David ----- ECVerify.com wrote: ----- Is there any way to make an application built with 2003 also run under the .NET 1.0 framework? Thanks, Ed, Click to expand... Thanks David, I also found this <?xml version="1.0" ?> <configuration> <startup> <supportedRuntime version="V1.1.4322" /> </startup> </configuration> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvs03/html/vs03e12.asp Once again thanks for your input
David Williams said: In the properties for the project, on the Build page set the supported runtimes. HTH David ----- ECVerify.com wrote: ----- Is there any way to make an application built with 2003 also run under the .NET 1.0 framework? Thanks, Ed, Click to expand... Thanks David, I also found this <?xml version="1.0" ?> <configuration> <startup> <supportedRuntime version="V1.1.4322" /> </startup> </configuration> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnhcvs03/html/vs03e12.asp Once again thanks for your input