all groups > dotnet windows forms > may 2006 >
You're in the

dotnet windows forms

group:

DLL from the Debug Bin directory


DLL from the Debug Bin directory Steve, Putman
5/30/2006 10:19:41 AM
dotnet windows forms: Hi Gurus,
I need some suggestions.
We have a vb.net(framework 2.0) project. We work on it in Debug mode not in
Release mode.
When we fix some bug we just go to the bin directory and copy the dll file
and put it on the production server.

Does it really maters that we are not compiling it on release mode. Does it
effect the performance/speed or anything else doling like it.

Please advice.
Thanks Steve

Re: DLL from the Debug Bin directory Stoitcho Goutsev (100)
6/5/2006 9:11:46 AM
Steve,

Yes, it could have some affect on this. Debug assemblies are not optimized
neither buy the compiler nor by the jitter.


--

Stoitcho Goutsev (100)

[quoted text, click to view]

Re: DLL from the Debug Bin directory Vivek Thakur
7/17/2006 4:57:01 AM
Also, debug assemblies also contain debugging related data which is not
required on production servers. so its always advised to put release
assemblies as production code.
--
Vivek Thakur (MCP)
www.vivekthakur.com


[quoted text, click to view]
AddThis Social Bookmark Button