NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 46 47 48 49 50 … 93 Next »
Vs2005 -> .net 1.1

 
  • 0 Vote(s) - 0 Average
Vs2005 -> .net 1.1
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2007-02-12, 09:18 PM
Hi all. Need a bit of help.

Is there a way of getting MS Visual Studio 2005 to produce a .NET 1.1 app? I've been looking through the build options without sucess Sad

Thanks
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2007-02-12, 09:21 PM
Its not supposed to be able to, but I seem to remember seeing some posts about it a while back. http://www.codeplex.com/Wiki/View.aspx?P...Name=MSBee is an example
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#3
2007-02-12, 10:02 PM
For Windows Mobile 5 (kinda of related) you can say that the applciation is compatible with Framework 1.0 by using a application.config file:

Code:
<configuration>
  <runtime>
    <compatibilityversion major="1" minor="0"/>
  </runtime>
  <startup>
    <supportedRuntime version="v2.0.5238"/>
  </startup>
</configuration>

Not sure if same will apply to PC programs - google will be your friend... Big Grin
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#4
2007-02-12, 10:11 PM
Yeah I've googled but seems like its not possible (at least easily). So currently installing VS2003.

Thanks for the replys Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#5
2007-02-12, 10:27 PM
This seems to imply it is possible:
http://www.hanselman.com/blog/BuildingNE...o2005.aspx
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#6
2007-02-12, 10:32 PM
Hmm, didn't compile anything, but got the options to come up.

Here are the actual instructions to follow: http://blogs.msdn.com/jomo_fisher/archiv...10903.aspx
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#7
2007-02-13, 06:49 PM
McBain,

I used the MSBee program from MS to compile a 1.1 program from VS2005. It was several months ago but i don't recall it being very difficult at all. There was a thread about a while back where I was talking to bgowland about the same thing. The link Sub provided is the official site for MSBee. here is an additional link about it on MSDN:

http://msdn2.microsoft.com/en-us/vstudio/aa718347.aspx

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#8
2007-02-13, 06:52 PM
Thanks for all the links guys. In the end I talked nicely to the IT guys at my University and they've setup a .NET 2.0 machine for me to demonstrate my final year project on (sole reason I wanted to know about this stuff).
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
jtokach
Offline

Member

Posts: 192
Threads: 36
Joined: Oct 2004
#9
2007-02-13, 11:17 PM
Perhaps I'm getting VS and SharpDevelop confused but I remember seeing a dropdown box that allowed you to select the framework version? Anyhow, I suppose you *might* be able to remove all of the .NET 2.0 references and add the .NET 1.1 refs, but I think you'd still have to invoke the 1.1 compiler from the command line.
-Jim
---------------------------------------------
GBPVR Website
GBPVR Wiki
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode