Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: help in c# web service Pin
Heath Stewart10-Sep-04 11:49
protectorHeath Stewart10-Sep-04 11:49 
GeneralBrowsing Network Places... Pin
ajvn10-Sep-04 8:11
sussajvn10-Sep-04 8:11 
GeneralRe: Browsing Network Places... Pin
Nick Parker10-Sep-04 8:44
protectorNick Parker10-Sep-04 8:44 
GeneralRe: Browsing Network Places... Pin
Dave Kreskowiak10-Sep-04 10:14
mveDave Kreskowiak10-Sep-04 10:14 
GeneralHelp with assembly load Pin
GeloSoft10-Sep-04 6:07
GeloSoft10-Sep-04 6:07 
GeneralRe: Help with assembly load Pin
Heath Stewart10-Sep-04 6:16
protectorHeath Stewart10-Sep-04 6:16 
GeneralRe: Help with assembly load Pin
GeloSoft10-Sep-04 7:10
GeloSoft10-Sep-04 7:10 
GeneralRe: Help with assembly load Pin
Heath Stewart10-Sep-04 7:15
protectorHeath Stewart10-Sep-04 7:15 
If you have a file named app.config in your project, this is renamed appropriately and copied to the target directory. If you don't, it may be deleted since target files are deleted when you rebuild. I recommend adding an app.config to our project and specifying your settings in that.

If you're debugging your application from Visual Studio, understand that your application is actually run from the target directory underneath obj, not bin (ex: obj\Debug, not bin\Debug). So, if you're copying your dependent assembly to bin\Debug\testdir, it won't be found if you're running the application - attaching the debugger or not - from Visual Studio. You need to place it in obj\Debug\testdir.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: Help with assembly load Pin
GeloSoft11-Sep-04 14:35
GeloSoft11-Sep-04 14:35 
GeneralRe: Help with assembly load Pin
Heath Stewart11-Sep-04 16:03
protectorHeath Stewart11-Sep-04 16:03 
GeneralRe: Help with assembly load Pin
GeloSoft11-Sep-04 16:44
GeloSoft11-Sep-04 16:44 
GeneralRe: Help with assembly load Pin
Charlie Williams11-Sep-04 19:12
Charlie Williams11-Sep-04 19:12 
GeneralWinform DataGrid HELP HELP! Pin
Looney Tunezez10-Sep-04 5:53
Looney Tunezez10-Sep-04 5:53 
Questionlocal/global variables? Pin
Heks10-Sep-04 5:43
Heks10-Sep-04 5:43 
AnswerRe: local/global variables? Pin
Gary Thom10-Sep-04 6:10
Gary Thom10-Sep-04 6:10 
GeneralRe: local/global variables? Pin
Heks10-Sep-04 6:52
Heks10-Sep-04 6:52 
GeneralRe: local/global variables? Pin
Gary Thom10-Sep-04 13:16
Gary Thom10-Sep-04 13:16 
GeneralRe: local/global variables? Pin
Heks10-Sep-04 15:05
Heks10-Sep-04 15:05 
GeneralRe: local/global variables? Pin
Gary Thom11-Sep-04 1:32
Gary Thom11-Sep-04 1:32 
Generaltext files, WinME Pin
Pensioner10-Sep-04 4:55
Pensioner10-Sep-04 4:55 
GeneralRe: text files, WinME Pin
Heath Stewart10-Sep-04 6:50
protectorHeath Stewart10-Sep-04 6:50 
GeneralRe: text files, WinME Pin
Pensioner11-Sep-04 1:35
Pensioner11-Sep-04 1:35 
GeneralRe: text files, WinME Pin
Heath Stewart11-Sep-04 16:01
protectorHeath Stewart11-Sep-04 16:01 
GeneralRe: text files, WinME Pin
Pensioner11-Sep-04 21:00
Pensioner11-Sep-04 21:00 
GeneralRe: text files, WinME Pin
Pensioner23-Sep-04 5:34
Pensioner23-Sep-04 5:34 

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.