"Orcas" - March 2007 CTP
|
2.3.2007 10:21:40
- Filed under :
Framework
|
|
Both the new Visual Studio "Orcas" and Enterprise Library 3.0 CTPs are released !
Enterprise Library got some fixes and the new Policy Injection Application Block is
now included. Go read the info at Tom Hollander's blog or download it here.
About the new "Orcas" CTP you're best of with a lot of download links at Guy Burstein's blog, or a quick link to the download here.
Improvements for web development in this CTP include:
- New ASP.NET WebForms design-surface with advanced XHTML and CSS features
- JScript intellisense for ASP.NET AJAX and browser DOM
- Multi-targetting for .NET Framework 2.0, 3.0, and 3.5 in websites and web applications
- LINQ to SQL designer integration in websites and web applicationsWeb
Keywords : Orcas March CTP, Enterprise Library 3.0 CTP
|
with 0 comments
|
|
Windows Installer service could not be accessed
|
18.10.2006 17:40:34
- Filed under :
Framework
|
|
"Error 1719: The Windows Installer service could not be accessed" error message when you try to add or remove a program
When I try to install .NET Framework 2.0 to Win2000 operation system the error is occured. So, as you know 98 or Win2000 operating system requires Windows Installer 3.0 before attempting to install .NET Framework 2.0.Cause : The Windows Installer files that are on your hard disk are damaged or are missing. Resolution : Reinstall the windows installer To reinstall the Windows Installer, rename the damaged Windows Installer files, and then reinstall the Windows Installer. To do so: 1. Click Start, and then click Run. 2. In the Open box, type cmd, and then click OK. 3. At the command prompt, type the following line, and then press ENTER, where Drive is the drive where Windows is installed and where %Windir% is the folder where Windows is installed: attrib -r -s -h drive:\%Windir%\system32\dllcache For example, type attrib -r -s -h c:\windows\system32\dllcache Note If you are using Windows 98, type system instead of system32. 4. At the command prompt, type the following lines, pressing ENTER after each line: ren msi.dll msi.old ren msiexec.exe msiexec.old ren msihnd.dll msihnd.old 5. At the command prompt, type exit, and then press ENTER. 6. Restart your computer.
and re-try to install .NET Framework
http://support.microsoft.com/?scid=kb%3Ben-us%3B315346&x=11&y=5
Related Terminology : Installing .NET Framework 2.0, Windows Installer 3.0
|
with 0 comments
|
|
Previous
|
Next
Current Page: 1
|
|