Can not import dll file into another project

Can not import dll file into another project

thefriends98
Observer Observer
278 Views
2 Replies
Message 1 of 3

Can not import dll file into another project

thefriends98
Observer
Observer

Hi everyone,

I’m running into an issue and wondered if anyone’s seen it before:

I built a class-library project and compiled it into a DLL, then referenced that DLL from another project. Everything worked fine at first, but after I updated the library and rebuilt the DLL, calling a brand-new method now fails with an error saying the assembly can’t be found.

Has anyone else ever encountered this?

 

thefriends98_0-1745573845597.png

 

0 Likes
Accepted solutions (1)
279 Views
2 Replies
Replies (2)
Message 2 of 3

Mohamed_Arshad
Advisor
Advisor
Accepted solution

Hi @thefriends98 

 

Kindly check the below link, Same topic already discussed in the forum
Solved: System.TypeLoadException: Could Not Load Type, is the exception I get when Im trying to load...

Thanks & Regards,
Mohamed Arshad K
0 Likes
Message 3 of 3

thefriends98
Observer
Observer

Thanks @Mohamed_Arshad for your solution.

0 Likes