blah blah blah is here! blah blah » Close

1
votes
1 answers

passing a strongly typed dataset from .exe to .dll

Hello, I have a solution set up with an exe section that calls a .dll (which contains all the main processing that is needed). Originally, I had all datasets set up in dll but this became a problem because we can't dynamically change the ...

Feedback