Tangible Thoughts

SharePoint, MOSS? and all the other questions

  Home  |   Contact  |   Syndication    |   Login
  858 Posts | 6 Stories | 482 Comments | 2088 Trackbacks

News

Tag Cloud


Article Categories

Archives

Post Categories

Image Galleries

Linky Things

SharePoint Bloggers

SharePoint Related

What I am playing

What I am Reading

Debugging

There are 5 entries for the tag Debugging
I was playing around with Mart's idea and wanted to 'step through' the Infopath Down Level Script. So how do you debug wsh scripts? That is a question that has been asked before in the newsgroups. The best answer I could find is this response by Michael Harris. Solution: wscript /d /x <script file> where /d = Enable Active Debugging /x = Execute script in debugger Technorati tags: Debugging, WSH Scripts, js, Debugger Cross-posted from tariqayad.com...

Had issues debugging a web application on Vista, it kept complaining that Integrated Authentication was necessary. So goggled around and came across this post on Rick's Strahl's blog, and decided to install VS2005 SP1. The VS2005 SP1 setup experience in my case was horrible. it ended up being a memory hog brought the machine down to near halt, and that was just the setup initialization. I would advise folks to run the setup overnight if all they got is 1GB of Ram on their Vista boxes/notebook. So...

When debugging WebParts not knowing which w3wp process to attatch to has always bugged me. Thankfully ASPalliance has this article to show you how to identify the w3wp process for an app pool. The gist of it is. Shipping with Windows 2003 is a vbscript named iisapp.vbs. running "cscript iisapp.vbs" from the command prompt displays list of w3wp processes running, its process id, and the app pool it belogns to. tags: SharePoint, IIS6, Windows 2003, WebParts, Debugging, Application Pool, Attatching...

A couple of neat thoughts at SharePointblogs shared by Bob Mixon and Dustin Miller on how to fix the ‘Show it all’ UI of SharePoint. Daniel McPhearson also points to this post on Point2Share about options available to alter the UI. Radical thought of the moment: There’s no way I am writing JavaScript to this. I don’t even want to imagine going through all the trouble of debugging the script. Although I do agree with Bob, I would have preferred the adaptive interface to be...

Draft1-(wanted to post this before I forget I was writing this in the first place :) ) Over the past few days I've been playing around with WordML; and I think the possibilities for it from the point of view of an Intranet, are really exciting . Consider Ian Morrish's example of a WordML document being displayed on a WebPart page. With a few tweaks to the XSLT, you can limit the visible portions of the document to only that neccesary for public view. Stuff you would need to play around with this...