|
-
Aug 10th, 2009, 06:42 PM
#81
Re: Windows 7 RTM Announced - 08.06.09
FPSE are not supported in 2008+. For the OS I havent heard yet
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 10th, 2009, 07:25 PM
#82
Re: Windows 7 RTM Announced - 08.06.09
 Originally Posted by ntg
Ehm...I've several VS 2003 solutions in production so I have to install VS 2003. Once I fire up the installation, I get the well-known message:
"This machine is missing components required for local Web application and Web service development..."
and Front Page Server Extensions (FPSE) are missing. After some surprise of not being able to install them by turining windows features on and off (they're not included), I came across a few posts which indidate that FPSE are not supported for Win7 and they are no plans to support them on Win7.
Can anyone confirm this? If it's true, it's a problem that I can't work around.
Since I've read that VS 2003 doesn't work in Vista it's no surprise that it doesnt work in Win7 either. However, once it's out of beta you can use the XP VM that MS gives you (for Enterprise and Ultimate editions) for free, just run VS 2003 in the VM in Win7
-
Aug 11th, 2009, 01:59 AM
#83
Re: Windows 7 RTM Announced - 08.06.09
 Originally Posted by JuggaloBrotha
Since I've read that VS 2003 doesn't work in Vista it's no surprise that it doesnt work in Win7 either.
   
You're right about VS.2003 and Vista, obviously I've skipped Vista completely.
 Originally Posted by JuggaloBrotha
However, once it's out of beta you can use the XP VM that MS gives you (for Enterprise and Ultimate editions) for free, just run VS 2003 in the VM in Win7.
One of my more Linux-minded colleagues has setup his work PC using Debian. Since we're a .Net shop, he's doing his real work inside a virtual machine, so he's ended up running the OS he should have booted up from virtually and has a (more or less) irrelevant OS as the virtual machine host. The whole scheme just wastes memory, disk space and processing cycles.
The fact that I can't use VS.2003 is a big disappointment to me. I won't seriously consider performing a non-trivial amount of my work under a VM.
-
Aug 11th, 2009, 03:53 AM
#84
Re: Windows 7 RTM Announced - 08.06.09
Its just the FPSE that are not supported in Vista and 7. If you dont need it then you can still force an install of 2003 just without ASP.NET project support etc.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 11th, 2009, 06:14 AM
#85
Re: Windows 7 RTM Announced - 08.06.09
Unfortunately I need FSPE because I've a few web projects/services in VS.2003 as well. Granted, I could use a VM to host those or run VS.2003 but then I'd be forced to have a VM running all the time or make changes to the solutions and the build scripts to name just a few of the major inconveniences.
I'm a bit frustrated about this. I really like 7 and I was sure there wouldn't be any problems with my upgrade but I can't think a way around this.
Edit: As far as I can gather from this and other web posts, FSPE works on Vista - this is the real reason I was taken by surprise because, if nothing else, Microsoft is a sucker for compatibility. I can't think of a technical reason that would make it impossible to run FSPE under Win7 since they can run under Vista.
Last edited by ntg; Aug 11th, 2009 at 06:40 AM.
-
Aug 11th, 2009, 07:38 AM
#86
Re: Windows 7 RTM Announced - 08.06.09
Well, you could start using VS 2008 Express editions for the projects since they're free to use and they work on Vista/Win7. The downside is... you'll have to upgrade the projects to VS 2008 and not use VS 2003. Plus side, with VS 2008 you can have them target the 2.0 Framework so the clients don't have to install .Net all the way up to v 3.5. Downside.. the contract, might be a problem.
-
Aug 11th, 2009, 07:50 AM
#87
Re: Windows 7 RTM Announced - 08.06.09
Indeed it is a problem. I'm not vending here, it is a big problem.
According to StatSVN, I've a few hundred thousand LOCs worth of VS.2003 code which targets a vertical and highly specialized market, and also incorporates customer code (which has been compiled using VS.2003 as well).
The normal rules of routinely upgrading to the latest-and-greatest runtime version of .Net do not apply. For any system-wide change, even one as "trivial" as a recompile, we have to check for forward compatibility issues inhouse, we have to talk the customer into upgrading their own code that we use, allocate resources to do a straight-forward but time consuming system-wide QA test and deploy all the new redistributable packages.
These days, it's increasingly difficult for me to sell to the customers features that save production time from their people...to say nothing about persuading them to perform an upgrade to the .Net 2.0 runtime. The business value just isn't there.
Last edited by ntg; Aug 11th, 2009 at 07:55 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|