Click here to Skip to main content
15,896,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Michael Sync10-Jun-08 23:21
Michael Sync10-Jun-08 23:21 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Colin Angus Mackay11-Jun-08 0:43
Colin Angus Mackay11-Jun-08 0:43 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Michael Sync11-Jun-08 4:53
Michael Sync11-Jun-08 4:53 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Colin Angus Mackay11-Jun-08 13:41
Colin Angus Mackay11-Jun-08 13:41 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Michael Sync11-Jun-08 15:54
Michael Sync11-Jun-08 15:54 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Colin Angus Mackay11-Jun-08 21:12
Colin Angus Mackay11-Jun-08 21:12 
GeneralRe: Is there any field limitaion in Structure (VB.NET) [more] Pin
Michael Sync11-Jun-08 21:22
Michael Sync11-Jun-08 21:22 
QuestionReflection issue Pin
cstrader23210-Jun-08 13:09
cstrader23210-Jun-08 13:09 
I'm wondering if someone might be able to help me. I've spent a bunch of time on this, read everything I could find, but still can't seem to crack it.

I want to load an assembly .dll into a separate appdomain, from the root directory c:\.

The assembly asm is loaded into the new appdomain fine, BUT ONLY IF ShowForm.dll is in the application default path. I've monkeyed with Applicationbase to request that the load look elsewhere, to no avail. Do I need to specify a security policy?

In any case, is this really the way to load an application into a new appdomain (one which I can subsequently unload)?

Thanks in Advance


Dim Asm = System.Reflection.Assembly.ReflectionOnlyLoadFrom("c:\ShowForm.dll")

Dim ads As New AppDomainSetup()
ads.ApplicationBase = "C:\"

Dim ad As AppDomain = AppDomain.CreateDomain("App2", Nothing, ads)

Dim Asm2 = ad.Load(Asm.fullname)
QuestionGetting DataTable to clean XML to send over a socket Pin
Noctris10-Jun-08 12:18
Noctris10-Jun-08 12:18 
AnswerRe: Getting DataTable to clean XML to send over a socket Pin
Mycroft Holmes10-Jun-08 15:29
professionalMycroft Holmes10-Jun-08 15:29 
AnswerRe: Getting DataTable to clean XML to send over a socket Pin
BDEz (Member 3919223)12-Jun-08 7:27
BDEz (Member 3919223)12-Jun-08 7:27 
QuestionHow to Load an HTML Page From Resources File? Pin
Saul Johnson10-Jun-08 7:23
Saul Johnson10-Jun-08 7:23 
AnswerRe: How to Load an HTML Page From Resources File? Pin
jzonthemtn10-Jun-08 8:04
jzonthemtn10-Jun-08 8:04 
GeneralRe: How to Load an HTML Page From Resources File? Pin
Saul Johnson10-Jun-08 20:31
Saul Johnson10-Jun-08 20:31 
AnswerRe: How to Load an HTML Page From Resources File? Pin
BDEz (Member 3919223)12-Jun-08 7:49
BDEz (Member 3919223)12-Jun-08 7:49 
AnswerRe: How to Load an HTML Page From Resources File? Pin
Kenny McKee30-Jun-08 9:12
Kenny McKee30-Jun-08 9:12 
QuestionChoosing which service to use based on an appsetting Pin
daveg5510-Jun-08 3:53
daveg5510-Jun-08 3:53 
AnswerRe: Choosing which service to use based on an appsetting Pin
Christian Graus10-Jun-08 4:11
protectorChristian Graus10-Jun-08 4:11 
GeneralRe: Choosing which service to use based on an appsetting Pin
daveg5510-Jun-08 4:34
daveg5510-Jun-08 4:34 
GeneralRe: Choosing which service to use based on an appsetting Pin
Christian Graus10-Jun-08 5:06
protectorChristian Graus10-Jun-08 5:06 
AnswerRe: Choosing which service to use based on an appsetting Pin
Mycroft Holmes10-Jun-08 15:17
professionalMycroft Holmes10-Jun-08 15:17 
GeneralRe: Choosing which service to use based on an appsetting Pin
daveg5511-Jun-08 1:08
daveg5511-Jun-08 1:08 
GeneralRe: Choosing which service to use based on an appsetting Pin
Mycroft Holmes11-Jun-08 2:10
professionalMycroft Holmes11-Jun-08 2:10 
QuestionDataError Event for a Datagrid Pin
gates0910-Jun-08 1:35
gates0910-Jun-08 1:35 
AnswerRe: DataError Event for a Datagrid Pin
Mycroft Holmes10-Jun-08 15:33
professionalMycroft Holmes10-Jun-08 15:33 

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.