I have commented the dll reference in the config file
still it give error couldnot load file or assembly
I am not getting where i am going wrong

Recommended Answers

All 2 Replies

Do you have tried this?

Assembly a = Assembly.LoadFrom(dllname);

:Jw

Thanks for your reply
After adding the dll from refernce i am writing in the code
using.dllname
but as i dont want to use the particular dll i have commented in config file as well removed from .cs file
still it gives error

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.