No announcements
Found 151688 threads
-
0 Votes
Value of type string cannot be converted and property is readonly
So the problem is that I want to use few values entered by user at run time in textboxes but I cannot assign them directly being string to variables that are part ...Unanswered | 1 Replies | 1152 Views | Created by Boboshi - Saturday, August 8, 2020 3:37 AM | Last reply by Xingyu Zhao - Monday, August 10, 2020 6:10 AM -
3 Votes
How to convert a string type to a money type or how to typecast a string type to money type in C# in crm2011?
CrmSdk.Money mny = new Money(){Value=decimal.Parse(objCol.txt1)}; More similar to your answer...:) Thank you..Answered | 9 Replies | 15798 Views | Created by Dibyasingh Tripathy - Tuesday, February 21, 2012 5:26 AM | Last reply by Dibyasingh Tripathy - Tuesday, February 21, 2012 7:25 AM -
0 Votes
"Property value is not valid" when PropertyGridView tries to convert a string to a custom object type.
Hi, I have a problem with an PropertyGrid enum property that uses a type converter.Answered | 3 Replies | 11210 Views | Created by emaines - Tuesday, October 21, 2008 2:36 PM | Last reply by Uchiha Itahci - Wednesday, May 21, 2014 2:50 AM -
0 Votes
Cannot implicitly convert type 'System.Guid' to 'SC_712af60f606041c1b0779259c7f8931e.csproj.crm.Owner'
Thanks 1 more error is coming Error 1 Cannot implicitly convert type 'Microsoft.SqlServer.Dts.Pipeline.BlobColumn' to ...Answered | 9 Replies | 11702 Views | Created by krunal89 - Wednesday, February 9, 2011 12:37 PM | Last reply by Daniel Cai - KingswaySoft - Wednesday, February 9, 2011 2:41 PM -
3 Votes
how to convert unicode to string in crm4.0?
Thanks but actually tha data in source is in string & even destination crm field is string but tha data in source some of are in not string something like unicode so it ...Answered | 5 Replies | 7662 Views | Created by krunal89 - Friday, February 11, 2011 9:35 AM | Last reply by pogo69 - Friday, February 11, 2011 9:47 PM -
0 Votes
Cannot convert type 'System.Data.SqlTypes.SqlDateTime' to 'CrmWebService.CrmDateTime'
,127) [CyStart] 127 looks like the documented string format, but with hyphens rather than virgules -- yyyy-mm-ddThh:mi:ss.mmm.Answered | 3 Replies | 4678 Views | Created by mardukes - Wednesday, July 20, 2011 10:27 PM | Last reply by mardukes - Thursday, July 21, 2011 3:53 PM -
0 Votes
Cannot convert between unicode and non-unicode string data type
Make sure the database fields are set to nvarchar (not varchar) and the in your VS application you add parameters to the SQLCommand and define the field type as nvarchar.Answered | 1 Replies | 1692 Views | Created by ryguy72 - Sunday, May 18, 2014 11:19 PM | Last reply by Joel Engineer - Monday, May 19, 2014 5:12 AM -
1 Votes
Error encountered in converting the value from request payload for property 'CreatedOn' to type 'DateTime'
I wasn't trying to insert that value, just trying to edit but I didn't realise I should use a new object for that with only the properties that I was looking to change.Answered | 3 Replies | 8745 Views | Created by GilmarPurin - Thursday, July 7, 2011 8:43 PM | Last reply by Fabio Milheiro - Monday, December 3, 2012 12:01 PM -
0 Votes
Cannot convert type 'string' to 'int'
Cannot convert type 'string' to 'int'Answered | 2 Replies | 1639 Views | Created by Faiyaj-C3IT Solutions - Wednesday, June 3, 2015 9:05 AM | Last reply by Just Karl - Wednesday, June 3, 2015 2:30 PM -
0 Votes
DbSyncException: Failed to convert parameter value from a Byte[] to a String
I'm getting the DbSyncException "An unexpected error occured when applying batch file XXXXXXX.batch, Inner Message "Failed to convert parameter value from a Byte[] to a ...Answered | 3 Replies | 9165 Views | Created by AJ8829 - Saturday, October 9, 2010 1:29 PM | Last reply by muthuvel - Friday, July 1, 2011 8:16 PM -
0 Votes
Javascript convert string to CRM DataTime
May be this sample help you :) var d = new Date(); d = crmForm.all.requestdeliveryby.DataValue; d.setDate(d.getDate()+1); //add one day to current ...Answered | 2 Replies | 9354 Views | Created by kenwcp - Wednesday, June 3, 2009 10:16 PM | Last reply by Andrii Butenko - Thursday, June 4, 2009 5:41 AM -
0 Votes
Sandcastle: How do you expose Property Value type and description in output?
I have tried using the <value/> tag in the XML comments file for a property, like this: <member ...Answered | 1 Replies | 7712 Views | Created by Terence Buencamino - Thursday, June 4, 2009 12:04 AM | Last reply by SachinW - Thursday, June 4, 2009 8:30 PM -
0 Votes
converting file type
As the Microsoft Community is on a different platform, we cannot move the question for you.Answered | 2 Replies | 923 Views | Created by Mocha2003 - Tuesday, July 19, 2016 9:56 AM | Last reply by Just Karl - Tuesday, July 26, 2016 2:01 PM -
0 Votes
Convert file type of contract line title
I've created a new one and add the correct values.Answered | 7 Replies | 6669 Views | Created by Ariondata - Thursday, July 30, 2009 8:11 AM | Last reply by Hassan Hussain - Sunday, August 2, 2009 1:00 PM -
0 Votes
Cannot implicitly convert type 'object' to 'CrmSdk.systemuser'.
= null) { ColumnSet colm = new ColumnSet(); // Set the properties of the column set.Answered | 4 Replies | 6725 Views | Created by spkh - Monday, April 11, 2011 5:53 AM | Last reply by spkh - Monday, April 11, 2011 6:58 AM -
5 Votes
linq to entity long convert to string
I want to convert a long field to string in linq to entity,but toString() doesn't work.I found a method up,this could convert long to decimal first,then to string.I want to ...Answered | 4 Replies | 5527 Views | Created by Seven Jill - Friday, September 28, 2012 9:11 AM | Last reply by FZB - Tuesday, October 2, 2012 12:11 PM -
1 Votes
Convert string[] array to byte[] array
Hi All, could any one please help me out the following, I am trying to convert the following string [] to ...Answered | 1 Replies | 2276 Views | Created by _prasad - Tuesday, June 24, 2014 11:58 AM | Last reply by Margriet Bruggeman - Tuesday, June 24, 2014 12:53 PM -
0 Votes
A value of type 'Microsoft.Xrm.Sdk.Entity' cannot be set to the location with name 'EmailOutput' because it is a location of type 'Microsoft.Xrm.Sdk.EntityReference'
Change it to EmailOutput.Set(executionContext, new EntityReference("email", service.Create(email))); email should be enclosed in double quotes and ...Answered | 7 Replies | 7049 Views | Created by davdatong - Thursday, October 27, 2011 4:11 PM | Last reply by Sam - Inogic - Friday, October 28, 2011 9:06 AM -
2 Votes
sdk compiler error...cannot convert type void to system.guid
I am compiling the partnerauthconsoleapp from the sdk and can get Lead entity records, but now I want to Update a record and get this ...Answered | 2 Replies | 6853 Views | Created by GFox00 - Tuesday, March 2, 2010 12:31 PM | Last reply by Soumya Sasidharan - Tuesday, March 2, 2010 3:46 PM -
2 Votes
Grid Readonly
Hi Venkat <Grid IsHitTestVisible="{Binding ClientReadonly,Mode=TwoWay}" x:Name="tileViewGrid" Width="265" HorizontalAlignment="Right" ...Answered | 3 Replies | 2204 Views | Created by Sanjay kumar s - Monday, March 11, 2013 12:25 PM | Last reply by Sanjay kumar s - Thursday, March 14, 2013 11:00 AM - Items 1 to 20 of 151688 Next ›
No announcements