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

.NET (Core and Framework)

 
Questionload type using config file. Pin
Sendilkumar.M16-Jan-09 1:32
Sendilkumar.M16-Jan-09 1:32 
AnswerRe: load type using config file. Pin
Pete O'Hanlon16-Jan-09 2:07
mvePete O'Hanlon16-Jan-09 2:07 
AnswerRe: load type using config file. Pin
Henry Minute16-Jan-09 4:22
Henry Minute16-Jan-09 4:22 
Question.Net Object dispose and dll file locked problem Pin
Michael Yip15-Jan-09 22:26
Michael Yip15-Jan-09 22:26 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Dave Kreskowiak16-Jan-09 0:58
mveDave Kreskowiak16-Jan-09 0:58 
AnswerRe: .Net Object dispose and dll file locked problem Pin
Pete O'Hanlon16-Jan-09 1:19
mvePete O'Hanlon16-Jan-09 1:19 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Michael Yip16-Jan-09 4:42
Michael Yip16-Jan-09 4:42 
GeneralRe: .Net Object dispose and dll file locked problem Pin
Jon Rista16-Jan-09 5:46
Jon Rista16-Jan-09 5:46 
You only kill the other domain, not the primary domain. If you need to have dynamic load/unload capability for "plugin" assemblies, the only way to do that is to have your primary domain spawn another AppDomain, load the pluggable assemblies into that second domain, and unload the second AppDomain after your done using the dynamic assemblies. You can't kill your primary domain, because that would kill your whole app.
AnswerRe: .Net Object dispose and dll file locked problem Pin
Eddy Vluggen18-Jan-09 0:49
professionalEddy Vluggen18-Jan-09 0:49 
QuestionBCP in Windows Schedular Pin
indian14315-Jan-09 20:56
indian14315-Jan-09 20:56 
AnswerRe: BCP in Windows Schedular Pin
Dave Kreskowiak16-Jan-09 0:56
mveDave Kreskowiak16-Jan-09 0:56 
GeneralRe: BCP in Windows Schedular Pin
indian14316-Jan-09 3:16
indian14316-Jan-09 3:16 
GeneralRe: BCP in Windows Schedular Pin
Dave Kreskowiak16-Jan-09 3:42
mveDave Kreskowiak16-Jan-09 3:42 
AnswerRe: BCP in Windows Schedular Pin
Wendelius17-Jan-09 5:47
mentorWendelius17-Jan-09 5:47 
Questionvb.net with excel2007 Pin
jetgrageda15-Jan-09 20:31
jetgrageda15-Jan-09 20:31 
AnswerRe: vb.net with excel2007 Pin
Eddy Vluggen18-Jan-09 1:09
professionalEddy Vluggen18-Jan-09 1:09 
QuestionHow can a remoted .NET object access objects/methods in the hosting app? Pin
Dathom15-Jan-09 10:04
Dathom15-Jan-09 10:04 
AnswerRe: How can a remoted .NET object access objects/methods in the hosting app? Pin
Moim Hossain16-Jan-09 10:15
Moim Hossain16-Jan-09 10:15 
RantCannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 5:30
Brady Kelly15-Jan-09 5:30 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 5:49
sitebuilderLuc Pattyn15-Jan-09 5:49 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 5:54
Brady Kelly15-Jan-09 5:54 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 6:18
sitebuilderLuc Pattyn15-Jan-09 6:18 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 6:41
Brady Kelly15-Jan-09 6:41 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Luc Pattyn15-Jan-09 6:46
sitebuilderLuc Pattyn15-Jan-09 6:46 
GeneralRe: Cannot access a disposed object: Object name: ‘System.Net.Sockets.NetworkStream’. Pin
Brady Kelly15-Jan-09 7:07
Brady Kelly15-Jan-09 7:07 

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.