You'll need to use the command-line compiler then. Perhaps even create a
batch file to make it easy on yourself. Have you tried running the vbc.exe
"Rambabu.V" <vasu_rambabu@hotmail.com> wrote in message
news:OImlKKqvEHA.720@TK2MSFTNGP10.phx.gbl...
> Ok Thanks for ur response.Can you suggest any method to combine the two
> different classes of 2 webform pages into a single dll.
>
>
>
> "CT" <carstent@spammersgoawaydotnetservices.biz> wrote in message
> news:#9Le9FpvEHA.2016@TK2MSFTNGP15.phx.gbl...
>> Ah, that explains it. The Command Window in command mode is used to
> execute
>> IDE related commands, such as File.OpenFile. If you want to go down that
>> route, you can type in the following command: Build.BuildSolution.
> However,
>> you can't specify parameters then, these will have to be set in the
> Project
>> Property Pages or Solution Property Pages dialog boxes.
>>
>> --
>> Carsten Thomsen
>> Enterprise Development with VS .NET, UML, and MSF
>>
http://www.apress.com/book/bookDisplay.html?bID=105 >> "Rambabu.V" <vasu_rambabu@hotmail.com> wrote in message
>> news:u6cKXsnvEHA.2172@TK2MSFTNGP14.phx.gbl...
>> > Nope ,
>> > I am doing that from the command prompt in th e view menu of
>> > Visual Studio.net
>> > "CT" <carstent@spammersgoawaydotnetservices.biz> wrote in message
>> > news:uzRuhJnvEHA.728@TK2MSFTNGP11.phx.gbl...
>> >> Are you opening a standard Command Prompt as opposed to the Visual
> Studio
>> >> .NET Command Prompt? The latter has the correct path to the
> command-line
>> >> utilities including vbc.exe, whereas the former doesn't be default.
>> >>
>> >> --
>> >> Carsten Thomsen
>> >> Enterprise Development with VS .NET, UML, and MSF
>> >>
http://www.apress.com/book/bookDisplay.html?bID=105 >> >> "Rambabu.V" <vasu_rambabu@hotmail.com> wrote in message
>> >> news:Ooe8DjlvEHA.4028@TK2MSFTNGP15.phx.gbl...
>> >> > Hi All,
>> >> > I am trying to pass server controls from one page to another
>> >> > page.How I am trying this is by writing two classes in the two
>> >> > pages.
>> >> > The class1 defined in first page has to pass into the second page.
>> >> > I am using the command line compiler to get a common dll of the two
>> > pages.
>> >> > The command is
>> >> >>vbc /out:bin\appname.dll /r:system.dll /r:system.web.dll
>> >> > /t:webformpage1.aspx.vb webformpage2.aspx.vb
>> >> > I am getting the error vbc is not a valid command.
>> >> > Hou can i solve it?
>> >> > Where was my mistake..
>> >> >
>> >> >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>