Re: Need some help...




"Stephany Young" <noone@localhost> wrote in message
news:O5OSlwjIHHA.448@xxxxxxxxxxxxxxxxxxxxxxx
I don't understand why the call to i_Compress.CompressFolder is not
working. It takes 4 parameters and they are:

The second parameter is what causes the failure. It is somehow not seeing
that I'm attempting to pass 'one' simple parameter. I'm thinking that it's
catching the commas in the Path.Combine method and thinking that it's
getting five or six parameters rather than four. In software testing terms,
I'd say that was a bug. LOL

Example:
Param 1 - _Folder,
Param 2 - Path.ChangeExtension(Path.Combine(strTargetDir,_deepestNode),
Param 3 -"cab:),
Param 4 - "",
Param 5 - 0

_Folder,
Path.ChangeExtension(Path.Combine(strTargetDir, _deepestnode), "cab")
""
0


.



Relevant Pages

  • Re: Failed to open rowset
    ... The code for the second parameter looks fine (after all, ... did you add an output parameter to the ... param if by chance you do have one. ... > and I keep getting teh Failed to open rowset error. ...
    (microsoft.public.vb.crystal)
  • Re: Select problem using Parameters for multiple Criteria
    ... I added a second parameter and all worked well. ... > because it can't differentiate and know that the one param is supposed to ... > but it would use the same value for both parameters and your query would ... > return stuff you weren't expecting. ...
    (microsoft.public.dotnet.framework.adonet)