Re: How to clone a class library to a new one?
- From: "Alpha" <Alpha@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Apr 2005 11:28:03 -0700
Yes that works. I changed the name in several places. In the explorer and
in the project property's Assembly name... Thank you very much. This will
save me quite a bit of time.
Alpha
"Nicholas Paldino [.NET/C# MVP]" wrote:
> Alpha,
>
> In VS.NET, you should be able to see the output of the project by right
> clicking on the project in the solution explorer, and then setting the name
> of the output file that you want to produce.
>
> You should be able to find the name of the output file in the project
> file itself pretty easily as well (the files are plain-text).
>
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> "Alpha" <Alpha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:DAB451B0-5844-4FA8-B21D-BF16FF0DD436@xxxxxxxxxxxxxxxx
> >I copied all files and directory under c:\Trp Report folder into c:\King
> > Report folder, opened the project file in VS2003 and even recompiled for
> > the
> > new dll and it still showing up with the old dll name of 'trip
> > report.dll'.
> > Am I doing it incorrectly?
> >
> > I was hoping to do all my changes for the new class library in a copy
> > (copied of the entire folder) and then move that to the new folder name or
> > change the folder to generate the new dll name. Would that work?
> >
> > Thanks,
> > Alpha
> >
> > "Nicholas Paldino [.NET/C# MVP]" wrote:
> >
> >> Alpha,
> >>
> >> For the things like the forms, I wouldn't copy the class library,
> >> rather, I would create a base form and then have your new library
> >> reference
> >> the original library, and extend that form.
> >>
> >> With the crystal reports, you might be able to do something similar
> >> using sub reports, but personally, I try to stay as far from Crystal
> >> Reports
> >> as possible.
> >>
> >> If you want, you can just copy the project directory to a new
> >> directory
> >> (make sure to include the project file). If you open that new project
> >> file
> >> in VS.NET, it should create a new solution file for you, and you should
> >> be
> >> set.
> >>
> >> Hope this helps.
> >>
> >>
> >> --
> >> - Nicholas Paldino [.NET/C# MVP]
> >> - mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
> >>
> >> "Alpha" <Alpha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> >> news:D578EB1A-9BE0-4384-8CF7-7EFBE4973820@xxxxxxxxxxxxxxxx
> >> >I need to code several class library that has user-interface forms and
> >> > crystal reports and are pretty similiar. I haven't clone one before so
> >> > is
> >> > it
> >> > more troube than it's worth or should I just create new one from
> >> > scratch
> >> > each
> >> > time? Could someone also tell me a few places that I need to change
> >> > when
> >> > I
> >> > clone like how to change the file name so the new class libray will
> >> > generat
> >> > the new dll name.
> >> >
> >> > Thanks,
> >> > Alpha
> >>
> >>
> >>
>
>
>
.
- References:
- How to clone a class library to a new one?
- From: Alpha
- Re: How to clone a class library to a new one?
- From: Nicholas Paldino [.NET/C# MVP]
- Re: How to clone a class library to a new one?
- From: Alpha
- Re: How to clone a class library to a new one?
- From: Nicholas Paldino [.NET/C# MVP]
- How to clone a class library to a new one?
- Prev by Date: Re: How to Change a Label's BackColor Property
- Next by Date: Re: .NET Threading Question
- Previous by thread: Re: How to clone a class library to a new one?
- Next by thread: Counting String tokens precisly in an html document
- Index(es):
Relevant Pages
|