Re: Base designer class missing in 2.0
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Nevermind, stupid error, added reference "system.design" and it works.
New to the asp.net world, usually code in Java. I was expecting it to
be in the system.web dll.
Rookie move.
Randy
.
Relevant Pages
- Re: Converting a List to a String
... >His 'cell' reference is of ArrayListtype. ... You were expecting it to dump out all the integers one per line or ... http://mindprod.com Java custom programming, consulting and coaching. ... (comp.lang.java.help) - Re: How java passes object references?
... Which everybody knows, it doesn't in Java. ... The reason I think this is a useful clarification is that when you got to the part about how passing by reference might work, it seems you went off track at least partly because you didn't understand the nature of the above. ... is a pointer pointing at the memory block. ... Assignments to local variables, or even to class members, do not allocate memory. ... (comp.lang.java.programmer) - Re: The Java no pointer big fat lie!
... > reference types, it wouldn't be a good comparison. ... and what you can't - and there is a big difference in Java to C and C++. ... You cannot change it in the language itself, ... Thus I would distinguish pointers from ... (comp.lang.java.programmer) - Re: call by reference
... We started learning Java about one month ago, and they just don't believe me when i try to explain that there is a confusion when passing reference types as an argumetn to a function. ... The actual parameter must be an L-value. ... (comp.lang.java.programmer) - Re: Argument scope
... these would likely be a better fit for Java. ... Java doesn't have pass-by-reference, ... It's a mistake to conflate allocation strategies with ... it does support JBC though, although it is unlikely I will have full J2SE support anytime in the near future. ... (comp.lang.java.programmer) |
|