To Debug Install Class;
Public Overrides Sub Install(ByVal stateSaver As System.Collections.IDictionary)
#If DEBUG Then
System.Diagnostics.Debugger.Break()
#End If
MyBase.Install(stateSaver)
End Sub
To Debug Install Class;
Public Overrides Sub Install(ByVal stateSaver As System.Collections.IDictionary)
#If DEBUG Then
System.Diagnostics.Debugger.Break()
#End If
MyBase.Install(stateSaver)
End Sub
This entry was posted on Tuesday, March 31st, 2009 at 8:58 pm and is filed under Deployment. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)