Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: where do I find the .Net Framework Class Browser?


Message #1 by "Chadrick" <chadm@d...> on Tue, 9 Jul 2002 13:58:19 -0400
Where do I find the .NET Framework Class Browser?


Message #2 by bob.szymanski@p... on Tue, 9 Jul 2002 13:17:42 -0500
This is a multipart message in MIME format.
--=_alternative 006417F986256BF1_
Content-Type: text/plain; charset="us-ascii"

If you installed the .NET framework SDK you should find it here:

(Make sure a virtual directory within IIS to the quickstart directory.)

http://localhost/quickstart/aspplus/samples/classbrowser/cs/classbrowser.aspx



Bob






"Chadrick" <chadm@d...>
07/09/2002 12:58 PM
Please respond to "aspx_beginners"

 
        To:     "aspx_beginners" <aspx_beginners@p...>
        cc:     (bcc: Bob Szymanski/SAT/SC/PHILIPS)
        Subject:        [aspx_beginners] where do I find the .Net Framework Class Browser?
        Classification: 




Where do I find the .NET Framework Class Browser?






Message #3 by "Chadrick" <chadm@d...> on Tue, 9 Jul 2002 16:44:11 -0400
This is a multi-part message in MIME format.

------=_NextPart_000_0007_01C22767.DA534440
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

When I try to get to that file I get the following 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" %>
 
 
-----Original Message-----
From: bob.szymanski@p... [mailto:bob.szymanski@p...] 
Sent: Tuesday, July 09, 2002 2:18 PM
To: aspx_beginners
Subject: [aspx_beginners] Re: where do I find the .Net Framework Class
Browser?
 

If you installed the .NET framework SDK you should find it here: 

(Make sure a virtual directory within IIS to the quickstart directory.) 

http://localhost/quickstart/aspplus/samples/classbrowser/cs/classbrowser
.aspx 



Bob





 
"Chadrick" <chadm@d...> 
07/09/2002 12:58 PM 
Please respond to "aspx_beginners" 
        
        To:        "aspx_beginners" <aspx_beginners@p...> 
        cc:        (bcc: Bob Szymanski/SAT/SC/PHILIPS) 
        Subject:        [aspx_beginners] where do I find the .Net
Framework Class Browser? 
        Classification:         




Where do I find the .NET Framework Class Browser?





--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to



Message #4 by "Chadrick" <chadm@d...> on Tue, 9 Jul 2002 16:49:54 -0400
When I go to that address I get the following error message:

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" %>


Is there something I need to do to get the ClassInfo namespace loaded?


Message #5 by "Darrel Austin" <darrelaustin@h...> on Wed, 10 Jul 2002 14:53:08
Bob:

Thanks for that info...I, too, was having difficulty finding the class 
browser.

I have a problem when attempting to launch it, however, I get the 
following 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" %>
 
================================================
Message #6 by bob.szymanski@p... on Wed, 10 Jul 2002 10:04:20 -0500
This is a multipart message in MIME format.
--=_alternative 005263AD86256BF2_
Content-Type: text/plain; charset="us-ascii"

Darrel.

The problem is that the ClassInfo.dll cannot be found.  Either this file 
does not exist in the default location:

X:\Microsoft Visual Studio 
.NET\FrameworkSDK\Samples\QuickStart\aspplus\bin

or the environment variable NETSAMPLEPATH is not set.


See the section labeled MANUALLY BUILDING THE QUICKSTARTS in the 
readme.txt file located at:

X:\Microsoft Visual Studio .NET\FrameworkSDK\Samples\QuickStart

Good Luck,
Bob

--------------------------------------------------------------
Robert Szymanski
Software Engineer

PHILIPS SEMICONDUCTORS
9651 Westover Hills Blvd.
San Antonio, Texas 78251
Tel:  xxx-xxx-xxxx
Fax:210-522-7327
www.semiconductors.philips.com
E-mail:bob.szymanski@p...





"Darrel Austin" <darrelaustin@h...>
07/10/2002 09:53 AM
Please respond to "aspx_beginners"

 
        To:     "aspx_beginners" <aspx_beginners@p...>
        cc:     (bcc: Bob Szymanski/SAT/SC/PHILIPS)
        Subject:        [aspx_beginners] Re: where do I find the .Net Framework Class Browser?
        Classification: 



