Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Assembly Reference loads in Release, but not in Debug, Visual Basic 2013

I am not very experienced. Just trying to make some changes to source code that someone else wrote.

I had to add a reference to a .dll to get it to work in "Release" mode. However when I try to get it to work in Debug, it does not work. (assembly reference not loaded).

Help?

like image 302
brizz Avatar asked May 24 '26 20:05

brizz


1 Answers

It looks like the Chillkat dot net is a actually a mixed mode assembly and it's quiet possible that you need to have the appropriate c runtime as well. This exception and a way to fix this is documented here

Hope this helps.

like image 136
Soundararajan Avatar answered May 26 '26 18:05

Soundararajan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!