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.
|
By Blog User on
12/20/2011 1:01 PM
Error when trying to access to a .xls file:
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005.
Solutions:
First try as follows:
1. Control Panel -> Administrative Tools -> Component Services
2. Console Root -> Component Services -> Computers -> My Computer -> DCOM Config
3. Right-Click 'Microsoft Excel Application' and choose Properties
4. Click 'Security' tab
5. Customize 'Launch and Activation Permissions'
6. Add the local ASPNET user and give it all permissions
If it still doesn't work or maybe the 'Microsoft Excel Application' wasn't found in the list, try the following:
1. go to DCOMCNFG
2. In the left tree structure, right click on My Computer and select Properties
3. Click on COM SECURITY tab
4. Give Permissions to Network Service and Users in the "Access Permissions" and "Launch and Activation Permissions" by clicking the Edit Default buttons. ...
|
By Blog User on
10/31/2011 10:18 PM
I share with you an excellent site that allows you to edit PDF's files on-line, whether or not established fields.
The service is free and very good.
http://www.pdfescape.com
|
By Blog User on
10/5/2011 2:25 PM
In many cases it's possible that the IE (in my case, the 9) restart at a certain page.
This may be caused by some Add-On that is cancelling it.
The best way to test this is passing by parameter the -extoff command which disable the extensions.
|
By Blog User on
9/17/2011 2:01 PM
The attached file explains how to configure a Disclaimer message in the shipment of all Enterprise mails automatically.
System_Sense_Article_ED.pdf
|