项目中注册时用了Jmail类来发送激活邮件,在本地调试没什么问题,但是放到FTP服务器上注册之后发送邮件会报错,具体错误信息在下面System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {E5FF9F62-0E7C-4372-8AD5-DA7D2418070C} failed due to the following error: 80040154 没有注册类 (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at JMailHelper.SendEmail(String mailto, String mailsubject, String mailbody, Boolean isbodyhtml)小弟看大神博客上说貌似要在服务器上装Jmail44pro.exe,如果需要装这个exe的话,希望有这个的大神能给我发一下,小弟感激不尽~~