Link to home
Start Free TrialLog in
Avatar of MKItani
MKItani

asked on

Call a dll+C#+window application

Hi All,
i am trying to call a dll,so i have added the reference of the dll to my project then i have calling the form that is involved into the dll and all is worked fine.
but now i am trying to access the SqlTableAdaper that is involved into the form so i set the modifier to" Public" but the problem is as follows:
I cannot find all the properties and method of the SqlTableAdapter why????
I found just the List that you can find it in the attachment file.

regards,
       User generated image
Avatar of kaufmed
kaufmed
Flag of United States of America image

You may need to add a reference to the System.Data.dll in your current (i.e. non-DLL) project.
Avatar of MKItani
MKItani

ASKER

i told you that i can called at run time, so of sure i have added the reference.
i told you that i can called at run time, so of sure i have added the reference.
Um, I don't quite understand how calling at run time indicates that you've added a referecne--since it is possible to dynamically load a DLL at runtime, but it sounds like you know what you're talking about. I'm sure you'll have a solution worked out in no time. Good luck  = )
ASKER CERTIFIED SOLUTION
Avatar of MKItani
MKItani

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MKItani

ASKER

because i don't get an accurate answer then i get the true answer by testing.