Click here to Skip to main content
15,886,782 members
Home / Discussions / C#
   

C#

 
GeneralRe: Compress specific text for storage. Pin
Ian Shlasko26-Aug-10 11:53
Ian Shlasko26-Aug-10 11:53 
GeneralRe: Compress specific text for storage. Pin
AspDotNetDev26-Aug-10 12:02
protectorAspDotNetDev26-Aug-10 12:02 
GeneralRe: Compress specific text for storage. Pin
Ian Shlasko26-Aug-10 12:10
Ian Shlasko26-Aug-10 12:10 
GeneralRe: Compress specific text for storage. Pin
AspDotNetDev26-Aug-10 11:48
protectorAspDotNetDev26-Aug-10 11:48 
GeneralRe: Compress specific text for storage. Pin
Luc Pattyn26-Aug-10 12:13
sitebuilderLuc Pattyn26-Aug-10 12:13 
AnswerRe: Compress specific text for storage. Pin
AspDotNetDev26-Aug-10 10:20
protectorAspDotNetDev26-Aug-10 10:20 
QuestionWhere is saved connection string for DataSet Pin
polzovat7926-Aug-10 5:16
polzovat7926-Aug-10 5:16 
AnswerRe: Where is saved connection string for DataSet Pin
Łukasz Nowakowski26-Aug-10 5:30
Łukasz Nowakowski26-Aug-10 5:30 
If by merging you mean having one app.config, than you can do the following:
1. Remove App.config from one project
2. Right click on the project (in Visual Studio) from which you removed the config
3. Select "Add" -> "Existing item..."
4. Navigate to and select the second app.config
5. Expand the "Add" button dropdown
6. Select "Add as link"

Works for classes. I think it should also work for configs.
As to the second question, I don't know. I don't use DataSets... And I don't like DataSets Smile | :)
Don't forget to rate answer, that helped you. It will allow other people find their answers faster.

GeneralRe: Where is saved connection string for DataSet Pin
darkelv26-Aug-10 19:09
darkelv26-Aug-10 19:09 
AnswerRe: Where is saved connection string for DataSet Pin
Not Active26-Aug-10 6:37
mentorNot Active26-Aug-10 6:37 
AnswerRe: Where is saved connection string for DataSet Pin
darkelv26-Aug-10 19:12
darkelv26-Aug-10 19:12 
Questionschedule in program Pin
behzadcp26-Aug-10 3:01
professionalbehzadcp26-Aug-10 3:01 
AnswerRe: schedule in program Pin
Ian Shlasko26-Aug-10 3:08
Ian Shlasko26-Aug-10 3:08 
GeneralRe: schedule in program Pin
behzadcp26-Aug-10 21:06
professionalbehzadcp26-Aug-10 21:06 
GeneralRe: schedule in program Pin
Ian Shlasko27-Aug-10 1:34
Ian Shlasko27-Aug-10 1:34 
Questionhow to #define a global one Pin
Joe Rozario26-Aug-10 1:45
Joe Rozario26-Aug-10 1:45 
AnswerRe: how to #define a global one Pin
Richard MacCutchan26-Aug-10 2:01
mveRichard MacCutchan26-Aug-10 2:01 
GeneralRe: how to #define a global one Pin
Joe Rozario26-Aug-10 17:59
Joe Rozario26-Aug-10 17:59 
QuestionWindows 7: Winform application report error when try to invoke the COM object Pin
Cracked-Down26-Aug-10 1:16
Cracked-Down26-Aug-10 1:16 
AnswerRe: Windows 7: Winform application report error when try to invoke the COM object Pin
Pete O'Hanlon26-Aug-10 1:21
mvePete O'Hanlon26-Aug-10 1:21 
AnswerRe: Windows 7: Winform application report error when try to invoke the COM object Pin
Luc Pattyn26-Aug-10 2:28
sitebuilderLuc Pattyn26-Aug-10 2:28 
GeneralRe: Windows 7: Winform application report error when try to invoke the COM object Pin
Cracked-Down26-Aug-10 2:39
Cracked-Down26-Aug-10 2:39 
QuestionHow to read package object programatically in MS word 2007 (docx file) using c# Pin
Akash Agarwal26-Aug-10 0:09
Akash Agarwal26-Aug-10 0:09 
AnswerRe: How to read package object programatically in MS word 2007 (docx file) using c# Pin
Prosanta Kundu online26-Aug-10 0:40
Prosanta Kundu online26-Aug-10 0:40 
AnswerRe: How to read package object programatically in MS word 2007 (docx file) using c# Pin
Mirko198026-Aug-10 11:19
Mirko198026-Aug-10 11:19 

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.