No announcements
Found 328043 threads
-
2 Votes
CrmSvcUtil.exe - Exiting program with exception: Value cannot be null.
The workaround that I usually use is to import the CRM online customizations into an on-prem CRM instance (even the demo VPC), and generate your code from ...Answered | 4 Replies | 6203 Views | Created by Hari Prabhu - Thursday, August 11, 2011 10:16 PM | Last reply by Hari Prabhu - Monday, September 5, 2011 2:27 PM -
0 Votes
crmsvcutil.exe error
I am using from inside the server.Answered | 5 Replies | 6343 Views | Created by Anand Wani- MS CRM Developer - Wednesday, May 25, 2011 10:04 AM | Last reply by Anand Wani- MS CRM Developer - Friday, May 27, 2011 6:20 AM -
0 Votes
Generating Early bound class file from CRMSvcUtil.exe tool
Hello, It seems you are not writing command correctly, so it showing what are the possible options for this command Please make sure you are providing correct ...Answered | 4 Replies | 1252 Views | Created by blrSvsTech - Wednesday, December 18, 2013 7:19 AM | Last reply by blrSvsTech - Thursday, December 19, 2013 1:15 PM -
3 Votes
crmsvcutil.exe
I tried everything I found in web , but didnt get it ...Answered | 5 Replies | 4439 Views | Created by Soumya Sasidharan - Tuesday, July 12, 2011 12:03 PM | Last reply by Jamie Miley - Wednesday, February 15, 2012 5:49 PM -
1 Votes
CRM 2011 - Sandbox SDK Listener - Access Denied
At the point where you execute a request on this service the sandbox will verify the caller using a method AuthenticateCaller.Answered | 8 Replies | 12662 Views | Created by Brian The Tran - Monday, June 27, 2011 11:34 PM | Last reply by Brian The Tran - Thursday, November 29, 2012 7:06 AM -
0 Votes
How to generate the code each entity wise using crmsvcutil .exe?
Thanks all.I think it is missing at SDk.Answered | 5 Replies | 7115 Views | Created by Venkatta Pidikiti - Friday, March 4, 2011 1:02 PM | Last reply by Venkatta Pidikiti - Monday, March 7, 2011 10:45 AM -
0 Votes
Cannot use the generated entity statuses in the SDK (from crmsvcutil.exe) in Sandbox: Serialization Exception
Hi David, I think this is a bug, the workaround I have used is to use this: query.Criteria.AddCondition(new ...Unanswered | 3 Replies | 5313 Views | Created by Gonzalo Ruiz R - Monday, August 15, 2011 10:54 PM | Last reply by Gonzalo Ruiz R - Monday, August 22, 2011 12:44 PM -
0 Votes
Serializing Entity Wrapper Objects Generated by CrmSvcUtil.exe
I am using a custom assembly generated by CrmSvcUtil.exe to access my CRM data via the XRM LINQ provider (custom DataContext). -
2 Votes
Statusing Web Service with Impersonation
Take a look at How to: Use Impersonation with WCF and Walkthrough: Developing PSI Applications Using WCF.Answered | 5 Replies | 16119 Views | Created by John Doe Cal - Tuesday, January 12, 2010 2:55 PM | Last reply by Stephen Sanderlin [MVP] - Saturday, January 23, 2010 12:33 AM -
0 Votes
CRM 2011 CrmSvcUtil.exe
You can then copy this file to your project and use the Add existing file option to include this in your project.Answered | 3 Replies | 4115 Views | Created by Raga123 - Monday, November 21, 2011 9:02 AM | Last reply by D kay - Monday, November 21, 2011 4:32 PM -
0 Votes
AsyncOperation class missing from CRM 2011 SDK
Hi, it is part of the generated class, mean you can generate the class from crm using crmsvcutil.exe or it exists as part of ...Answered | 1 Replies | 3893 Views | Created by javaman21011 - Thursday, January 19, 2012 12:37 AM | Last reply by Thomas Thankachan - Thursday, January 19, 2012 1:47 AM -
2 Votes
I understood that CRM - LINQ via the CRM SDK was not supported for Sandboxdeployment of Plugin assemblies.
That is the design of the sandbox to allow partially trusted code to execute, so this type of exception would be expected depending on your design.Answered | 14 Replies | 11674 Views | Created by ALEITZ - Tuesday, May 17, 2011 3:35 PM | Last reply by a2kwarrior - Monday, January 16, 2012 6:49 PM -
1 Votes
Sandbox Plugin Limits
From my experience, the depth limit is 7, regardless if you're working with sandbox or not, async or synchronous.Answered | 5 Replies | 20873 Views | Created by jcaruso_fp - Thursday, February 24, 2011 4:12 PM | Last reply by jcaruso_fp - Wednesday, June 29, 2011 6:47 PM -
0 Votes
Defferent behaviour between sandbox and none sandbox
Hi Thomas, The plugin framework in CRM is designed so that you always get the context from the serviceProvider that is passed to the Execute method.Answered | 10 Replies | 9207 Views | Created by Flück - Wednesday, May 9, 2012 10:13 AM | Last reply by Flück - Thursday, May 10, 2012 7:25 PM -
0 Votes
Get the RelatedEntities/RelatedEntityCollection from an Entity in CRM 2011-SDK.
Hi Roxana, we have an example here in order to use RelatedEntityCollection: Retrieve related entity ...Answered | 5 Replies | 7605 Views | Created by Roxana Cevallos - Friday, April 5, 2013 8:29 PM | Last reply by Marco Rodrigues (MSFT) - Saturday, April 6, 2013 5:06 AM -
3 Votes
crmsvcutil Exception: Value cannot be null Parameter Name:CurrentServiceEndpoint
Check out this article: http://msdn.microsoft.com/en-us/library/gg695782.aspx It appears to be a pretty solid tutorial.Answered | 5 Replies | 9776 Views | Created by Bill M- - Tuesday, April 19, 2011 8:03 PM | Last reply by Jamie Miley - Friday, April 22, 2011 12:49 PM -
0 Votes
Exception when trying to create Invoice record from Opportunity entity using SDK.
the commented out line) for the primary entity instance in a Custom Workflow Activity.Answered | 4 Replies | 6465 Views | Created by Vikram96 - Thursday, February 17, 2011 3:05 AM | Last reply by Vikram96 - Friday, February 18, 2011 3:16 AM -
0 Votes
Problem executing CRM 2011 Linq Query from dll referenced in plugin
As I mentioned, you need to compile the generated code into *each* of your plugin assemblies, you cannot have it in a reference assembly.Answered | 9 Replies | 9258 Views | Created by Milsnips - Thursday, June 2, 2011 5:34 AM | Last reply by Darko Micic - Friday, March 16, 2012 12:38 PM -
2 Votes
CRM 2011 - the type initializer for 'Microsoft.Xrm.Client.CodeGeneration.CodeCustomization' threw an exception
You should use it in the SDK folder that it is located in.Answered | 7 Replies | 10110 Views | Created by Matthias Back - Wednesday, April 27, 2011 6:02 PM | Last reply by Clint Woods, MCSE - Monday, November 26, 2012 1:49 AM -
0 Votes
Statusing ImportTimesheet and impersonation
For all the other accounts it neither imports timesheet nor throws any exception when it's running without impersonation.Answered | 2 Replies | 11005 Views | Created by Radek Skoupy - Wednesday, December 22, 2010 9:16 AM | Last reply by Alexander Bylinsky - Thursday, November 17, 2011 12:05 AM - Items 1 to 20 of 328043 Next ›
No announcements