Enteri
unread,Nov 17, 2009, 1:49:06 PM11/17/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I have some old code that I inherited from a predecessor and when I
try to compile I get the following error:
The type of namespace name 'AxMsCommLib' could not be found
I'm getting this error message after upgrading code to Visual Studio
2008 code on Windows 7.
I believe that the AxMsCommLib Library is needed so that the
application can communicate with a device that is plugged in to the
com port.
I can't seem to find(google) the AxMsCommLib.dll or .ocx to download
so that my code works. I have already included the MsCommLib.ocx in
my list of References.
Any help would be appreciated.
Below is an example of how the Library is referenced in the code.
(CODE)
private AxMSCommLib.AxMSComm axMSComm1;
(CODE)