我尝试绑定(bind)一个简单的c++dll,如http://msdn.microsoft.com/en-us/library/ms235636.aspx所示。在我的c#控制台应用程序中,但我在运行时在dll中添加了一个EntryPointNotFoundException。我的测试类是namespaceBindingCppDllExample{publicclassBindingDllClass{[DllImport("MathFuncsDll.dll")]publicstaticexterndoubleAdd(doublea,doubleb);}publicclassProgram