I Recently one of my projects just stopped building from what I can tell
is no apparent reason.  I have a build script which causes my NAnt
project to build some solution files.  All works well on my DLL's but
when it gets to producing my EXE it throws out the error posted below.

 

I don't know what might cause this error as I have now keys in my EXE
build file anymore.  What is more is the script runs fine (compiles
everything) when I call it from the command line myself.  The issue is
when SVN calls it.  The way I have it setup now is SVN checks to see if
the revision committed is the same revision as the trunk and then calls
the script if I committed to the trunk and builds my new trunk.  It does
not seem like SVN is the problem, like I said SVN actually calls the
build file and it builds all of my DLL's before it fails.  I found this
post on MSDN forums:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=126161&SiteID=1
that looks to be the same issue but I'm not sure what any of that means.
How do I find out what account SVN is logging in as?  How to I export a
key?  None of it makes any sense.  Any help would be appreciated!

 

Thanks,

Ryan

 

ERROR MESSAGE FROM NAnt FOLLOWS:

 

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1
718,7): Error MSB4018: The "ResolveKeySource" task failed unexpectedly.

System.InvalidOperationException: Showing a modal dialog box or form
when the application is not running in UserInteractive mode is not a
valid operation. Specify the ServiceNotification or DefaultDesktopOnly
style to display a notification from a service application.

   at System.Windows.Forms.Form.ShowDialog(IWin32Window owner)

   at System.Windows.Forms.Form.ShowDialog()

   at Microsoft.Build.Tasks.ResolveKeySource.ResolveManifestKey()

   at Microsoft.Build.Tasks.ResolveKeySource.Execute()

   at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode
howToExecuteTask, Hashtable projectItemsAvailableToTask,
BuildPropertyGroup projectPropertiesAvailableToTask, Boolean&
taskClassWasFound)

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to