Link to home
Start Free TrialLog in
Avatar of funnylearning
funnylearning

asked on

Namespace of 'AxWMPLib' missing

Hi,
After programming (VS 2010 C#) for many hours in which the program compiled correctly, I now get this error msg:
The type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?)

So, I removed the WMPLib and added it again to the project. I still get the error and connot compile.

Does this sound familiar to anyone?
Thanks,
Karl
ASKER CERTIFIED SOLUTION
Avatar of Chuck Yetter
Chuck Yetter
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dj_alik
dj_alik

are you using x64 bit dev environment?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of funnylearning

ASKER

I don't know who should get credit for this.  My problem was the loss of the reference to that library. I don't know how the reference got deleted.  I managed to integrate it back.