Search This Blog

Friday, January 8, 2010

[Tutorial] How to Make GAC Assembly a Copy

Open “Run” and type in “cmd” to open Command Prompt windows. After that, follow the following syntax to make copy your GAC Assembly (.dll).

Syntax
copy C:\windows\assembly\GAC_MSIL\AssemblyName\Version__PublickKeyToken\AssemblyName.dll TargetLocation

Example
copy C:\windows\assembly\GAC_MSIL\system.directoryservices.accountmanagement\3.5.0.0__b77a5c561934e089\system.directoryservices.accountmanagement.dll c:\

Credit goes to Richard Yu

Tuesday, January 5, 2010

[Troubleshooting] Error : The path specified cannot be used at this time. (Exception from HRESULT: 0x80070094)

Error:
While creating a new Web Application you got following error
The path specified cannot be used at this time. (Exception from HRESULT: 0x80070094)
or
When you try accessing IIS, it tells me that’s it’s not connected to any computer and prompts me to connect. When you type in the computer name it tells me that “The path specified cannot be used at this time.”

 

Solution:
1. Try IIS Reset.
2. Re-Start Windows SharePoint Services Timer
3. Re-Start Windows SharePoint Services Administration


The error should be solved until Step 3. otherwise do the final step - 4
4. Restart Server