Support Requests item #631303, was opened at 2002-10-31 00:21 Message generated for change (Comment added) made by drieseng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474852&aid=631303&group_id=54790
Category: None Group: None >Status: Closed Priority: 5 Submitted By: Mike Dixon (mdixon) >Assigned to: Gert Driesen (drieseng) Summary: null pointer loading nantaddin Initial Comment: i've just started trying to use nantaddin, and i'm losing. i think i got it built properly (checked out from cvs today), but when vs.net tries to load it i get a null pointer exception. the debugging instructions in readmefirst didn't work for me ("a project with an output type of class library can't be run directly"), but was able to attach to one vs.net from another and catch it that way. here's what i see in the debugger: Addin.OnConnection was called it called CreateContextMenu, which indirectly called QueryStatus the first line of QueryStatus bombed, because scriptExplorer is null it looks like scriptExplorer is initialized by CreateScriptExplorerWindow, which OnConnection hasn't called yet. how is this supposed to work? i'm going to try hacking QueryStatus to just return if scriptExplorer is null, but i figure i must be missing something. ---------------------------------------------------------------------- >Comment By: Gert Driesen (drieseng) Date: 2004-09-04 06:50 Message: Logged In: YES user_id=707851 NAntAddin has been deprecated, and it will no longer be part of the NAntContrib distribution. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474852&aid=631303&group_id=54790 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

