No announcements
Found 1490304 threads
-
0 Votes
Cannot implicitly convert type 'System.Web.DynamicData.MetaTable' to 'List.MetaTableSecurity'.
CS0266: Cannot implicitly convert type 'System.Web.DynamicData.MetaTable' to 'List.MetaTableSecurity'.Unanswered | 2 Replies | 25 Views | Created by Anonymous - Tuesday, August 14, 2012 7:21 PM | Last reply by Anonymous - Thursday, August 16, 2012 8:55 PM -
0 Votes
Cannot implicitly convert type
You might not be able to explicitly convert also.Answered | 4 Replies | 880 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 | 4435 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 'void' to 'string'_
public sealed partial class Page4 { public void Sum1() { int num1 = int.Parse(txtpnum1.Text); int ...Answered | 2 Replies | 2145 Views | Created by luna_luna - Tuesday, December 24, 2013 5:25 AM | Last reply by Eason_H - Wednesday, December 25, 2013 2:16 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 ...Answered | 1 Replies | 832 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 '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 | 10606 Views | Created by ForumHelp7 - Sunday, July 19, 2015 8:23 PM | Last reply by DA924 - Sunday, July 19, 2015 9:30 PM -
1 Votes
Cannot implicitly convert type 'System.DateTime' to 'string
String -> DateTime conversions.Answered | 2 Replies | 26445 Views | Created by PeterKiers - Friday, July 18, 2014 7:10 AM | Last reply by PeterKiers - Friday, July 18, 2014 10:32 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 | 8755 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 '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 | 3059 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 | 688 Views | Created by Ravi Kumar12233 - Wednesday, August 5, 2020 10:26 AM | Last reply by Ravi Kumar12233 - Thursday, August 6, 2020 3:38 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 | 6326 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 '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 | 3010 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 'System.DateTime' to 'bool'
chrysolite said:I get the error "cannot implicitly convert type 'System.DateTime' to 'bool' ".Answered | 3 Replies | 7687 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 'void' to 'Windows.UI.Xaml.RoutedEventHandler'_
Error Error 1 Cannot implicitly convert type 'void' to ...Answered | 1 Replies | 2088 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
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 | 2171 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
I have error Cannot implicitly convert type.
The type names are the same but they are 2 different types.Answered | 2 Replies | 16085 Views | Created by Nader Khaled - Monday, March 10, 2014 5:14 PM | Last reply by CoolDadTx - Monday, March 10, 2014 5:41 PM -
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 | 6106 Views | Created by SagaV9 - Friday, May 6, 2016 3:29 AM | Last reply by Moonlight Sheng - Monday, May 16, 2016 8:32 AM -
0 Votes
Cannot implicitly convert type 'void' to 'System.Collections.IEnumerable'
Cannot implicitly convert type 'void' to 'System.Collections.IEnumerable' This is my code below.Answered | 8 Replies | 2744 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 | 919 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
return GameDescription; } At the GameDescription, an error appears saying CannotAnswered | 7 Replies | 3817 Views | Created by JTYR2 - Friday, February 8, 2013 2:32 PM | Last reply by Olaf Helper - Saturday, February 9, 2013 4:37 AM - Items 1 to 20 of 1490304 Next ›
No announcements