going from debug to release

G

Guest

I've got an asp.net app which has a whole series of class libraries
(assemblies)...all of which is currently in debug mode.

When I push all this to production, what is the easiest way to go from debug
to release? Currently I have to re-create all of my references in vs.net and
that's tedious, not to mention error-prone and frustrating.

I don't (and won't) use reflection to get around this...don't want the
overhead. Is there a way to set vs.net to grab the Release assemblies
automatically when you switch to Release Mode?

Thanks!
 
M

Mythran

zambizzi said:
I've got an asp.net app which has a whole series of class libraries
(assemblies)...all of which is currently in debug mode.

When I push all this to production, what is the easiest way to go from
debug
to release? Currently I have to re-create all of my references in vs.net
and
that's tedious, not to mention error-prone and frustrating.

I don't (and won't) use reflection to get around this...don't want the
overhead. Is there a way to set vs.net to grab the Release assemblies
automatically when you switch to Release Mode?

Thanks!

You have to re-create all of your references? If they are all in the same
solution, you can use "Project References" and they will update to
Release/Debug whenever the solution configuration changes.

HTH,
Mythran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top