Problem with assembly

  • Thread starter Thread starter Bruno Rodrigues
  • Start date Start date
B

Bruno Rodrigues

Hi,

My Windows Form application uses a third-part control, TXTextControl.
Last day, the following problem started to happen: In just one form of my
application, the error "File or assembly name TXTextControl, or one of its
dependencies, was not found.". This is strange, cause the control is loaded
correctly in other forms, inside the same application. In other computer,
the error is something about "the version of TXTextControl in the manifest
is incorrect". I tried to recompile, cleaned obj, debug and release folders,
recreate the entire solution... But nothing...

Some idea of what the hell is hapenning?

Thanks,
Bruno Rodrigues.
(e-mail address removed)
 
Hi,

Try removing the reference to the 3rd party control's assembly from project
and then referencing the control's assembly again.
 
I've had nothing but trouble with that control. The support is aweful, the
..NET integration is incredibly buggy, and the support is aweful. They have
no excuses for the problems in building programs and such that one runs into
using their software. Of course, the opaque way in which Visual Studio goes
through the build process doesn't help any in troubleshooting. Maybe switch
to NAnt, or wait for MSBuild.

Sorry, but I don't have any ideas about how to solve your problem. :-(

Chris
 
Back
Top