Friday, June 13, 2008

Special Characters in filename in .wsp file

Was bitten by a wierd issue while working on Solution deployment recently :

Error : Failed to extract the cab file in the solution

Some rounds of checks helped to locate the cause. One of the file packaged had "@" in the filename.

Hence be sure not to use any special characters in filename while getting the solution package ready.

1 comments:

Justin Mason April 26, 2012 at 3:07 AM  

Sometimes an error is quite simple but we look for a big solution. I am definitely going to keep this in account if in case any such problem arise.