No announcements
Found 2082401 threads
-
0 Votes
Cannot implicitly convert type
You might not be able to explicitly convert also.Answered | 4 Replies | 1034 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 System.Drawing.Color
Cannot implicitly convert type System.Drawing.Color to...what?Answered | 1 Replies | 4587 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 'System.TypedReference' to 'System.Reflection.Metadata.TypeReference'
Cannot implicitly convert type 'System.TypedReference' to 'System.Reflection.Metadata.TypeReference' .NET is not ...Answered | 1 Replies | 933 Views | Created by HZ.USA - Tuesday, June 21, 2016 12:52 PM | Last reply by DA924x - Tuesday, June 21, 2016 1:30 PM -
0 Votes
Cannot implicitly convert type 'void' to 'string'_
Hi Sentil, You can try this code: public int Sum1() { int num1 = int.Parse(textBox1.Text); int num2 = ...Answered | 2 Replies | 2323 Views | Created by luna_luna - Tuesday, December 24, 2013 5:25 AM | Last reply by Eason_H - Wednesday, December 25, 2013 2:16 AM -
1 Votes
Cannot implicitly convert type 'System.DateTime' to 'string
String -> DateTime conversions.Answered | 2 Replies | 28722 Views | Created by PeterKiers - Friday, July 18, 2014 7:10 AM | Last reply by PeterKiers - Friday, July 18, 2014 10:32 AM -
0 Votes
I have error Cannot implicitly convert type.
The error is saying that you're trying to use SelectListItem (from System.Web.Mvc) where it expects a SelectListItem (from System.Web.WebPages).Answered | 2 Replies | 16809 Views | Created by Nader Khaled - Monday, March 10, 2014 5:14 PM | Last reply by CoolDadTx - Monday, March 10, 2014 5:41 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 | 3366 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 | 920 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
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 ...Answered | 2 Replies | 12350 Views | Created by ForumHelp7 - Sunday, July 19, 2015 8:23 PM | Last reply by DA924 - Sunday, July 19, 2015 9:30 PM -
0 Votes
cannot implicitly convert type 'System.DateTime' to 'bool'
chrysolite said:I get the error "cannot implicitly convert type 'System.DateTime' to 'bool' ".Answered | 3 Replies | 8195 Views | Created by chrysolite - Tuesday, March 10, 2009 7:25 AM | Last reply by sh4 - Tuesday, March 10, 2009 12:00 PM -
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 ...Answered | 1 Replies | 3647 Views | Created by Ashkan Taravati - Thursday, July 16, 2015 7:50 AM | Last reply by Val10 - Thursday, July 16, 2015 7:57 AM -
2 Votes
Cannot implicitly Convert Date Type to String
You need to convert the DateTime into a string in order to do this.Answered | 4 Replies | 8931 Views | Created by PCRider - Thursday, February 4, 2010 11:47 PM | Last reply by BradMS - Friday, February 5, 2010 2:15 AM -
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 ...Answered | 5 Replies | 6676 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 'Windows.UI.Xaml.RoutedEventHandler'_
I keep getting this error every time!Answered | 1 Replies | 2168 Views | Created by Absorr - Tuesday, August 28, 2012 9:07 PM | Last reply by Andrei Marukovich - Tuesday, August 28, 2012 10:43 PM -
0 Votes
error: cannot implicitly convert type 'string' to 'int?'
type=forum&referrer=http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/114f70d5-edd6-4d3b-af6b-e482ba0cb07e?Answered | 3 Replies | 9271 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 'tblTranstoCon' to 'System.Collections.Generic.IEnumerable<tblTranstoCon>'
Please pay attention to this line of code: from transtocon in _Transmittaltocons Here is where defined type for transtocon object and it has the same ...Answered | 1 Replies | 2267 Views | Created by masoud sedighy - Friday, October 5, 2012 7:46 AM | Last reply by Michael Samteladze - Monday, October 8, 2012 10:10 AM -
0 Votes
Cannot implicitly convert type 'void' to 'System.Collections.IEnumerable'
The following code compiles and runs without throwing any exceptions: public partial class Form1 : Form { public object _DataViewSingleImport { ...Answered | 8 Replies | 2999 Views | Created by pianoboyCoder - Saturday, December 19, 2015 9:39 AM | Last reply by Magnus (MM8) - Saturday, December 19, 2015 9:15 PM -
0 Votes
Cannot implicitly convert type 'string' to 'LightSwitchApplication.User'
UserID (PK, auto generated int) Login (String) This is related (one to many) to a Transactions table with the following ...Answered | 1 Replies | 991 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 'string' to string
thanks for the help it solved the error but now another error occurs when i try to test the web serviceAnswered | 7 Replies | 4051 Views | Created by JTYR2 - Friday, February 8, 2013 2:32 PM | Last reply by Olaf Helper - Saturday, February 9, 2013 4:37 AM -
2 Votes
Cannot implicitly convert type 'System.Drawing.Bitmap' to 'System.Drawing.Icon'
For example: <data name="Icon1" type="System.Drawing.Icon, System.Drawing" ...Answered | 3 Replies | 6765 Views | Created by SagaV9 - Friday, May 6, 2016 3:29 AM | Last reply by Moonlight Sheng - Monday, May 16, 2016 8:32 AM - Items 1 to 20 of 2082401 Next ›
No announcements