473,385 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Creating a Custom App Wizard

Can someone teach me how do i create my own custom app wizard in .net

thank you

Nov 22 '05 #1
6 1982
I believe the first method [1] is a better design than the second [2]

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
[1] http://www.ftponline.com/vsm/2003_04...olumns/aspnet/
[2] http://www.c-sharpcorner.com/Code/20...ateWizards.asp
"Vasuki" <Va****@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
Can someone teach me how do i create my own custom app wizard in .net

thank you

Nov 22 '05 #2
hai

thank you.
but i wanna create a Custom App wizard in C#.

i used the following link:

http://msdn.microsoft.com/library/de...projectwiz.asp

but after this is all done i am still getting the following error:

Object with program ID VsWizard.VsWizardEngine cannot be created.

can u plz help me on this.

Thank you
"clintonG" wrote:
I believe the first method [1] is a better design than the second [2]

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
[1] http://www.ftponline.com/vsm/2003_04...olumns/aspnet/
[2] http://www.c-sharpcorner.com/Code/20...ateWizards.asp
"Vasuki" <Va****@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
Can someone teach me how do i create my own custom app wizard in .net

thank you


Nov 22 '05 #3
i resolved that error.
but now i am getting the following error when i try to create the project:

"Invalid procedure call or argument"

why is this error?
"Vasuki" wrote:
hai

thank you.
but i wanna create a Custom App wizard in C#.

i used the following link:

http://msdn.microsoft.com/library/de...projectwiz.asp

but after this is all done i am still getting the following error:

Object with program ID VsWizard.VsWizardEngine cannot be created.

can u plz help me on this.

Thank you
"clintonG" wrote:
I believe the first method [1] is a better design than the second [2]

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
[1] http://www.ftponline.com/vsm/2003_04...olumns/aspnet/
[2] http://www.c-sharpcorner.com/Code/20...ateWizards.asp
"Vasuki" <Va****@discussions.microsoft.com> wrote in message
news:59**********************************@microsof t.com...
Can someone teach me how do i create my own custom app wizard in .net

thank you


Nov 22 '05 #4
I don't know how to help you further but you might want to read an MSDN
article [1] I just discovered

<%= Clinton Gallagher

[1]
http://msdn.microsoft.com/library/de...a/html/uip.asp
"Vasuki" <Va****@discussions.microsoft.com> wrote in message
news:27**********************************@microsof t.com...
i resolved that error.
but now i am getting the following error when i try to create the project:

"Invalid procedure call or argument"

why is this error?
"Vasuki" wrote:
hai

thank you.
but i wanna create a Custom App wizard in C#.

i used the following link:

http://msdn.microsoft.com/library/de...projectwiz.asp

but after this is all done i am still getting the following error:

Object with program ID VsWizard.VsWizardEngine cannot be created.

can u plz help me on this.

Thank you
"clintonG" wrote:
> I believe the first method [1] is a better design than the second [2]
>
> <%= Clinton Gallagher
> METROmilwaukee (sm) "A Regional Information Service"
> NET csgallagher AT metromilwaukee.com
> URL http://metromilwaukee.com/
> URL http://clintongallagher.metromilwaukee.com/
>
>
> [1] http://www.ftponline.com/vsm/2003_04...olumns/aspnet/
> [2] http://www.c-sharpcorner.com/Code/20...ateWizards.asp
>
>
> "Vasuki" <Va****@discussions.microsoft.com> wrote in message
> news:59**********************************@microsof t.com...
> > Can someone teach me how do i create my own custom app wizard in .net
> >
> > thank you
> >
>
>
>

Nov 22 '05 #5
hey i made it.............
the error was because i had given the wrong project name in the statement

var proj = CreateCSharpProject(strProjectName,
strProjectPath, "DefaultBTSAIC.csproj");

in the default.js file.

:)

thank you

"clintonG" wrote:
I don't know how to help you further but you might want to read an MSDN
article [1] I just discovered

<%= Clinton Gallagher

[1]
http://msdn.microsoft.com/library/de...a/html/uip.asp
"Vasuki" <Va****@discussions.microsoft.com> wrote in message
news:27**********************************@microsof t.com...
i resolved that error.
but now i am getting the following error when i try to create the project:

"Invalid procedure call or argument"

why is this error?
"Vasuki" wrote:
hai

thank you.
but i wanna create a Custom App wizard in C#.

i used the following link:

http://msdn.microsoft.com/library/de...projectwiz.asp

but after this is all done i am still getting the following error:

