ⱧØⱠɎ₴₵ⱧɎ₮₮
Activator.CreateInstance Help!
I am not fully understanding this Why is this an option all over the internet for getting a instance or creating one all i want to do is use the currently loaded Assembly as a Reflector as the dll i want is Assembled in its own directory i get the assembly AppDomain.CurrentDomain.GetAssemblies(); But i want to change a Boolean within that assembly but when googled there nothing but Activator.CreateInstance i tried it it seems to work but not for the currently loaded assembly its like its creating a Ghost Assembly changing the variable and thats it and doesnt effect anything even a debug log is never trigged when the bool gets changed in the Assembly i want to change in
19 replies
❔ Incurable ERROR ???
I am trying to Post a database strings and ints to a webpage using C# I keep getting
The line that triggers this is
And it points to this static string Line 52
Now when i fix the Line 52 With {{}} Line 40 does the same but when there both fixed i get nothing on the page its blank
16 replies