| Author |
Message |
Kevin
Guest
|
Posted:
Tue Jan 25, 2005 3:33 am Post subject:
Developing in Visual Studio.Net? |
|
|
Will Windows XP Media Center allow IIS 5.1 to develop and test web
applications developed using Visual Studio.net? |
|
| Back to top |
|
 |
David
Guest
|
Posted:
Tue Jan 25, 2005 4:06 am Post subject:
Re: Developing in Visual Studio.Net? |
|
|
Yes, it will. But, you will need to use the 2002 version I think as Media
Center will not run assemblies built with the 1.1 version of the framework
only framework version1.0
Visual Studio .net 2003 can't compile assemblies from the IDE using 1.0
framework. If you want/need to use .net studio 2003, you can compile using
the command line compiler to compile a project developed under 2003 and it
will allow you to compile assemblies using the 1.0 framework.
d:
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:DE210794-8BD6-45E2-AE23-566CCEA90036@microsoft.com...
| Quote: | Will Windows XP Media Center allow IIS 5.1 to develop and test web
applications developed using Visual Studio.net?
|
|
|
| Back to top |
|
 |
Noozer
Guest
|
Posted:
Tue Jan 25, 2005 4:29 am Post subject:
Re: Developing in Visual Studio.Net? |
|
|
You can't install DotNet framework 1.1 on MCE 2005? How about the upcoming
2.0 framework?
"David" <dsnell@nospams.com> wrote in message
news:ecM9blmAFHA.2608@TK2MSFTNGP10.phx.gbl...
| Quote: | Yes, it will. But, you will need to use the 2002 version I think as Media
Center will not run assemblies built with the 1.1 version of the framework
only framework version1.0
Visual Studio .net 2003 can't compile assemblies from the IDE using 1.0
framework. If you want/need to use .net studio 2003, you can compile using
the command line compiler to compile a project developed under 2003 and it
will allow you to compile assemblies using the 1.0 framework.
d:
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:DE210794-8BD6-45E2-AE23-566CCEA90036@microsoft.com...
Will Windows XP Media Center allow IIS 5.1 to develop and test web
applications developed using Visual Studio.net?
|
|
|
| Back to top |
|
 |
Adam Hearn
Guest
|
Posted:
Tue Jan 25, 2005 5:00 am Post subject:
Re: Developing in Visual Studio.Net? |
|
|
The .NET platform allows mutliple versions .NET 1.0, 1.1 & 2.0 all installed
at the same time.
Can't say I've done anything specific WRT to MCE but I doubt MS would break
their own software - especially on the subject of version compatabilty in
..NET!
"David" <dsnell@nospams.com> wrote in message
news:ecM9blmAFHA.2608@TK2MSFTNGP10.phx.gbl...
| Quote: | Yes, it will. But, you will need to use the 2002 version I think as Media
Center will not run assemblies built with the 1.1 version of the framework
only framework version1.0
Visual Studio .net 2003 can't compile assemblies from the IDE using 1.0
framework. If you want/need to use .net studio 2003, you can compile using
the command line compiler to compile a project developed under 2003 and it
will allow you to compile assemblies using the 1.0 framework.
d:
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:DE210794-8BD6-45E2-AE23-566CCEA90036@microsoft.com...
Will Windows XP Media Center allow IIS 5.1 to develop and test web
applications developed using Visual Studio.net?
|
|
|
| Back to top |
|
 |
David
Guest
|
Posted:
Tue Jan 25, 2005 7:48 pm Post subject:
Re: Developing in Visual Studio.Net? |
|
|
You can indeed install multiple versions of the .net framework on the MCPC
and programs that use these will run fine as stand alone applications as
long as they are designed to run under Windows XP. However, as it applies to
developing an add-in for use under the Media Center Interface using visual
studio .net, you will need to have your assemblies compile to 1.0 version of
the framework, as this is a limitation when running compiled applications
under the Media Center interface.
Hope this helps,
d:
"Adam Hearn" <ahearn@nospam.com> wrote in message
news:ebo7kDnAFHA.208@TK2MSFTNGP12.phx.gbl...
| Quote: | The .NET platform allows mutliple versions .NET 1.0, 1.1 & 2.0 all
installed
at the same time.
Can't say I've done anything specific WRT to MCE but I doubt MS would
break
their own software - especially on the subject of version compatabilty in
.NET!
"David" <dsnell@nospams.com> wrote in message
news:ecM9blmAFHA.2608@TK2MSFTNGP10.phx.gbl...
Yes, it will. But, you will need to use the 2002 version I think as Media
Center will not run assemblies built with the 1.1 version of the
framework
only framework version1.0
Visual Studio .net 2003 can't compile assemblies from the IDE using 1.0
framework. If you want/need to use .net studio 2003, you can compile
using
the command line compiler to compile a project developed under 2003 and
it
will allow you to compile assemblies using the 1.0 framework.
d:
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:DE210794-8BD6-45E2-AE23-566CCEA90036@microsoft.com...
Will Windows XP Media Center allow IIS 5.1 to develop and test web
applications developed using Visual Studio.net?
|
|
|
| Back to top |
|
 |
