using vs.net for asp.net pages 
Author Message
 using vs.net for asp.net pages

I am just starting to learn asp.net.  I want to use vs.net as my development
environment.  Here is a question - hopefully an easy one.  I am tryiing to
create a custom control.  I have the .vb (which defines the namespace and
class) file and the .aspx file which will use it - both in a folder called
testProject.  What I don't know how to do is get the vb file compiled into a
.dll (which I gather is the process) and then include it in the .aspx file
properly.  I have read some example that use the command line to compile -
but I would like to just use the IDE.

thanks

--
BJ Daniels
mcse, mct



Tue, 23 Mar 2004 21:41:33 GMT  
 using vs.net for asp.net pages
im looking for RAD-Infos with vs7 as well...


Tue, 23 Mar 2004 21:49:25 GMT  
 using vs.net for asp.net pages
Hi BJ,

In VS.NET you just click the  "build the project" button.

It does it all, and places the .dll (by default) in the
./bin directory.

If you want to use VS.NET then it pays to let their wizard
create a project for you, since they create the .vb file etc.

--
Hope that helps!
Tom

-----------------------------------------------------------
See: http://VoiceBoards.Com
"FREE VOICE MESSAGING, why type"
-----------------------------------------------------------
I am just starting to learn asp.net.  I want to use vs.net as my development
environment.  Here is a question - hopefully an easy one.  I am tryiing to
create a custom control.  I have the .vb (which defines the namespace and
class) file and the .aspx file which will use it - both in a folder called
testProject.  What I don't know how to do is get the vb file compiled into a
.dll (which I gather is the process) and then include it in the .aspx file
properly.  I have read some example that use the command line to compile -
but I would like to just use the IDE.

thanks

--
BJ Daniels
mcse, mct



Wed, 24 Mar 2004 09:08:01 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Survey on ASP/VS6.0 versus ASP.NET/VS.NET

2. VB6/ASP vs .NET/ASP.NET development

3. Find good book about using CR.NET with VS.NET and .NET Framework

4. ADO.NET with ASP.NET using VB.NET

5. VB.net vs ASP.net

6. VB.Net vs ASP.Net

7. Insert VS.NET Beta 1 on ASP.NET Beta 2

8. VB.Net vs ASP.Net

9. Debug VB.NET DLL(Class Library) from ASP.NET page

10. Passing Form Fields to VB.NET Custom Business Object in an ASP.NET Code Behind Page

11. ASP .Net using VB .Net Speed issue

12. Using VB.NET programming ASP.NET

 

 
Powered by phpBB® Forum Software