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

.NET (Core and Framework)

 
GeneralRe: .NET 1.0 and 1.1 Pin
James T. Johnson5-Jun-03 4:11
James T. Johnson5-Jun-03 4:11 
GeneralRe: .NET 1.0 and 1.1 Pin
Paul Watson9-Jun-03 23:35
sitebuilderPaul Watson9-Jun-03 23:35 
GeneralRe: .NET 1.0 and 1.1 Pin
Ray Cassick13-Jun-03 10:54
Ray Cassick13-Jun-03 10:54 
QuestionAn alternative for COM? Pin
Stefan Born4-Jun-03 21:58
Stefan Born4-Jun-03 21:58 
GeneralMissing some stuff Pin
Robert Little4-Jun-03 21:26
Robert Little4-Jun-03 21:26 
GeneralRe: Missing some stuff Pin
J. Dunlap4-Jun-03 21:46
J. Dunlap4-Jun-03 21:46 
GeneralRe: Missing some stuff Pin
Robert Little4-Jun-03 21:59
Robert Little4-Jun-03 21:59 
QuestionSystem.Web.UI.Design ?? Pin
Jason McBurney3-Jun-03 8:24
Jason McBurney3-Jun-03 8:24 
Okay the help file says it exists, and the Class Library Referance says it exists, but intellsense can't find it and it creates a compiler errorConfused | :confused: . What am I doing wrong? did I miss a posting and fall off of the bus? Smile | :)

The Offending code --
<Bindable(False), _
Category("Appearance"), _
EditorAttribute(GetType(System.Web.UI.Design.UrlEditor), _
                GetType(System.Drawing.Design.UITypeEditor)), _
DefaultValue(""), _
Description("This is the primary image we will display to the web surfer.")> _
Public Property MainImageUrl() As String
    Get ...
    Set() ...
End Property


The Compiler Error --

C:\Documents and Settings\jmcburney.WALNUTCREEK\My Documents\Visual Studio Projects\Garaibali\WebControlLibrary1\HoverButtons.vb(5): Namespace or type 'Design' for the Imports 'System.Web.UI.Design' cannot be found.
AnswerRe: System.Web.UI.Design ?? Pin
Pete Bassett5-Jun-03 4:19
Pete Bassett5-Jun-03 4:19 
GeneralRe: System.Web.UI.Design ?? Pin
Jason McBurney5-Jun-03 8:45
Jason McBurney5-Jun-03 8:45 
GeneralTemp table and data adapter problem Pin
Mike Osbahr3-Jun-03 4:28
Mike Osbahr3-Jun-03 4:28 
GeneralRe: Temp table and data adapter problem Pin
SimonS8-Jun-03 0:22
SimonS8-Jun-03 0:22 
GeneralError eith InteropService.COMException Pin
chillspider3-Jun-03 1:28
chillspider3-Jun-03 1:28 
GeneralRe: Error eith InteropService.COMException Pin
Simon Gregory3-Jun-03 13:31
Simon Gregory3-Jun-03 13:31 
GeneralRe: Error eith InteropService.COMException Pin
chillspider3-Jun-03 16:48
chillspider3-Jun-03 16:48 
GeneralRe: Error eith InteropService.COMException Pin
Simon Gregory3-Jun-03 21:41
Simon Gregory3-Jun-03 21:41 
GeneralRe: Error eith InteropService.COMException Pin
chillspider3-Jun-03 23:59
chillspider3-Jun-03 23:59 
GeneralRe: Error eith InteropService.COMException Pin
MadsJ1-Jul-03 2:52
MadsJ1-Jul-03 2:52 
Generalexception handling and inheritance Pin
Anonymous2-Jun-03 6:53
Anonymous2-Jun-03 6:53 
GeneralRe: exception handling and inheritance Pin
John Kuhn3-Jun-03 14:17
John Kuhn3-Jun-03 14:17 
Generallogical problem Pin
Silhouette1-Jun-03 2:53
Silhouette1-Jun-03 2:53 
GeneralRe: logical problem Pin
apferreira3-Jun-03 1:24
apferreira3-Jun-03 1:24 
GeneralSession problems Pin
Peter Kiss30-May-03 2:18
Peter Kiss30-May-03 2:18 
QuestionHow to change app.config file name? Pin
nguyentuancuong28-May-03 22:40
nguyentuancuong28-May-03 22:40 
AnswerRe: How to change app.config file name? Pin
Simon Gregory3-Jun-03 13:28
Simon Gregory3-Jun-03 13:28 

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.