Comments
Sort by recent activity
Yes, I am checkin in management studio from the same machine. I was able to make it work by only giving the Database name in the Smart Assembly options screen and then I went to the SmartAssembly.settings file , and added database/instanceName in the Database element manually. and Smart Assembly picked it up and stopped showing that error. However, I am concerned now if it is working fine, I don't see any tables created in the database instance of smart assembly, is something supposed to be created there. I mean tables that holds the data just like the default .mdb file.
Thanks / comments
Yes, I am checkin in management studio from the same machine. I was able to make it work by only giving the Database name in the Smart Assembly options screen and then I went to the SmartAssembly.s...
Thanks for the reply, I have tried your suggestion and it works. I will have to set that boolean variable everywhere in my application where I don't want to show the dialog box but still I am glad I am able to do that now. Thanks. / comments
Thanks for the reply, I have tried your suggestion and it works. I will have to set that boolean variable everywhere in my application where I don't want to show the dialog box but still I am glad ...
One more question, Will this work with Handled Exception, I know that I can add ExceptionReporting.Report(ex); in the catch block and it will show the error dialog box but how can I call OnReportException from the catch block in order to report it silently in the background without the dialog box ? / comments
One more question, Will this work with Handled Exception, I know that I can add ExceptionReporting.Report(ex); in the catch block and it will show the error dialog box but how can I call OnReportEx...