I have dll's that I use in my asp pages, some dll's call other dll's in addition to being called from the web pages. All dll's have a Dev Version and a Prod version (they have Dev or Prod at the beginning to signify which one they are). The dev and prod versions use the same cls files, but have different project files. Up till now this process has worked wonderfully.
Using the Prod dll's everything works fine, but when I use the Dev dll's on the same site, one of my dll's consistently fails with the error 'Class does not support automation or does not support expected interface.'
I've compared the project setting of this dll with it's prod one and with other dev dll's, but there doesn't seem to be a difference. I've rebuilt it multiple times, but to no avail.
Any ideas?!
Thank you!
Earme
Using the Prod dll's everything works fine, but when I use the Dev dll's on the same site, one of my dll's consistently fails with the error 'Class does not support automation or does not support expected interface.'
I've compared the project setting of this dll with it's prod one and with other dev dll's, but there doesn't seem to be a difference. I've rebuilt it multiple times, but to no avail.
Any ideas?!
Thank you!
Earme