View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ray Lau[_2_] Ray Lau[_2_] is offline
external usenet poster
 
Posts: 1
Default Cannot create instance of C# COM server compile with VS 2005

Dear all,

I had written a COM server using VS2005, and no problem if test in VB
script. However, I copy the code from VB script to Excel VBA, it prompt
"File or assembly name CsharpCOM or one of its dependencies, was not found."

After the error, I compile the program using VS2003. It can run in the Excel
VBA successfuly.

Best regards,
Ray