Bob:

Thanks for that info...I, too, was having difficulty finding the class 
browser.

I have a problem when attempting to launch it, however, I get the 
following 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" %>
 
================================================



Message #7 by "Darrel Austin" <darrelaustin@h...> on Thu, 11 Jul 2002 18:42:08
Bob:

That DLL is located at:
C:\Program Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\aspplus\bin
on my machine.

I don't have a "FrameworkSDK" directory within the "Microsoft Visual 
Studio .NET" directory.

I think I have the NETSAMPLEPATH set correctly now (typed it in from the 
command line) but can't get the QuickStart to manually build as the 'nmake 
clean' command produces an error.

It mentions that I may need to "You may need to put the SDK tools on your 
path for the NMAKE build to work properly." but (showing my greeness to 
the Windows command line) I have no idea how the syntax for that would 
work.

-Darrel

======================================================

Darrel.

The problem is that the ClassInfo.dll cannot be found.  Either this file 
does not exist in the default location:

X:\Microsoft Visual Studio 
.NET\FrameworkSDK\Samples\QuickStart\aspplus\bin

or the environment variable NETSAMPLEPATH is not set.


See the section labeled MANUALLY BUILDING THE QUICKSTARTS in the 
readme.txt file located at:

X:\Microsoft Visual Studio .NET\FrameworkSDK\Samples\QuickStart

Good Luck,
Bob
Message #8 by bob.szymanski@p... on Thu, 11 Jul 2002 14:57:06 -0500
This is a multipart message in MIME format.
--=_alternative 006D30A886256BF3_
Content-Type: text/plain; charset="us-ascii"

Darrel,

Look for a file named vsvars32.bat on your machine.  I have VS.NET 
installed and it is located at 

X:\Microsoft Visual Studio .NET\Common7\Tools\vsvars32.bat"

If you have it, touch that 'lil beauty off so that it sets all the .NET 
build environment vars.

Whenever I use the command line version of any of the MS.Net tools, I make 
sure that I use a "Visual Studio.Net Framework Command Prompt" and not the 
standard prompt.  This command prompt executes this bat file upon opening 
the cmd session. 

Then try to build again.

I hope this helps.
Bob

--------------------------------------------------------------
Robert Szymanski
Software Engineer

PHILIPS SEMICONDUCTORS
9651 Westover Hills Blvd.
San Antonio, Texas 78251
Tel:  xxx-xxx-xxxx
Fax:210-522-7327
www.semiconductors.philips.com
E-mail:bob.szymanski@p...





"Darrel Austin" <darrelaustin@h...>
07/11/2002 01:42 PM
Please respond to "aspx_beginners"

 
        To:     "aspx_beginners" <aspx_beginners@p...>
        cc:     (bcc: Bob Szymanski/SAT/SC/PHILIPS)
        Subject:        [aspx_beginners] Re: where do I find the .Net Framework Class Browser?
        Classification: 



Bob:

That DLL is located at:
C:\Program Files\Microsoft.NET\FrameworkSDK\Samples\QuickStart\aspplus\bin
on my machine.

I don't have a "FrameworkSDK" directory within the "Microsoft Visual 
Studio .NET" directory.

I think I have the NETSAMPLEPATH set correctly now (typed it in from the 
command line) but can't get the QuickStart to manually build as the 'nmake 

clean' command produces an error.

It mentions that I may need to "You may need to put the SDK tools on your 
path for the NMAKE build to work properly." but (showing my greeness to 
the Windows command line) I have no idea how the syntax for that would 
work.

-Darrel

======================================================

Darrel.

The problem is that the ClassInfo.dll cannot be found.  Either this file 
does not exist in the default location:

X:\Microsoft Visual Studio 
.NET\FrameworkSDK\Samples\QuickStart\aspplus\bin

or the environment variable NETSAMPLEPATH is not set.


See the section labeled MANUALLY BUILDING THE QUICKSTARTS in the 
readme.txt file located at:

X:\Microsoft Visual Studio .NET\FrameworkSDK\Samples\QuickStart

Good Luck,
Bob




  Return to Index