Skip to main content

SPDev - SharePoint Developer Utility

Go Search
Blog
SPDev
  
SPDev - SharePoint Developer Utility > Wiki Pages > Updates  

Updates

SPDev Update History

May 7, 2009 (Ver 1.1)

    1. Fixed the logic used to perform a rudimentary check to validate the .disco and .wsdl files generated by IIS.
    2. Added the RecycleAppPool operation, which recycles the IIS application pool using a URL instead of having to know the name of the IIS application pool.  This is useful when coding with a team of developers who all may have a different name for the application pool on their local development machine.  They can now just use the following command:
      SPDev.exe –o RecycleAppPool –url http://localhost

May 3, 2009 (Ver 1.0.1.33695)

    1. Automatically recycles the IIS web application pool for the web application URL specified in the
      -url parameter.  This is a necessary step to ensure your latest web service assembly is being used when generating the final disco.aspx and wsdl.aspx web service files.
    2. Added the optional -deploy parameter to automatically deploy the final web service files (.asmx, disco.aspx, and wsdl.aspx) to the SharePoint ISAPI (_vti_bin) folder.
    3. Added the optional -pause parameter (mostly for use by me when debugging in the development environment).
    4. Addressed an access denied error caused by a read-only file attribute.
    5. Added additional informational logging to the console.
    6. Changed (shortened) a couple parameter names.

April 18, 2009 (Ver 1.0)

  1. Initial release providing the GenWS operation.

Last modified at 5/10/2009 10:19 AM  by Mark Wagner