In my ntier solution i wanted to add dal to bll without using add reference present under bll folder
by programmatically can we add it to bll or not ??? pls help me
In my ntier solution i wanted to add dal to bll without using add reference present under bll folder
by programmatically can we add it to bll or not ??? pls help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Mar 31, 2023, 12:43 PM
Please refer this one. IT may help you out,
https://www.c-sharpcorner.com/article/project-reference-vs-dll-reference-in-visual-studio/
Jaya PrakashPosted Mar 31, 2023, 11:01 AM
Dear @Jignesh sir
i've been told by T.L i need to remove the dal ref from bll and i need to solve that error created in bll
Error assembly ref not found
i should solve without adding project ref
Jignesh KumarPosted Mar 31, 2023, 10:29 AM
Hello Jaya,
You can load your dll using below code,
But one question is: why do you want to load without reference?
One more way you can do it You can create a package that you can use in your project.