Click here to Skip to main content
15,898,751 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionhow make my asp.net website browser independent Pin
rama charan19-Jan-07 0:31
rama charan19-Jan-07 0:31 
AnswerRe: how make my asp.net website browser independent Pin
Sylvester george29-Jan-07 1:40
Sylvester george29-Jan-07 1:40 
Questionclear crystalreportviewer data Pin
rama charan18-Jan-07 23:53
rama charan18-Jan-07 23:53 
QuestionCorrect way for constants Pin
shreekar18-Jan-07 23:12
shreekar18-Jan-07 23:12 
AnswerRe: Correct way for constants Pin
Guffa19-Jan-07 8:09
Guffa19-Jan-07 8:09 
QuestionApplication.UnregisterMessageLoop Method Pin
shreekar18-Jan-07 22:33
shreekar18-Jan-07 22:33 
QuestionVS.NET 2005: Building different versions... Pin
Paul Selormey18-Jan-07 14:56
Paul Selormey18-Jan-07 14:56 
AnswerRe: VS.NET 2005: Building different versions... Pin
Luc Pattyn18-Jan-07 21:43
sitebuilderLuc Pattyn18-Jan-07 21:43 
I see three different approaches, all with their specific drawbacks:

You could use conditional compilation:
- add #if SYMBOL ... #endif to your source code
- create a new configuration with Configuration Manager
- set the appropriate symbols in Project Properties/Build/Conditional Compilation Symbols
This is only practicle for small differences though.

Or you could just make different projects. Now you must solve the problem anout sharing source
code. Two methods are available:
- since Visual insists on each project having its own directory, create them first,
then move the project files to the original folder and restart Visual.
- or keep the different directories, but rather than adding the source files, use the
"add as link" option hidden under the right arrow of the Add button.
This solution gets painful if you often add files, since now you must repeat this for
each project.

Finally, you could just build one version and cripple it in some way. Of course this
approach is vulnerable, the crippling code could be hacked by the end-user.

Smile | :)


Luc Pattyn

Questioncaspol command line needed Pin
cj433118-Jan-07 9:34
cj433118-Jan-07 9:34 
QuestionInstalling .Net Framework 2.0 on new Webserver Pin
Jonathan Snyder18-Jan-07 5:25
Jonathan Snyder18-Jan-07 5:25 
AnswerRe: Installing .Net Framework 2.0 on new Webserver Pin
Dave Kreskowiak18-Jan-07 8:28
mveDave Kreskowiak18-Jan-07 8:28 
GeneralRe: Installing .Net Framework 2.0 on new Webserver Pin
Jonathan Snyder18-Jan-07 8:30
Jonathan Snyder18-Jan-07 8:30 
GeneralRe: Installing .Net Framework 2.0 on new Webserver Pin
Dave Kreskowiak18-Jan-07 9:47
mveDave Kreskowiak18-Jan-07 9:47 
QuestionI have created a windows forms control in which Pin
indian14318-Jan-07 1:35
indian14318-Jan-07 1:35 
AnswerRe: I have created a windows forms control in which Pin
Christian Graus18-Jan-07 10:25
protectorChristian Graus18-Jan-07 10:25 
GeneralRe: I have created a windows forms control in which Pin
indian14318-Jan-07 17:54
indian14318-Jan-07 17:54 
QuestionSOAP Request for Apache server??? Pin
Nithin Krishna17-Jan-07 23:51
Nithin Krishna17-Jan-07 23:51 
QuestionHow can i find all the ip addreses in LAN ? Pin
Banks K17-Jan-07 23:35
Banks K17-Jan-07 23:35 
AnswerRe: How can i find all the ip addreses in LAN ? Pin
Dave Kreskowiak18-Jan-07 4:49
mveDave Kreskowiak18-Jan-07 4:49 
QuestionERROR: InvalidProgramException Pin
Aaron VanWieren17-Jan-07 14:03
Aaron VanWieren17-Jan-07 14:03 
AnswerRe: ERROR: InvalidProgramException Pin
ednrgc18-Jan-07 2:39
ednrgc18-Jan-07 2:39 
GeneralRe: ERROR: InvalidProgramException Pin
Aaron VanWieren18-Jan-07 3:09
Aaron VanWieren18-Jan-07 3:09 
GeneralRe: ERROR: InvalidProgramException Pin
ednrgc18-Jan-07 3:19
ednrgc18-Jan-07 3:19 
GeneralRe: ERROR: InvalidProgramException Pin
Aaron VanWieren18-Jan-07 3:35
Aaron VanWieren18-Jan-07 3:35 
GeneralRe: ERROR: InvalidProgramException Pin
ednrgc18-Jan-07 3:38
ednrgc18-Jan-07 3:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.