No announcements
Found 1417879 threads
-
1 Votes
Cannot implicitly convert type 'System.DateTime' to 'string
For instance, these lines: frmGlucsRec.edtDate.EditValue = Convert.ToDateTime(DateTime.Now.ToString()); frmGlucsRec.edtTime.EditValue = ...Answered | 2 Replies | 29437 Views | Created by PeterKiers - Friday, July 18, 2014 7:10 AM | Last reply by PeterKiers - Friday, July 18, 2014 10:32 AM -
0 Votes
Cannot implicitly convert type 'void' to 'string'_
public sealed partial class Page4 { public void Sum1() { int num1 = int.Parse(txtpnum1.Text); int ...Answered | 2 Replies | 2415 Views | Created by luna_luna - Tuesday, December 24, 2013 5:25 AM | Last reply by Eason_H - Wednesday, December 25, 2013 2:16 AM -
2 Votes
Cannot implicitly Convert Date Type to String
You're trying to assign this to a text box's Text parameter, which expects a string.Answered | 4 Replies | 9034 Views | Created by PCRider - Thursday, February 4, 2010 11:47 PM | Last reply by BradMS - Friday, February 5, 2010 2:15 AM -
0 Votes
Cannot implicitly convert type 'string' to string
string[] is an array of strings; string is a single string value (=scalar)Olaf Helper Blog XingAnswered | 7 Replies | 4184 Views | Created by JTYR2 - Friday, February 8, 2013 2:32 PM | Last reply by Olaf Helper - Saturday, February 9, 2013 4:37 AM -
0 Votes
Cannot implicitly convert type
You might not be able to explicitly convert also.Answered | 4 Replies | 1131 Views | Created by JarodBiker - Friday, March 13, 2015 9:27 AM | Last reply by Kristin Xie - Monday, March 16, 2015 6:30 AM -
0 Votes
Cannot implicitly convert type 'string' to 'LightSwitchApplication.User'
Hello As long as the Login string is the same as the Name of the logged in user then I would do the following before you try and set the relevant ...Answered | 1 Replies | 1032 Views | Created by jez123456 - Thursday, September 10, 2015 10:18 AM | Last reply by Otis Ranger - Friday, September 11, 2015 9:31 AM -
0 Votes
Cannot implicitly convert type System.Drawing.Color
Cannot implicitly convert type System.Drawing.Color to...what?Answered | 1 Replies | 4673 Views | Created by GOWRISANKAR.L - Friday, July 15, 2011 4:02 PM | Last reply by Tim Copenhaver - Friday, July 15, 2011 4:13 PM -
0 Votes
Cannot implicitly convert type 'int' to 'string'
Hi, if you want to convert the boolean true value to an int and display it as a string, just add the ToString() method: numberString = ...Answered | 3 Replies | 4463 Views | Created by Curtaa - Tuesday, March 12, 2013 10:55 PM | Last reply by João Eduardo Sousa - Wednesday, March 13, 2013 2:02 AM -
0 Votes
Cannot implicitly convert type 'System.TypedReference' to 'System.Reflection.Metadata.TypeReference'
Cannot implicitly convert type 'System.TypedReference' to 'System.Reflection.Metadata.TypeReference' .NET is not going to ...Answered | 1 Replies | 992 Views | Created by HZ.USA - Tuesday, June 21, 2016 12:52 PM | Last reply by DA924x - Tuesday, June 21, 2016 1:30 PM -
5 Votes
Cannot implicitly convert type 'System.Data.Entity.Core.Objects.ObjectResult<string>' to 'System.Data.Objects.ObjectResult<string>'
In a MVC 4 app I converted from EF5 to EF 6.0.1 I have a SQL Stored Procedure that returns a string.Answered | 8 Replies | 32092 Views | Created by chuck02323 - Tuesday, October 22, 2013 1:41 PM | Last reply by AVYH - Wednesday, September 17, 2014 2:16 PM -
0 Votes
Cannot implicitly convert type 'int' to 'System.Collections.Generic.List<int>'
Cannot implicitly convert type 'int' to 'System.Collections.Generic.List<int>' You can't tell System.Collections.Generic.List, a collection as a ...Answered | 2 Replies | 12949 Views | Created by ForumHelp7 - Sunday, July 19, 2015 8:23 PM | Last reply by DA924 - Sunday, July 19, 2015 9:30 PM -
0 Votes
[UWP] Cannot implicitly convert type“System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>” to 'string'
A lot of the problem is stated in the error message - the GetAsync() method does not return a string.Answered | 1 Replies | 20730 Views | Created by Clancyli - Sunday, June 19, 2016 9:58 PM | Last reply by AlexDrenea - Monday, June 20, 2016 3:15 AM -
0 Votes
error: cannot implicitly convert type 'string' to 'int?'
, Excuse me, but can you tell me if the id field in Data.DAL.Baby is int type or string?Answered | 3 Replies | 9431 Views | Created by cnjadhav - Monday, September 13, 2010 1:37 PM | Last reply by Mike Dos Zhang - Wednesday, September 15, 2010 6:57 AM -
0 Votes
Cannot implicitly convert type 'System.Linq.IQueryable<long>' to 'long'
Hi, I'm trying to query the ID of a user's name (where ID is the Key but the name is also Unique) I get the following Error Cannot ...Answered | 1 Replies | 3990 Views | Created by Ashkan Taravati - Thursday, July 16, 2015 7:50 AM | Last reply by Val10 - Thursday, July 16, 2015 7:57 AM -
0 Votes
cannot implicitly convert type string to double
string SCurrency, TCurrency; //Declare and intialising a String currency array and a Double rate array.Answered | 1 Replies | 1857 Views | Created by AlbinJGeorge - Saturday, January 25, 2014 6:22 PM | Last reply by prakash_vaghela - Saturday, January 25, 2014 6:39 PM -
0 Votes
Cannot implicitly convert type 'System.Linq.IQueryable<string>'
// This is working but I cannot do do p.ProductID, p.ProductName, etcDataClassesDataContext db = new DataClassesDataContext(); var products = from p in ...Answered | 3 Replies | 9786 Views | Created by TimDeveloper - Thursday, November 17, 2011 10:26 AM | Last reply by Fernando Soto - MCSD - Tuesday, November 22, 2011 2:26 PM -
1 Votes
cannot implicitly convert type 'System.Int64' to 'System.String'
If you try to assign an xs:long distinguished field to an xs:string property then you will get the error cannot implicitly convert type ‘System.Int64’ ...Answered | 5 Replies | 6829 Views | Created by Daniel200 - Sunday, November 25, 2012 2:12 PM | Last reply by Leonid Ganeline - Tuesday, November 27, 2012 6:59 PM -
0 Votes
Cannot implicitly convert type 'void' to 'System.Drawing.Image'
I have the following code, Image currentImage = Image.FromFile("Q:\\DCIM\\105D300S\\one.jpg"); Bitmap m_rotate = new ...Answered | 2 Replies | 3514 Views | Created by David32 - Tuesday, March 26, 2013 7:20 PM | Last reply by David32 - Tuesday, March 26, 2013 7:48 PM -
2 Votes
cannot implicitly convert type entry.forms to bool
Hello all , to open another form from my dashboard i am using this below code: private FrmDataEntry _instance = null; ...Answered | 2 Replies | 1054 Views | Created by Ravi Kumar12233 - Wednesday, August 5, 2020 10:26 AM | Last reply by Ravi Kumar12233 - Thursday, August 6, 2020 3:38 AM -
0 Votes
error CS0266: Cannot implicitly convert type 'object' to 'string'
GetProperty method you're calling it accepts a string and returns an Object.Answered | 4 Replies | 1313 Views | Created by 라바 - Tuesday, May 19, 2020 7:30 AM | Last reply by 라바 - Wednesday, May 20, 2020 2:38 AM - Items 1 to 20 of 1417879 Next ›
No announcements