By Blog User on
4/20/2012 1:49 AM
The following article explains how to recover your Blog after moving it to a different location, without previously changed the siteurl
|
By Blog User on
3/27/2012 9:42 PM
How to customize the View Response menu link and the Response Survey button in just a few steps through Javascript
|
By Blog User on
3/9/2012 10:44 PM
When you are trying to search for something, SharePoint is throwing this error message.
This happens because SharePoint is not recognizing your existing License Key.
|
By Blog User on
3/3/2012 3:42 PM
Sometimes it's neccesary to retrieve the User's Full Name (or Display name) instead of just the network Name.
This can be easily obtained from the System.DirectoryServices.AccountManagement namespace introduced with the .NET Framework 3.5. This Namespace gives you access to the UserPrinciple class which encapsulates "principles that are from user accounts."
|
By Blog User on
2/9/2012 10:16 PM
Creating a Site Collection or a Web Site in a different Language is something that could be easily done, once you've installed the Language Pack. The problem occurs when someone ask you to change the language for an existing and running installation.
|
By Blog User on
2/5/2012 2:43 AM
A few days ago, it happend to me that after installing Microsoft Dynamics CRM 2011, even if Dynamics has the Compression enabled, when someone was accessing outside our Network, the performance was too slow.
|
By Blog User on
1/30/2012 9:56 AM
Solving the "Retrieving the COM class factory for component with CLSID {.........} failed due to the following error: 80040154" problem.
Cause: In the properties of each project that contains the solution of Visual Studio for the 'Build' tab and the 'Plataform Target' field it was set = Any CPU.
Solution: Change that property to X86. Also from the menu Build --> Configuration Manager, verify that it be set in X86 plataform in Release Mode.
Conclusion: If you have a 64 bits system and a dll in Any CPU compilation mode, it takes this as a 64 bits system which isn't correct and throws the error.
|
By Blog User on
1/17/2012 9:40 PM
I share with you a very good tool to take control of a machine without installing any software.
Basically you have to download the free version and when initiating with the installation it will ask you if you want to run or install it.
|
By Blog User on
1/11/2012 11:25 PM
The following command lets you to resume a session on a Server when there are no active licenses in Administrator mode.
mstsc /v [servername] /admin
|
By Blog User on
1/11/2012 4:30 PM
A remote desktop session must be initiated and once there you have to run the following command:
C:\>%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe C:\HyperV.ps1 start [vm name]
This script lets you start and save a VM status.
|