i have a managed COM component with an array as parameter like this: public byte[] ProcessPdfDocument(string reportPath, string identifier, string boType, string userName, bool storeDocument, string[] parameters) Now i want to call this method out of an ASP Page (JScript) :
Need help!!! This works on my development machine (of course). I have 2 com+ components installed on a win2k server. 1 is a vb 6.0 dll and 1 is a vb.net dll. Here is the scenerio: I installed both on the server by exporting .MSI packages from my development machine and running ...
I've been having all sorts of trouble with automating Office XP from .NET, the PIAs just seem to be unusable! I just hope that it’s just that I’m doing something silly, please could someone point out to me! I’ve had problems trying to make calls as advertised in documentation ...