Click here to Skip to main content
15,902,492 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Class Inheritance Pin
Pete O'Hanlon29-Aug-07 9:03
mvePete O'Hanlon29-Aug-07 9:03 
GeneralRe: Class Inheritance Pin
#realJSOP29-Aug-07 9:19
professional#realJSOP29-Aug-07 9:19 
GeneralRe: Class Inheritance Pin
Pete O'Hanlon29-Aug-07 9:21
mvePete O'Hanlon29-Aug-07 9:21 
GeneralRe: Class Inheritance Pin
#realJSOP29-Aug-07 9:23
professional#realJSOP29-Aug-07 9:23 
GeneralRe: Class Inheritance Pin
Luc Pattyn29-Aug-07 9:38
sitebuilderLuc Pattyn29-Aug-07 9:38 
GeneralRe: Class Inheritance Pin
#realJSOP29-Aug-07 9:50
professional#realJSOP29-Aug-07 9:50 
GeneralRe: Class Inheritance Pin
#realJSOP29-Aug-07 9:38
professional#realJSOP29-Aug-07 9:38 
GeneralRe: Class Inheritance Pin
Pete O'Hanlon29-Aug-07 10:11
mvePete O'Hanlon29-Aug-07 10:11 
Nope - that shouldn't affect it. Without actually seeing the code we're really shooting in the dark with this. Some things to look at though:

The accessibility level of the constructor shouldn't be an issue if the base class has a protected constructor.
If the base class is in a separate project, try building that project on its own - problems compiling that project will have an effect on the derived class (which means that you will see the issue with Intellisense not picking the definition up).
A silly one, and one I suspect you've already ruled out - the parameters must be the correct types between the call to base and the constructor in the base class.

Deja View - the feeling that you've seen this post before.

GeneralRe: Class Inheritance Pin
#realJSOP29-Aug-07 10:14
professional#realJSOP29-Aug-07 10:14 
AnswerRe: Class Inheritance Pin
#realJSOP29-Aug-07 10:13
professional#realJSOP29-Aug-07 10:13 
GeneralRe: Class Inheritance Pin
Pete O'Hanlon29-Aug-07 10:21
mvePete O'Hanlon29-Aug-07 10:21 
GeneralRe: Class Inheritance Pin
#realJSOP29-Aug-07 10:31
professional#realJSOP29-Aug-07 10:31 
GeneralRe: Class Inheritance Pin
Pete O'Hanlon29-Aug-07 10:36
mvePete O'Hanlon29-Aug-07 10:36 
GeneralRe: Class Inheritance Pin
#realJSOP29-Aug-07 10:50
professional#realJSOP29-Aug-07 10:50 
QuestionVB application breaks with dll built with Framework 2.0 Pin
saswatpadhan29-Aug-07 7:48
saswatpadhan29-Aug-07 7:48 
AnswerRe: VB application breaks with dll built with Framework 2.0 Pin
Pete O'Hanlon29-Aug-07 9:04
mvePete O'Hanlon29-Aug-07 9:04 
GeneralRe: VB application breaks with dll built with Framework 2.0 Pin
saswatpadhan29-Aug-07 9:54
saswatpadhan29-Aug-07 9:54 
AnswerRe: VB application breaks with dll built with Framework 2.0 Pin
Luc Pattyn29-Aug-07 9:40
sitebuilderLuc Pattyn29-Aug-07 9:40 
GeneralRe: VB application breaks with dll built with Framework 2.0 Pin
saswatpadhan29-Aug-07 9:56
saswatpadhan29-Aug-07 9:56 
QuestionUsing the .Net image machanism without extra copy of the source image Pin
Dudi Avramov29-Aug-07 4:25
Dudi Avramov29-Aug-07 4:25 
AnswerRe: Using the .Net image machanism without extra copy of the source image Pin
Dave Kreskowiak29-Aug-07 4:56
mveDave Kreskowiak29-Aug-07 4:56 
QuestionHow make a dll in Visual C++ to use in C#? Pin
Rui A Sousa29-Aug-07 3:36
Rui A Sousa29-Aug-07 3:36 
AnswerRe: How make a dll in Visual C++ to use in C#? Pin
Paul Conrad4-Nov-07 7:35
professionalPaul Conrad4-Nov-07 7:35 
QuestionLoad a DLL Dynamically Pin
#realJSOP29-Aug-07 0:33
professional#realJSOP29-Aug-07 0:33 
AnswerRe: Load a DLL Dynamically Pin
originSH29-Aug-07 1:03
originSH29-Aug-07 1:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.