AxInterop.MSMask not found

  • Thread starter Thread starter William Gower
  • Start date Start date
W

William Gower

I need to use this on a client's machine. Where will I find this assembly?
I only have the framwork installed on the client machine.
 
Hi,

This is created by Visual Studio when you add the Microsoft Masked Edit
ActiveX control to your project. It will be in the bin\release (or
bin\debug) folder where the project was compiled. You also need to
distribute and register the msmask32.ocx.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Back
Top