Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

release mode Compile error BC2014

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
news.microsoft.com - 13 Jul 2007 19:09 GMT
I have an asp.net 2.0 project that when I change the build configuration to
release I get the following error:

  Command line error BC2014: the value 'None' is invalid for option
'debug'.

If I go into the projects Advanced Compile Options and change the Generate
Debug Info dropdown from None to PDB-Only the error goes away.  Can anyone
explain why I have to do this and what can I do to get the one option to
work on a asp.net project?  It is causing problems because the common
project is shared with a VB project that gets an error on release mode
compile if it is set to pdb-only.

Thanks for your help.
Juan T. Llibre - 13 Jul 2007 19:20 GMT
Just add this entry to the web.config file :

<compilation debug="true" />

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
>I have an asp.net 2.0 project that when I change the build configuration to release I get the following error:
>
[quoted text clipped - 6 lines]
>
> Thanks for your help.
nahid - 13 Jul 2007 19:27 GMT
On Jul 14, 12:20 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
> Just add this entry to the web.config file :
>
[quoted text clipped - 17 lines]
>
> - Show quoted text -

hai,
he try build in release mode better set
<compilation debug="false" />

nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd
Juan T. Llibre - 13 Jul 2007 19:53 GMT
re:
!> he try build in release mode better set
!> <compilation debug="false" />

No. He said that when :

!> I change the build configuration to release

...the error occurs, therefore setting it to debug="true" should fix it.

Your suggestion, debug="false", is the same as setting the application
to release mode, so he would likely continue to get the same error as
whenhe manually sets it to "release" mode.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
On Jul 14, 12:20 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
> Just add this entry to the web.config file :
>
[quoted text clipped - 19 lines]
>
> - Show quoted text -

hai,
he try build in release mode better set
<compilation debug="false" />

nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd
nahid - 13 Jul 2007 20:18 GMT
On Jul 14, 12:53 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
> re:
> !> he try build in release mode better set
[quoted text clipped - 48 lines]
>
> - Show quoted text -

well so what is basically main problem, say i'm not prefer set
<compilation debug="true" /> because of loss some performance

nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd
Juan T. Llibre - 13 Jul 2007 20:48 GMT
re:
!> well so what is basically main problem, say i'm not prefer set
!> <compilation debug="true" /> because of loss some performance

True enough, but to resolve the *current* problem ( that the app won't run ),
the solution is get get the app working *first* and then *later* we worry about performance.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
On Jul 14, 12:53 am, "Juan T. Llibre" <nomailrepl...@nowhere.com>
wrote:
> re:
> !> he try build in release mode better set
[quoted text clipped - 52 lines]
>
> - Show quoted text -

well so what is basically main problem, say i'm not prefer set
<compilation debug="true" /> because of loss some performance

nahid
http://nahidulkibria.blogspot.com/
http://www.kaz.com.bd
news.microsoft.com - 13 Jul 2007 21:53 GMT
I already have in my web config file <compilation defaultLanguage="vb"
debug="true"/>
and I am getting this message if the debug is set to true or false in the
web.config file.

> re:
> !> well so what is basically main problem, say i'm not prefer set
[quoted text clipped - 79 lines]
> http://nahidulkibria.blogspot.com/
> http://www.kaz.com.bd
news.microsoft.com - 13 Jul 2007 22:10 GMT
I already have in my web config file <compilation defaultLanguage="vb"
debug="true"/>
and I am getting this message if the debug is set to true or false in the
web.config file if I am trying to compile in release mode with the Generate
Debug Info dropdown set to None.  If I change the Generate Debug Info
dropdown set to PDB-Only or Full then the project compiles fine reguardless
of release or debug mode.  I hope this clarifies the problem I am having.

>I already have in my web config file <compilation defaultLanguage="vb"
>debug="true"/>
[quoted text clipped - 84 lines]
>> http://nahidulkibria.blogspot.com/
>> http://www.kaz.com.bd

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.