microsoft / CRM-Performance-Toolkit

The Microsoft Dynamics CRM 2015 Performance Toolkit was created by the Microsoft CRM product team to formalize performance testing of Microsoft CRM 2013 and later releases. The performance toolkit can be used by the Microsoft CRM partners and customers to collect data to support their CRM deployment decisions.
44 stars 18 forks source link

$toolkitRoot\CRM_Perf_Toolkit\CrmLibs folder is missing. #13

Open stevechin1986 opened 8 years ago

stevechin1986 commented 8 years ago

Hello.

The Toolkitsetup.ps1 file refers to the following path: $toolkitRoot\CRM_Perf_Toolkit\CrmLibs, and wants to refer to "Microsoft.Crm.Sdk.Reserved.dll" Both the folder and the file is missing.

To circumvent that, I 1) Created the folder path manually 2) Copy and pasted from c:\program files\microsoft dynamics crm\tools\microsoft.crm.sdk.reserved.dll into the folder from my previous step.

The toolkitsetup completed without errror! I'm hoping that the file is the same one... I'd hate to imagine what would happen if it weren't.

Thanks!

jeffreyzhzhang commented 8 years ago

I am not sure if you specified the dll path or not for this dll - crmSDKReservedDllPath , when setting up the toolkit. The setup script will copy the dll from crmSDKReservedDllPath location to crmlibs folder.

If it compiles, it should be fine.

From: stevechin1986 [mailto:notifications@github.com] Sent: Friday, November 27, 2015 12:13 PM To: Microsoft/CRM-Performance-Toolkit CRM-Performance-Toolkit@noreply.github.com Subject: [CRM-Performance-Toolkit] $toolkitRoot\CRM_Perf_Toolkit\CrmLibs folder is missing. (#13)

Hello.

The Toolkitsetup.ps1 file refers to the following path: $toolkitRoot\CRM_Perf_Toolkit\CrmLibs, and wants to refer to "Microsoft.Crm.Sdk.Reserved.dll" Both the folder and the file is missing.

To circumvent that, I 1) Created the folder path manually 2) Copy and pasted from c:\program files\microsoft dynamics crm\tools\microsoft.crm.sdk.reserved.dll into the folder from my previous step.

The toolkitsetup completed without errror! I'm hoping that the file is the same one... I'd hate to imagine what would happen if it weren't.

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/Microsoft/CRM-Performance-Toolkit/issues/13.