aspx thread: .NET Framework Class Browser will not run from browser
Message #1 by "Chadrick" <chadm@d...> on Tue, 9 Jul 2002 17:20:12 -0400
|
|
How do I make the .Net Framework Class Browser work? I found the
directory and the file but for some reason when I try to view it I get
an error:
Compiler Error Message: CS0246: The type or namespace name 'ClassInfo'
could not be found (are you missing a using directive or an assembly
reference?)
Source Error:
Line 1: <%@ Page Language="C#" Debug="True" %>
Line 2: <%@ Import NameSpace="ClassInfo" %>
Line 3: <%@ Import NameSpace="System.Collections" %>
Line 4: <%@ Import NameSpace="System.Collections.Specialized" %>
I looked in the bin dir and ClassInfo.dll is there? Anyone else have
this problem?
Does Microsoft have the Class Browser online somewhere?
Message #2 by "Mitchell Adams" <MADAMS@p...> on Wed, 10 Jul 2002 08:49:16 -0400
|
|
http://samples.gotdotnet.com/quickstart/aspplus/samples/classbrowser/vb/cla
ssbrowser.aspx
Mitchell L. Adams
Webmaster
xxx-xxx-xxxx
Palm Beach County Convention and Visitors Bureau
http://www.palmbeachfl.com
>>> chadm@d... 07/09/02 05:20PM >>>
How do I make the .Net Framework Class Browser work? I found the
directory and the file but for some reason when I try to view it I get
an error:
Compiler Error Message: CS0246: The type or namespace name 'ClassInfo'
could not be found (are you missing a using directive or an assembly
reference?)
Source Error:
Line 1: <%@ Page Language=3D"C#" Debug=3D"True" %>
Line 2: <%@ Import NameSpace=3D"ClassInfo" %>
Line 3: <%@ Import NameSpace=3D"System.Collections" %>
Line 4: <%@ Import NameSpace=3D"System.Collections.Specialized" %>
I looked in the bin dir and ClassInfo.dll is there? Anyone else have
this problem?
Does Microsoft have the Class Browser online somewhere?
|