View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Wei-Dong Xu [MSFT] Wei-Dong Xu [MSFT] is offline
external usenet poster
 
Posts: 120
Default Unknown Error - HELP

Hi Troy,

Thank you for posting in MSDN managed newsgroup!

From my experience, I'd suggest you may check all the types you have used in the project. To ensure whether each related assembly or dll has been
referemced into your project. Furthermore, you can also check the "using" part in each source file if you use C# or "Imports" part if you use VB.net to
see whether there is some assemlby for some namespace not referenced into the project.

Please feel free to let me know if you have any further questions.

Does this answer your question? Thank you for using Microsoft NewsGroup!

Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.