No announcements
Found 1292485 threads
-
1 Votes
No suitable method found to override
Take out the word "override".Answered | 1 Replies | 1231 Views | Created by Bri007 - Tuesday, October 2, 2012 7:32 PM | Last reply by Reed Copsey, Jr - Tuesday, October 2, 2012 7:43 PM -
0 Votes
UnivApp W10 OnNavigatedTo no suitable method found to override
I get the 'no suitable method found to override for the ...Answered | 4 Replies | 4188 Views | Created by Tony Eversole - Sunday, September 6, 2015 10:14 AM | Last reply by JeremyCahill - Tuesday, October 3, 2017 10:23 PM -
0 Votes
Recipe4share.App.OnActivated(Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs)': no suitable method found to override
You really need to use the correct signature for OnActivated, or the override is not recognized.Answered | 3 Replies | 1781 Views | Created by DennisBakker71 - Friday, May 16, 2014 11:01 AM | Last reply by Diederik Krols - Friday, May 16, 2014 12:12 PM -
1 Votes
what is the ' Error1 'TVProgram.RecordedProgram.Display2()': no suitable method found to override' when i code the C#?
You also need to make your Display method in your base class virtual if you're going to override it in your sub-classes: public virtual string ...Answered | 2 Replies | 2199 Views | Created by ggbnet - Friday, September 13, 2013 12:30 PM | Last reply by BonnieB - Friday, September 13, 2013 3:52 PM -
1 Votes
How to override the clone method?
My Blog - MSDN Complement by providing Visual C# Walkthroughs and Sample Codes - Founded In February 24, 2010Answered | 4 Replies | 13374 Views | Created by BBauer42 - Friday, February 26, 2010 8:38 PM | Last reply by Yasser Zamani - Mr. Help - Saturday, February 27, 2010 7:45 AM -
4 Votes
no suitable method found to override
To override any method you must have same signature.Proposed | 8 Replies | 805 Views | Created by Abilay_Satibaldiev - Thursday, December 6, 2018 5:08 PM | Last reply by WayneAKing - Saturday, December 8, 2018 7:31 AM -
1 Votes
method overriding, calling base methods
You can do so many things when overriding a method like that.Answered | 6 Replies | 3445 Views | Created by Arvin Granados - Thursday, December 15, 2011 3:00 AM | Last reply by servy42 - Friday, December 16, 2011 2:14 PM -
0 Votes
No suitable method is found to override
User551462331 posted where r u calling this "VerifyRenderingInServerForm" method?Unanswered | 5 Replies | 215 Views | Created by Anonymous - Friday, February 24, 2012 5:15 AM | Last reply by Anonymous - Friday, February 24, 2012 6:40 AM -
0 Votes
No Suitable method found to override
._..................aspx.GetTypeHashCode()': no suitable method found to override c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET ...Answered | 2 Replies | 137 Views | Created by Anonymous - Thursday, November 20, 2008 10:49 AM | Last reply by Anonymous - Thursday, November 20, 2008 10:56 AM -
0 Votes
No suitable method found to override
User-2146987983 posted protected override void ...Answered | 2 Replies | 30 Views | Created by Anonymous - Monday, November 19, 2012 5:43 AM | Last reply by Anonymous - Monday, November 19, 2012 6:39 AM -
0 Votes
no suitable method found to override
User-768741433 posted I just left createuser method as it is. and created a new custom method RegisterUser which accepts my custom ...Answered | 6 Replies | 53 Views | Created by Anonymous - Monday, July 19, 2010 12:38 PM | Last reply by Anonymous - Friday, July 23, 2010 11:00 AM -
1 Votes
no suitable method found to override
If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.Discussion | 8 Replies | 18527 Views | Created by jbattat1 - Tuesday, December 25, 2007 4:21 PM | Last reply by HookEmHorns - Thursday, October 21, 2010 2:37 AM -
0 Votes
no suitable method found to override
I only told you that you need to remove the 'sender' parameter from your method, that's all.Answered | 3 Replies | 5605 Views | Created by yachiru chan - Tuesday, February 9, 2010 4:17 AM | Last reply by Louis.fr - Wednesday, February 10, 2010 8:37 AM -
1 Votes
SimulatedSumoReferee - Error overriding the Initialize() method
I get the errors trying to compile the PayloadEntity and FixedIRobotCreate ...Answered | 4 Replies | 1408 Views | Created by Troy Deck - Tuesday, April 30, 2013 6:21 PM | Last reply by Troy Deck - Friday, May 3, 2013 10:29 PM -
2 Votes
No imaging component suitable to complete this operation was found.'
_image = new BitmapImage(); _image.BeginInit(); _image.UriSource = new Uri(filename); _image.EndInit(); _name = ...Answered | 8 Replies | 6920 Views | Created by ctrlctrl - Wednesday, May 13, 2009 4:11 PM | Last reply by fjr_wlb_nj - Tuesday, February 23, 2010 6:51 PM -
0 Votes
no suitable method found to override
Declaring a method abstract automatically makes it virtual.Answered | 3 Replies | 15322 Views | Created by Numerical25 - Friday, August 14, 2009 6:49 PM | Last reply by nobugz - Saturday, August 15, 2009 7:38 AM -
0 Votes
No suitable method found to override
There is no Add method that takes an Apple in the base class, that Add method takes an object.Unanswered | 3 Replies | 58 Views | Created by Anonymous - Wednesday, June 29, 2005 9:22 AM | Last reply by Anonymous - Wednesday, June 29, 2005 11:40 AM -
0 Votes
Overriding OnActivated method
can any body please clarify me in the concept of overriding the "OnActivated" event in windows forms.Answered | 1 Replies | 3361 Views | Created by Satheen - Friday, December 17, 2010 10:36 AM | Last reply by santoshdarekar - Friday, December 17, 2010 12:10 PM -
1 Votes
Override the getproperties method on a class.
///other methods } public class DerivedControl : BaseControl { public override PropertyDescriptorCollection GetProperties() { ...Answered | 5 Replies | 4359 Views | Created by J-Eng - Wednesday, April 4, 2012 4:15 PM | Last reply by Mark Bentley at BDGL - Friday, August 7, 2015 5:10 PM -
0 Votes
entities.cs - no suitable method found to override
First i download installed and installed Xna (xnagse_setup.msi) To use entities.cs i create a new service and add the fowlling references on Visual Studio ...Answered | 1 Replies | 5915 Views | Created by MJPL - Thursday, April 3, 2008 11:23 PM | Last reply by The Technology Tourist - Saturday, April 5, 2008 4:00 AM - Items 1 to 20 of 1292485 Next ›
No announcements