Object with program ID VsWizard.VsWizardEngine cannot be created.

can u plz help me on this.

Thank you
"clintonG" wrote:

> I believe the first method [1] is a better design than the second [2]
>
> <%= Clinton Gallagher
> METROmilwaukee (sm) "A Regional Information Service"
> NET csgallagher AT metromilwaukee.com
> URL http://metromilwaukee.com/
> URL http://clintongallagher.metromilwaukee.com/
>
>
> [1] http://www.ftponline.com/vsm/2003_04...olumns/aspnet/
> [2] http://www.c-sharpcorner.com/Code/20...ateWizards.asp
>
>
> "Vasuki" <Va****@discussions.microsoft.com> wrote in message
> news:59**********************************@microsof t.com...
> > Can someone teach me how do i create my own custom app wizard in .net
> >
> > thank you
> >
>
>
>


Nov 22 '05 #6
hey i made it.............
the error was because i had given the wrong project name in the statement

var proj = CreateCSharpProject(strProjectName,
strProjectPath, "DefaultBTSAIC.csproj");

in the default.js file.

:)

thank you

"clintonG" wrote:
I don't know how to help you further but you might want to read an MSDN
article [1] I just discovered

<%= Clinton Gallagher

[1]
http://msdn.microsoft.com/library/de...a/html/uip.asp
"Vasuki" <Va****@discussions.microsoft.com> wrote in message
news:27**********************************@microsof t.com...
i resolved that error.
but now i am getting the following error when i try to create the project:

"Invalid procedure call or argument"

why is this error?
"Vasuki" wrote:
hai

thank you.
but i wanna create a Custom App wizard in C#.

i used the following link:

http://msdn.microsoft.com/library/de...projectwiz.asp

but after this is all done i am still getting the following error:

Object with program ID VsWizard.VsWizardEngine cannot be created.

can u plz help me on this.

Thank you
"clintonG" wrote:

> I believe the first method [1] is a better design than the second [2]
>
> <%= Clinton Gallagher
> METROmilwaukee (sm) "A Regional Information Service"
> NET csgallagher AT metromilwaukee.com
> URL http://metromilwaukee.com/
> URL http://clintongallagher.metromilwaukee.com/
>
>
> [1] http://www.ftponline.com/vsm/2003_04...olumns/aspnet/
> [2] http://www.c-sharpcorner.com/Code/20...ateWizards.asp
>
>
> "Vasuki" <Va****@discussions.microsoft.com> wrote in message
> news:59**********************************@microsof t.com...
> > Can someone teach me how do i create my own custom app wizard in .net
> >
> > thank you
> >
>
>
>


Nov 22 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Vasuki | last post by:
Can someone teach me how do i create my own custom app wizard in .net thank you
1
by: The_Rave | last post by:
Hi everyone, I'm trying to add my own template columns to the property builder of ..NET. E.g. a checkbox column, or an image column. But I can't find the sources of the wizard, or a way to add...
1
by: Shanthi | last post by:
I am trying to create custom project wizard in C#. It is working fine. But C# expects all the dependant assemblies needed for the Wizard need to be placed under C:\Program Files\Microsoft Visual...
7
by: Mr. Mountain | last post by:
Hi, I am building a custom wizard engine in C# following the example in "Mastering Visual Studio.NET" by Griffiths, Flanders and Sells (pg 304). Unfortunately, I'm having several problems that the...
2
by: ValK | last post by:
Hello All. I have a windows service, that monitors file directory. Now I'm trying to create custom install wizard for this service. I added projectinstaller class to my application, where I...
2
by: John | last post by:
Hi I was working fine with create user wizard and the default membership provider. I have now customised the membership provider as per attached web.config. The create user wizard picks up the...
2
by: Mark Olbert | last post by:
So far, I am more than a little underwhelmed by the Membership API in ASPNET2, and the ASP.NET Configuration wizard in VS2005. The latter is slow as a pig whenever it does anything. Oh well, at...
8
by: redeagle | last post by:
I'm wondering what the best practice is for creating a WinApp "wizard" that contains 4 or 5 "steps". Options so far are 1) Single WinForm making various controls visible/non visible at the...
2
by: Greg | last post by:
Hello, I am trying to bind a GridView to a custom object I have created. First, here is what I'm trying to do: I have a wizard for adding/editing Users. When the wizard begins, a User...
3
by: Allan Ebdrup | last post by:
I get the error "Error creating control: ID property is not specified" when I view my custom web control in design view. I add the control that gives an error in OnInit like this: ----- foreach...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.