473,749 Members | 2,636 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

dll's for phase I and II

Hi,

I have been working in quite a big project that is split
into two phases. The phase I part of ASP.Net web
application is live and under maintenace now. We have
started design of phase II.
I need to now the best startegy to follow, such that phase
II development goes on smoothly when phase I module is
under maintenance. The application dll under the bin
directory is little more than 1 MB now. So i have planned
to start and new project for phase II and reference the
phase I project dll. So have individual projects for each
phases is the best option or do we have any better
development setup.
Appreciate any comments or suggestions.
Thanks
S.ravi sankar

Nov 17 '05 #1
2 2129
Are you using Visual Studio.Net? If so, you can create a second project, add
the first project to the Solution, and reference the first project (not DLL)
in the second. This ensures that whenever you build, you will always be
working with the latest build of your first project, in case you make
changes to it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Ravi Sankar" <ra*****@lycos. com> wrote in message
news:00******** *************** *****@phx.gbl.. .
Hi,

I have been working in quite a big project that is split
into two phases. The phase I part of ASP.Net web
application is live and under maintenace now. We have
started design of phase II.
I need to now the best startegy to follow, such that phase
II development goes on smoothly when phase I module is
under maintenance. The application dll under the bin
directory is little more than 1 MB now. So i have planned
to start and new project for phase II and reference the
phase I project dll. So have individual projects for each
phases is the best option or do we have any better
development setup.
Appreciate any comments or suggestions.
Thanks
S.ravi sankar

Nov 17 '05 #2
Hi Kevin,
Thanks for your advice. Yes, i m using Visual studio.net

Just was wondering if i will have any problems during
deployment of phase II. Actually, phase II is an extension
(built on top) of phase I. So when i deliver phase I the
client expect a single application. So is it possible to
merger the two projects when i release phase II?

Thanks for your kind help.

regards,
s.ravi sankar
-----Original Message-----
Are you using Visual Studio.Net? If so, you can create a second project, addthe first project to the Solution, and reference the first project (not DLL)in the second. This ensures that whenever you build, you will always beworking with the latest build of your first project, in case you makechanges to it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Ravi Sankar" <ra*****@lycos. com> wrote in message
news:00******* *************** ******@phx.gbl. ..
Hi,

I have been working in quite a big project that is split
into two phases. The phase I part of ASP.Net web
application is live and under maintenace now. We have
started design of phase II.
I need to now the best startegy to follow, such that phase II development goes on smoothly when phase I module is
under maintenance. The application dll under the bin
directory is little more than 1 MB now. So i have planned to start and new project for phase II and reference the
phase I project dll. So have individual projects for each phases is the best option or do we have any better
development setup.
Appreciate any comments or suggestions.
Thanks
S.ravi sankar

.

Nov 17 '05 #3

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

Similar topics

1
1917
by: RA | last post by:
Hi I have a c# project who load some other c# assemblies. I took one of the dll assemblies and ran the Dotfuscator and produce the output assembly. I added this assembly to the project (add reference) and the project doesn't compile. It doesn't recognize the new added assembly. Whats wrong? Do I have to use the Dotuscator on the entire project or can I have only some of its assemblies Dotfuscator?
1
2352
by: Tim Rogers | last post by:
For some reason, when I compile my MC++ app now I get this error during the link phase. The file DOES exist and is in the proper place in the path. The only difference between when I could link successfully and now that I can't is an upgrade in a 3rd party static library (ACE) that my project is linking to. (My project is a managed wrapper for an unmanaged C++ API.) I assume this new library could be causing the problem, but I have NO...
1
1934
by: Tim Rogers | last post by:
For some unknown reason, when I compile my MC++ app now, I get this error during the link phase. Apparently VS .NET needs ole32.dll to link The file DOES exist and is in the proper place in the path. The only difference between when I could link successfully and now that I can't is that we've changed our project directory structure somewhat. My project is a managed wrapper for an unmanaged C++ API. Here is the information I know...
10
1301
by: mphanke | last post by:
Hi, I have an application that works fine when compiled as an executable. But it is designed to be a plugin also at the same time, by compiling it as a dll. I have a problem with resources when compiled as DLL. The error always says there is no resource file named "TESTNS.Toolbar.resources" - but it is definetly there. Is there a huge difference in the linker producing a dll or an executable concerning resources?? I assume it is...
29
2105
by: Stefan Slapeta | last post by:
There have been many announciations that VC 8.0 will finally support two phase template lookup; now, after I installing VC 2005 Express I had to realize that it still doesn't! What has happend to these plans??? Stefan
4
4450
by: yhebib | last post by:
Hello All, I've been browsing and reading all articles I could find on technet ,msdn and other knowledgeable sources to understand the issue I'm dealing with. However, I did not find so far how to fix that. Investigations are still under progress and I hope you'll be able to give hints or feedback that will drive me to the solution. The applications I'm working on until the next release that will soon
2
1931
by: Mike Sharpe | last post by:
We have many old COM classes that are still in use. They were written in VB6. We are now starting to do some things in C# however we cannot just throw away everything from COM and start over. Our migration to C# will be multi-phase and right now we just need proof of concept. Here's our situation: 1. We need to create a DLL/TLB in C# that works in VB6 2. C# class needs to implement a VB6 class interface 3. C# class needs to be...
13
5601
by: paul.joseph.davis | last post by:
Hi, I've just had my first encounter with two-phase lookup and I'm scratching my head a bit. The idea behind two phase look up is pretty easy to understand, but I have a case that fails to compile although it appears to me that it should. template<typename TYPE> void foo( std::map< int, TYPE pmap )
0
838
by: Ashish | last post by:
I create a new dll using following using System; using System.ComponentModel; using System.Security.Permissions; using Microsoft.ManagementConsole; in csharp and copy it to same path where
0
9568
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8257
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3320
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2794
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.