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

.NET (Core and Framework)

 
AnswerRe: "All pipe instances are busy" when working with IpcChannel Pin
Yaron Ka31-Jul-07 6:12
Yaron Ka31-Jul-07 6:12 
QuestionConverting to Guid Pin
Majid Shahabfar18-Jul-06 1:26
Majid Shahabfar18-Jul-06 1:26 
AnswerRe: Converting to Guid Pin
alexey N18-Jul-06 1:55
alexey N18-Jul-06 1:55 
QuestionError while calling web service Pin
Sathiyaraj Ganesan17-Jul-06 22:46
Sathiyaraj Ganesan17-Jul-06 22:46 
AnswerRe: Error while calling web service Pin
Mike Dimmick18-Jul-06 3:30
Mike Dimmick18-Jul-06 3:30 
QuestionMissing Interop Pin
David Chamberlain17-Jul-06 3:55
David Chamberlain17-Jul-06 3:55 
QuestionAppDomain.ApplicationBase headache Pin
Rob Philpott17-Jul-06 3:35
Rob Philpott17-Jul-06 3:35 
AnswerRe: AppDomain.ApplicationBase headache [modified] Pin
Dave Kreskowiak18-Jul-06 5:20
mveDave Kreskowiak18-Jul-06 5:20 
The ApplicationBase property does NOT change the current directory for file operations. It only affects the loading of assemblies for that AppDomain. An application cannot have more than one "current directory", one for each AppDomain is not possible, and using it is considered an unreliable practice anyway. Change your code to get the path to the .EXE (Application.StartupPath), then use the Path class's Combine method to create fully qualified paths to the plugins.


Dave Kreskowiak
Microsoft MVP - Visual Basic



-- modified at 11:20 Tuesday 18th July, 2006
GeneralRe: AppDomain.ApplicationBase headache Pin
Rob Philpott18-Jul-06 9:09
Rob Philpott18-Jul-06 9:09 
GeneralRe: AppDomain.ApplicationBase headache Pin
Dave Kreskowiak18-Jul-06 10:02
mveDave Kreskowiak18-Jul-06 10:02 
AnswerRe: AppDomain.ApplicationBase headache Pin
Josh Smith18-Jul-06 9:48
Josh Smith18-Jul-06 9:48 
Questionhow to make transparent control above video? Pin
gemfeeling16-Jul-06 19:41
gemfeeling16-Jul-06 19:41 
AnswerRe: how to make transparent control above video? Pin
Bob X17-Jul-06 11:14
Bob X17-Jul-06 11:14 
AnswerRe: how to make transparent control above video? Pin
Andrew Lygin20-Jul-06 9:13
Andrew Lygin20-Jul-06 9:13 
QuestionException handling in .NET Pin
serious-sam14-Jul-06 0:35
serious-sam14-Jul-06 0:35 
AnswerRe: Exception handling in .NET Pin
Alois Kraus14-Jul-06 0:57
Alois Kraus14-Jul-06 0:57 
GeneralRe: Exception handling in .NET Pin
serious-sam14-Jul-06 4:14
serious-sam14-Jul-06 4:14 
GeneralRe: Exception handling in .NET [modified] Pin
Ray Cassick14-Jul-06 4:31
Ray Cassick14-Jul-06 4:31 
GeneralRe: Exception handling in .NET Pin
Alois Kraus15-Jul-06 1:51
Alois Kraus15-Jul-06 1:51 
AnswerRe: Exception handling in .NET Pin
Colin Angus Mackay14-Jul-06 1:02
Colin Angus Mackay14-Jul-06 1:02 
GeneralRe: Exception handling in .NET Pin
Jun Du14-Jul-06 5:21
Jun Du14-Jul-06 5:21 
AnswerRe: Exception handling in .NET Pin
Kevin McFarlane17-Jul-06 0:56
Kevin McFarlane17-Jul-06 0:56 
QuestionControlling visibility of controls in a single web form for two different user groups Pin
Renukapadhamanaban13-Jul-06 21:00
Renukapadhamanaban13-Jul-06 21:00 
AnswerRe: Controlling visibility of controls in a single web form for two different user groups Pin
manish2414-Jul-06 1:18
manish2414-Jul-06 1:18 
GeneralRe: Controlling visibility of controls in a single web form for two different user groups Pin
Renukapadhamanaban16-Jul-06 14:10
Renukapadhamanaban16-Jul-06 14:10 

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.