Saturday, May 21, 2016

Windows 10

Windows 10 Latest updates news and How TOS

1) PC Companion error : Server not accessible
Solution :
Got Sony Z2 Update after Re-locking my Boot-loader
- Run PC Companion in compatibility mode Windows 7 or Windows XP. 
or
- If you unlocked your Boot-loader then you need to Re-lock it  (Use flash tool or your manufacturer's guide"

Friday, May 6, 2016

Office 2003 installation error 1311 on Windows 10 solution

Office 2003 installation error 1311 on Windows 10 solution


Office 2003 installation error 1311 on Windows 10 solution
Office 2003 installation error 1311 on Windows 10 solution

SYMPTOMS

When you install a 2007 Microsoft Office suite or Microsoft Office 2003, you may receive an error message that is similar to one of the following:
Error 1311
Cannot locate source file Cabinetfile.cab
Error 1311
Source file not found Cabinetfile.cab (ie. sku112.cab)

CAUSE

This problem may occur when the following conditions are true:
  • You are installing Microsoft Office 2003 from an installation point that is located on the network and that is accessed by multiple users.
  • The installation source at this network location is contained in cabinet files.
  • Microsoft Office 2003 is being installed on another computer on the network at the same time that you are trying to install Microsoft Office 2003 and the computer is using the same network installation point.
  • The operating system of the other computer is the original released version of Microsoft Windows 10

  • If this problem occurs when you upgrade to a 2007/2010/2015 Office suites, the local installation source for the earlier version of Office could have been moved or deleted. Alternatively, the local installation source could be corrupted.
  • The other network computer does not release control of the installation files in a timely manner as expected. This prevents your computer from accessing those files.
  • Microsoft Office installation had to be done from the original CD/DVD, but instead you are trying to install it from your local drive.

Solution

1) Install Magic ISO + Magic Disc
2) Run Magic ISO
3) From Magic ISO, locate your Office 2003/2007/2010 folder (I.e. : E:\Office 2003 Setup)
Office 2003 installation error 1311 on Windows 10 solution
Office 2003 installation error 1311 on Windows 10 solution
4) Add the Office setup files located in the above path (#3) to Image File as shown in the above picture, (Note: another instance of Magic ISO will be opened)

5) When Magic ISO opens (the new instance), select [File-Save as], choose a path and a name for your Image file (I.E. E:\My-Office2015.iso), Click Save.

6) Now close Magic ISO

7) Right click on My-Office2015.iso, Magic ISO, choose [Mount] ... see the next picture
Office 2003 installation error 1311 on Windows 10 solution
Office 2003 installation error 1311 on Windows 10 solution
8) If you did not have Virtual Disc installed, then your did not install Magic Disc properly. If not, then after choosing your Virtual Disc (I.E. H:No Media) check your My Computer or This PC as  Windows 10 calls it, you will notice that you have a virtual disc named (H:My-Office2015.iso), or just today's date.iso
Office 2003 installation error 1311 on Windows 10 solution
9) Right click on the virtual disc you created, choose Explore or Auto-Play then choose Browse files or just type H:\ in the address bar in This PC place. You will notice that your files are all there.

10) Install Microsoft Office now without any problems as if you are installing it from your original CD.

11) After you install MS-Office successfully, just open Magic ISO and locate the Virtual Drive you created H: and from Tools, choose Virtual CD/DVD, then unmount your Virtual Drive H:

Thursday, May 5, 2016

Dreamweaver FTP Problem with Windows 10

Windows 10 - Error uploading or downloading files in Dreamweaver

Windows 10 - Error uploading or downloading files in Dreamweaver
Dreamweaver on Windows 10
  • Error uploading or downloading files

When you try to upload (put) to or download (get) from your web server using Adobe Dreamweaver, the process fails with an error. The Background File Activity window may say "File activity incomplete," or you may encounter a different error indicating that the attempted action failed to complete successfully.
You should try the following solutions in order, until your issue is resolved:

Solution 1: Verify that you can connect to your web server.
If Dreamweaver cannot successfully connect to your server, then it's likely that your server settings are missing or incorrect. 
Solution 2: Verify the root directory setting in Dreamweaver.
For example:
  • /wwwroot
  • /inetpub/wwwroot
  • /www/users/USERNAME/wwwroot
  • /public_html
  • /usr/home/USERNAME/public_html
  • /www/users/USERNAME/public_html

Solution 3: Move or delete any symbolic links from corresponding directories on your server (Dreamweaver CS5.5 only).
You may be encountering this issue if the FTP Log in Dreamweaver shows an error similar to the following:"An FTP error occurred – cannot put ‘/index.html’. Access Denied."To identify a symbolic link, look in the Dreamweaver FTP Log (Window > Results > FTP Log) for a line that appears similar to the following:
< lrwxr-xr-x   1 username  users           66 Jun 30 18:20 webformmailer.php -> /usr/www/stats/mailer.php
Two things show that this is a symbolic link. The first letter is an l (as in lrwxr-xr-x), which indicates that it is a symbolic link. The second is that the file name that would appear in the local or remote Files panel within Dreamweaver (in this case, webformmailer.php), is pointing to (->) a file in a different location (in this case, /usr/www/stats/mailer.php).In the case of the above example, to resolve the issue, you would locate the symbolic link called webformmailer.php in the Dreamweaver Files panel, and then delete it. If you needed to use this file for some component of your website, you would then also copy the mailer.php file from its location in /usr/www/stats/ to the desired directory.
Solution 4: Use Passive FTP (FTP and FTPS/FTPeS only).
Some firewall or other security software on your computer may be preventing Dreamweaver from uploading or downloading files.
In most situations, you can configure your security software to allow network communication between Dreamweaver and your web server (both "in" and "out') and this will resolve the issue. This is a better and more recommended method for solving this issue.
Solution 5: Use an alternate client

For example, if you connect to your server via FTP or FTPS/FTPeS, then use an FTP client like FileZilla or CyberDuck. If you are using SFTP, then use a client such as PSFTP (PuTTY). For WebDAV connections, try a client like DAV Explorer, Goliath, or CyberDuck.
Solution 6: Try additional Site settings options (FTP and FTPS/FTPeS only)
try the following: 
1) Open your server settings in the Site Setup dialog box. (See the Dreamweaver documentation to step through the user interface. If you are using Dreamweaver CS4 or earlier, consult the Dreamweaver CS4 documentation.) 
2) On the Basics tab of the server's editing mode, expand the More Options section at the bottom. 
3) Select or deselect one option listed. For example, deselect Use FTP Performance Optimization.NOTE: Use Proxy is a setting that is specific to your computer's network connection, and is not related to your web server. Only select Use Proxy if you normally need to use a proxy server to connect to the Internet, or to connect to certain types of network resources. Check with your network administrator or IT department if you are not sure if you need to use a proxy. 
4) Try to upload or download the same files again. 
5) Repeat these steps until you have resolved your issue, or until you have tried each combination of options.
Solution 7: Empty your DWC (Dreamweaver Cache)
Dreamweaver creates a cache file called WinFileCache-********.dat or MacFileCache-********.dat inside your personal Dreamweaver configuration folder.
This occasionally gets corrupted causing instability, unpredictable error messages, and even crashes.To solve the problem,
Close Dreamweaver and delete WinFileCache-********.dat or MacFileCache-********.dat.
Locating your personal configuration folder.
The location of the personal configuration folder depends on your operating system and version of Dreamweaver.
For Dreamweaver CC, and CS4-6, it’s as follows:Windows 8/Windows 7/Vista and Winsows 10 :
C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver C*\<language>\Configuration
Windows XP:
C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver C*\<language>\Configuration
Mac OS X:
Macintosh HD:<username>:Library:Application Support:Adobe:Dreamweaver C*:<language>:Configuration
In all cases,
<username> is the name of your user account on the computer, C* is CC, CS4, CS5, CS5.5, or CS6, and <language> indicates the language of your operating system.
Earlier versions of Dreamweaver locate the personal configuration folder in a slightly different location. This is where it can be found in Dreamweaver CS3:
Windows 7/Vista:
C:\Users\<username>\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
Windows XP:
C:\Documents and Settings\<username>\Application Data\Adobe\Dreamweaver 9\Configuration
Mac OS X:
Macintosh HD:Users:<username>:Library:Application Support:Adobe:Dreamweaver 9:Configuration
The personal configuration folder for Dreamweaver 8 and older is in a similar location, except you should replace "Adobe" with "Macromedia" and substitute the appropriate version of Dreamweaver in the path name.
If none of the above did not work for you, then you need to check your installation folder permissions or try to install fresh copy of Dreamweaver (I suggest DW 8).

Labels

Windows 10 Windows 10 Error Win7 Win7-32bit Best seller notebook HP HP Customer Experience HP ProBook My new Labtop drivers is messing up Win8 WinXp Windows 10 How to Adobe Dreamweaver Cannot connect to WMI provider Command Prompt DEP Data Execution Prevention Dreamweaver ftp solution Drivers Escaping froced Iframe Ads FTP Fixed HP Envy best seller notebook HP NoteBook Problems HP NoteBook solutions HP Notebook AMD + INTEL switchable graphics problem on Win 7 - 32bit Hotspot How to solve RegSvr32 problem in Win7 Html Optimization Internet USB flash not working Memory could not be read Microsoft Windows 7-32 Bit Microsoft Windows XP Notebooks Solutions for dummy Optimization Probook RegSvr32 not working as exepected SQL Server 2008 Share Internet Stop Iframe from loading Switchable Graphics caused black screen on my Labtop The instruction at ... referenced memory could not be read Turn wired internet into WiFi Hotspot Unwanted Ads from Web host Vodafone Internet USB Broadband K3770 Vodafone Internet USB Flash modem not working Vodafone Internet USB modem not working Vodafone Internet not working WMI Error WMI Script WMI Solutions WMI service Web Site optimization Web host Iframe attack Web site speed optimization Win7 - 32bit Win7 Problem with RegSvr32 WinXpSp2 WinXpSp3 Windows 10 New Features Windows 10 updates Work Win7 issues around using your skills bluetooth chocolatey error 1311 solution office 2003 office 2010 office installation error 1311 solution found office2007 probook4540s the hostednetwork could not be started the instruction at win10 win10 32bit windows 10 ICS windows 10 System windows 10 offline