I forgot to mention that each COM+ application needs to start in it's own thread. Kevin
M
meierk
@meierk
Posts
-
COM+ Task Scheduling? -
COM+ Task Scheduling?I have a need to implement a scheduler to automate running our COM+ application. Before I started building my own, I thought I would check if anyone has already created an app that they are willing to share. Thanks, Kevin
-
RangeValidation without MaxI have and I get the exception "The MaximumValue cannot be less than the MinimumValue 0 of ValidUnitAmount". Kevin
-
DataGrid ValidationWhen I add validation to my template datagrid, the validators work as expected, with on caveat. I cannot tell which row in the grid triggered the error. How can I capture the row # of the grid and display as part of the validations error message? Thanks, Kevin
-
RangeValidation without MaxIs there any way to use the RangeValidator with a MinimumValue, but no MaximumValue? Thanks, Kevin