Kevin
Guest
|
Posted:
Tue Jan 25, 2005 9:53 pm Post subject:
Re: Developing in Visual Studio.Net? |
|
|
UPDATE!
When I first tried running VS.net I would get an error when trying to create
a new "Web Application". It would let me create a new Windows Application.
I looked up on the error on MS.com and found some things to try.
Last night I un-installed everything, then installed the .net framework 1.0
first...then ran the 1.1 .net framework. Then I re-installed VS.net 2003.
This seemed to work.
I did a quick test this morning and I was able to create a new Web
Application and do a quick compile (although the file was very simple).
There were no problems.
I'm really hoping that fix worked...and after more testing tonight, I'll
know for sure.
By the way...I think I have Media Center 2002...even though my laptop is
brand new. I'll double check.
Kevin
"David" wrote:
| Quote: | You can indeed install multiple versions of the .net framework on the MCPC
and programs that use these will run fine as stand alone applications as
long as they are designed to run under Windows XP. However, as it applies to
developing an add-in for use under the Media Center Interface using visual
studio .net, you will need to have your assemblies compile to 1.0 version of
the framework, as this is a limitation when running compiled applications
under the Media Center interface.
Hope this helps,
d:
"Adam Hearn" <ahearn@nospam.com> wrote in message
news:ebo7kDnAFHA.208@TK2MSFTNGP12.phx.gbl...
The .NET platform allows mutliple versions .NET 1.0, 1.1 & 2.0 all
installed
at the same time.
Can't say I've done anything specific WRT to MCE but I doubt MS would
break
their own software - especially on the subject of version compatabilty in
.NET!
"David" <dsnell@nospams.com> wrote in message
news:ecM9blmAFHA.2608@TK2MSFTNGP10.phx.gbl...
Yes, it will. But, you will need to use the 2002 version I think as Media
Center will not run assemblies built with the 1.1 version of the
framework
only framework version1.0
Visual Studio .net 2003 can't compile assemblies from the IDE using 1.0
framework. If you want/need to use .net studio 2003, you can compile
using
the command line compiler to compile a project developed under 2003 and
it
will allow you to compile assemblies using the 1.0 framework.
d:
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:DE210794-8BD6-45E2-AE23-566CCEA90036@microsoft.com...
Will Windows XP Media Center allow IIS 5.1 to develop and test web
applications developed using Visual Studio.net?
|
|
|
| Back to top |
|
 |
David
Guest
|
Posted:
Tue Jan 25, 2005 11:41 pm Post subject:
Re: Developing in Visual Studio.Net? |
|
|
Kevin,
Glad to hear that you are getting things to work. I should have noticed from
your original post that you were developing a web app and not an add in. The
add-ins will require compilation against the 1.0 framework, however I
believe that web applications (i.e.. aspx pages and the like) will run from
the 1.1 framework as they are being processed from the IIS server.
Let me know how you fair.
Regards,
d:
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:D2E452EF-4E86-428A-82EF-00968C1B6133@microsoft.com...
| Quote: | UPDATE!
When I first tried running VS.net I would get an error when trying to
create
a new "Web Application". It would let me create a new Windows
Application.
I looked up on the error on MS.com and found some things to try.
Last night I un-installed everything, then installed the .net framework
1.0
first...then ran the 1.1 .net framework. Then I re-installed VS.net 2003.
This seemed to work.
I did a quick test this morning and I was able to create a new Web
Application and do a quick compile (although the file was very simple).
There were no problems.
I'm really hoping that fix worked...and after more testing tonight, I'll
know for sure.
By the way...I think I have Media Center 2002...even though my laptop is
brand new. I'll double check.
Kevin
"David" wrote:
You can indeed install multiple versions of the .net framework on the
MCPC
and programs that use these will run fine as stand alone applications as
long as they are designed to run under Windows XP. However, as it applies
to
developing an add-in for use under the Media Center Interface using
visual
studio .net, you will need to have your assemblies compile to 1.0 version
of
the framework, as this is a limitation when running compiled applications
under the Media Center interface.
Hope this helps,
d:
"Adam Hearn" <ahearn@nospam.com> wrote in message
news:ebo7kDnAFHA.208@TK2MSFTNGP12.phx.gbl...
The .NET platform allows mutliple versions .NET 1.0, 1.1 & 2.0 all
installed
at the same time.
Can't say I've done anything specific WRT to MCE but I doubt MS would
break
their own software - especially on the subject of version compatabilty
in
.NET!
"David" <dsnell@nospams.com> wrote in message
news:ecM9blmAFHA.2608@TK2MSFTNGP10.phx.gbl...
Yes, it will. But, you will need to use the 2002 version I think as
Media
Center will not run assemblies built with the 1.1 version of the
framework
only framework version1.0
Visual Studio .net 2003 can't compile assemblies from the IDE using
1.0
framework. If you want/need to use .net studio 2003, you can compile
using
the command line compiler to compile a project developed under 2003
and
it
will allow you to compile assemblies using the 1.0 framework.
d:
"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:DE210794-8BD6-45E2-AE23-566CCEA90036@microsoft.com...
Will Windows XP Media Center allow IIS 5.1 to develop and test web
applications developed using Visual Studio.net?
|
|
|
| Back to top |
|
 |
|
|
|
|