Support Search
[Closed]HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
Closed
Start IIS Manager. To do this, click Start, click Run, type inetmgr.exe, and then click OK.
In IIS Manager, expand server name,
expand Web sites, and then click the website that you want to modify.
In the Features view, double-click Directory Browsing.
In the Actions pane, click Enable
restart the web application
[Closed]The System Administrator Has Set Policies to Prevent This Installation”, when trying to install a software
Closed
- Go to Registry
- Follow this path
- HKEY LOcal Machine\Software\Microsoft\Windows\Installer\Disable MSI
- set the Keyword to 0
[Closed]Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). (Microsoft.VisualStudio.OLE.Interop)
Close:
regsvr32 "C:\Program Files\Internet
Explorer\ieproxy.dll"
if
you are running 64 bit windows, try this:
regsvr32 "C:\Program Files (x86)\Internet
Explorer\ieproxy.dll"
The
solution that worked for others:
First deregister the dll:
C:\windows\system32\regsvr32.exe" /u actxprxy.dll
Then
register it again: "C:\windows\system32\regsvr32.exe" actxprxy.dll
[Closed]An error occurred creating the configuration section handler for userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
While Installing SQLServer 2008 MangementStudio, I have got the following error:
An error occurred creating the configuration section handler for userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
Close
Deleting the folder in AppData solved my problem.1.) If you can’t see AppData, turn on Show hiddel files, folders or drives and disable Hide protected Operating System files (recommended)
2.) You can do this by in Win7 (and Vista) by opening an explorer window, hit “ALT-T” chose Folder Options then go to the view tab.
3.) Select show hidden files,folders and drives. Then click ok.
4.) Now you can see the AppData folder . Go into AppData folder select the Local folder and Delete the Microsoft_Corporation folder.
[Closed]DNS_PROBE_FINISHED_NXDOMAIN
this is usually a Domain Naming Server creating problem
Solutions
1.Open the Command Prompt
2. Enter the following commands Step by Step
Solutions
1.Open the Command Prompt
2. Enter the following commands Step by Step
- ipconfig/release
- ipconfig/renew
- ipconfig/flushdns
- netsh int ip set dns
- netsh winsock reset
3.Close the browser and then open
4. Sometimes it may require restarting of the pc
Subscribe to:
Posts (Atom)