![]() |
|
Spaces home <!--SQL Server + Perfor...PhotosProfileFriendsMore ![]() | ![]() |
<!--SQL Server + Performance Point Server + .net & Dynamics--> |
|||||||||||||||||||||
|
October 08 This CPU is VT-capable, but VT is not enabled (check your BIOS/firmware settings).I was trying to run Virtual Machine which contains windows server 2003 R2 64bit using VM workstation 6.0 and I faced the attached two errors : This CPU is VT-capable, but VT is not enabled (check your BIOS/firmware settings). AND Windows could not start because of a general computer hardware configuration problem. Resolution:
1. try to check if your processor supporting x64 or not, if it's not supporting x64 then you have to try your VM on another Processor that supports x64.
2. if your processor supports the x64 do the following:
3. restart the server and enter the BIOS setup.
4. check in the advanced options ->Processor Options -> Virtualization Technology
5. you will find it disabled , make it enabled.
Note: the steps above may be differs from BIOS to BIOS but you should follow the same concept.
August 13 MUI Provisioning failed. Error: Cannot insert duplicate key row in object 'dbo.LocalizedLabel' with unique index 'ndx_LocalizedLabel_ForSingleSelect'.I was trying to enable a language pack in MS CRM 4.0 and the following error appears "Error Occured"
I checked the application folder in the event viewer and I found the following error:
MUI Provisioning failed. Error: Cannot insert duplicate key row in object 'dbo.LocalizedLabel' with unique index 'ndx_LocalizedLabel_ForSingleSelect'.
The statement has been terminated. to solve this error install this hotfix from microsoft:
June 30 How to deploy Performancepoint dashboard on MOSS ?You can find the steps to configure the your MOSS web site so you can deploy on it PPS dashboard in this link that I found on the PerformancePoint Official Blog
June 29 Microsoft Dynamics CRM 4.0 Sample Data (On-Premise Edition)Download Microsoft Dynamics CRM 4.0 Sample Data (On-Premise Edition)
Download Microsoft Dynamics CRM 4.0 Sample Data (On-Premise Edition) Readme
Microsoft Dynamics CRM 4.0 : Data Migration Manager with John O'DonnellHere is a nice Video about Data Migration Manager of CRM 4.0 by John O'Donnell, enjoy!!
June 26 Some useful SQL Server 2008 TechNet ArticlesWhat's New in SQL Server 2008 ?
SQL Server 2008 : New Data Types
SQL Server 2008 : Security
SQL Server 2008 : Data Warehousing Query Performance
SQL Server 2008 : Minimize Blocking in the SQL Server
enjoy :) IE 8 Beta 1 Demos and downloadcheck IE8 Beta 1 demos and download it from here
June 22 PerformancePoint Server 2007 Charter MemberI passed the Microsoft PerformancePoint server 2007 MCTS exam on last thursday with score 1000 and I got Charter Member Cerficate from Microsoft, it's very nice exam follow the study guide, I studied from this book McGraw.Hill.Business.Intelligence.with.Microsoft.Office.PerformancePoint.Server.2007
Good Luck to you all.
June 14 SQL Server 2008 RC0 fails to complete installation because of Windows Installer 4.5sWhen you will try to install SQL Server 2008 RC0 , sometimes it fails to initiate the installation becauscan't install Windows Installer 4.5 , you will have to download it by yourself and intitate the installation again, you can download it from here May 31 Free Controls and Dynamic Link LibrariesI decided to wrap up some of my controls and dlls and put them for free on the Internet and here is the first dll , it's a Logging Helper contains methods to log your errors on the system log, simple file and database.
take it and use it. May 29 Outlook Attachments AlarmDo you send emails to board members that they supposedly have attachments without attaching those attachments ??? , well I have some friends who are doing this, so I heard about an addon that you can use in Outlook and it will help you to remmeber wheter you forgot the attachment or not ...
well , you can download it from here May 21 How to assign Strong name to 3rd party dll ?I faced this problem during working and I found that I have two approaches to acheive this :
either I ask the 3rd party developer to assign strong name to the dll or you do the following:
you should use Ildasm.exe tool to dissamble the *.exe or *.dll assembly to *.il and *.res (compile resource script)
you can find Ildasm.exe tool at this path on your machine C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
open the *.exe or *.dll assembly you want using the IL DASM and follow the images to dissamble the file
then you reassemble the *.il file again using Ilasm.exe and passing to it the strong name you desire and here is the code
you can find Ilasm.exe tool at this location C:\WINDOWS\Microsoft.NET\Framework\[your version of asp.net] Ex. v2.0.50727
first you will need to create your strong name key using sn.exe tool which you will find it in this location C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
so to create a strong name key type in the visual studio 2005 command prompt the following sn.exe -k name_of_the _key.snk.
after you create the strong name key you will find in this location C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
then use the Ilasm.exe to reassemble the *.il file again by typing the following code in the visual studio 2005 command prompt Ilasm.exe filename.il /key:name_of_the_strongnamekey.snk this will generate *.exe file from the *.il
if you want to generate *.dll file you will have to add the following option /dll to the code to be like this
Ilasm.exe filename.il /dll /key:name_of_the_strongnamekey.snk
references:
May 11 Google Free Chart APIAnyone who needs to use nice good looking charts in his work and they can't afford thier price or they can't find a free product that going that , they should try Google Chart API , it's amazing...
|
Public foldersFolders shared with the world
|
||||||||||||||||||||
|
|