CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > windows_hosting.hosting_open_forum Tags:
Item Type: NewsGroup Date Entered: 4/7/2004 5:50:45 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 11 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
noobjk
Asp.Net User
Building custom controls WITHOUT VisualStudio?4/7/2004 5:50:45 PM

0/0

I've got VB.net Standard Edition, which won't make custom controls. Is it worth trying to make them from the command line? Anybody know where I can find information on how to do that?

Thanks!
PLBlum
Asp.Net User
Re: Building custom controls WITHOUT VisualStudio?4/7/2004 6:05:28 PM

0/0

As a custom controls developer, I am using Visual Studio.net. Here are some issues that you will face without it:
1. You may not have design mode to test your design mode code. A big part of writing custom controls is the design mode side, from the Properties Editor appearance, to how it updates the ASP.NET text upon an edit in Properties Editor, to the appearance in the Design view itself.

2. You will be writing real code. A debugger is an important tool. Microsoft provides the DbgClr.exe debugger although I have never used it so cannot judge it.
--- Peter Blum
Creator of Professional Validation And More Suite, Peter's Date Package, and Peter's Polling Package
www.PeterBlum.com
noobjk
Asp.Net User
Re: Building custom controls WITHOUT VisualStudio?4/7/2004 6:50:03 PM

0/0

Those are good points. With a little work, I was able to compile my code using vbc.exe. Luckily, it's very simple code, so I don't need the design mode editor or the debugger.

Anybody have experience with DbgClr.exe?


In case it helps anyone, here's what I found when compiling:

1. Move all your "imports" statements out of the file and into the command line.

2. If the compiler complains about undefined commands or classes, try fully-qualifying them.

3. vbc.exe is probably in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 (or whatever your version is)

4. Here's a working command line:

vbc /t:library /out:bin\MyControl.dll /r:System.dll,System.Web.Dll,System.Data.dll /imports:System.Data.SqlClient,System.Web.UI,System.ComponentModel MyControl.cs
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Pro .NET 2.0 Graphics Programming: From Professional to Expert Authors: Eric White, Pages: 445, Published: 2005
Pro .NET 2.0 Windows Forms and Custom Controls in C#: From Professional to Expert Authors: Matthew MacDonald, Pages: 1037, Published: 2005
Mastering Web Development with Microsoft Visual Studio 2005 Authors: John Paul Mueller, Pages: 822, Published: 2005
Pro C# 2008 and the .NET 3.5 Platform Authors: Andrew Troelsen, Pages: 1370, Published: 2007
.NET Compact Framework Programming with Visual Basic .NET Authors: Paul Yao, David Durant, Pages: 1379, Published: 2004
Pro .NET 2.0 Windows Forms and Custom Controls in VB 2005 Authors: Matthew MacDonald, Pages: 1036, Published: 2006
Developing Killer Web Apps with Dreamweaver MX and C# Authors: Chuck White, Pages: 409, Published: 2004
ASP.NET by Example Authors: Steven A. Smith, Pages: 552, Published: 2002
Professional ASP.NET 2.0 Server Control and Component Development Authors: Shahram Khosravi, Pages: 1186, Published: 2006

Web:
Creating and Migrating Smart Device Custom Controls by Using ... As this article pointed out before it walked through the process of building a custom control using Visual Studio .NET 2003, it is possible to provide ...
Visual Studio 2005 Custom Controls in Toolbox - MrDave's (David ... Sep 1, 2004 ... Now in Visual Studio 2005 when you have a project in your solution that has custom controls they appear in the toolbox without any user ...
CodeProject: Adding Custom Controls to Visual Studio.Net Toolbox ... Have you tried to add custom controls to Visual Studio 2005 Toolbox ? ... but I' ve already been trying similar code without success in the past. ...
Creating Custom Controls for Microsoft .NET Compact Framework in ... In this article I am going to illustrate these steps by building a .NET Compact Framework custom control in Visual Studio 2005. The custom control is for ...
Visual Studio Magazine Online | Feature: Design Reusable Custom ... This is a good point to stop and consider how you use Visual Studio's type editors and type converters at design time when you're building custom controls. ...
Visual Studio Magazine Online | Getting Started: Leverage Custom ... Free Print or Digital Subscription to Visual Studio Magazine ... Building a custom user control is also straightforward. Think of a user control as a ...
Visual Studio Team System User Education : Custom Controls in Work ... There is no provisioning system for custom control binaries in Visual Studio. Visual Studio assumes the binaries are already installed on the client ...
Building custom user control in Silverlight 2.0 + how to build ... But, before we'll start, we'll build code snippet for Visual Studio, that allows us ..... Pingback from Auto News » Building custom user control in ...
InformIT: Safari Books Online - 0321174046 - .NET Compact ... Building Custom Controls > Adding a Custom Control to the Visual Studio . ... This has been unofficially confirmed by Microsoft as a problem without a ...
How to create .NET CF custom controls with Visual Studio 2005 Jul 29, 2005 ... Visual Studio 2005 makes it easier to develop custom controls for . ... to describe the steps involved in building a custom control using a ...




Search This Site:










logout not working

insert data in a database using text box or similar

wizard control -- changing activestepindex doesn't seem to work

security issues

requiresuniqueemail not behaving as expected

full page class name?

content placeholder alignment problem

moving from http to https and back again

command window

deploying a cls sp

how to upload a file using input(file) tool

double dollar sign problem

what happened to the search module?

add first/last name to login control

brower close

having a problem with iframe

assembly information

web application project - can't create project with no root namespace

sitemap for child project

teambuild to deploy deployment project website to remote server

web.config debug

trouble using custom controls

unable to debug asp.net 1.1 after installing sp2 to xp

dnn and active directory

autosize textbox in table cell

adding search to my site

creating a class and using it in webform?

loading page manually, how to

just general n00bie questions after searching the net for 4 hours

treeview webpart error

 
All Times Are GMT