Comments
Sort by recent activity
Hi Simon,
Thanks for your reply. Merging the particular assembly that has the handeld exception error reporting fixes the issue and the normal error dialog box appear. However, when I select that assembly to be merged other assemblies get selected automatically for merging ( I am guessing these are needed by the one I selected). This cause another issue , I am getting an error "Could not load type from string value 'a.b.c.d,a.b.c'
a.b.c is one of the assemblies that gets selected for merging automatically when I select mine, where d is the type that should be loaded from assembly d ?
Any Ideas what is causing this to appear ?
Thanks / comments
Hi Simon,
Thanks for your reply. Merging the particular assembly that has the handeld exception error reporting fixes the issue and the normal error dialog box appear. However, when I select that a...
Hi Simon,
Thanks for your reply. Yes I think you are correct. I actually copied the physical files of the assemblies that got merged into the smart assembly poject folder and these errors are not there anymore which means that merging them cause these errors and all these error are spring related. I am not sure what should I do about it in code.
Now I am facing anotehr SA exception when I try to megre more assemblies, while the project is building in smart assembly I get the "OutofMemory" exception and it doesn't succeed. It reaches 98% sometime and it fails. I looked at the task manager and how much memory is Smart Assembly is using while the build project and it reaches 1,286,988K but still the systems memory is only around 48%.
I am using Smart Assembl7 6.7.0.239 on Windows 7 64bit operating system.
Please let me know if you have anyway to fix this memory exception because I am being diverted by all these Smart Assembly erros from my main tasks.
Thanks / comments
Hi Simon,
Thanks for your reply. Yes I think you are correct. I actually copied the physical files of the assemblies that got merged into the smart assembly poject folder and these errors are not t...
One more thing , I did a search of the old assembly name as you told, which is the second string in the error "a.b.c" and it all appears as a "using" statement or a namespace. I am using spring as well and these errors has to do with it. / comments
One more thing , I did a search of the old assembly name as you told, which is the second string in the error "a.b.c" and it all appears as a "using" statement or a namespace. I am using spring as ...
Hi Jessica,
I am doing what you are saying but still I am getting the same error. The name I used is the one that what I enter in SSMS for "Server name" to connect to the SQL server (which is also the computer name). Then I give the instance name. Still I am getting that error. / comments
Hi Jessica,
I am doing what you are saying but still I am getting the same error. The name I used is the one that what I enter in SSMS for "Server name" to connect to the SQL server (which is also ...
I just noticed that Smart Assembly created its own instance in the database and it is not using the instance we specifically created for it! It created an instance called SmartAssembly. Did this happen because we specified the database name only with no instance. How can we specify our instance without getting the error "Could not connect to SQL server". Now in options if I use the instance name created automatically by smart assembly I still get the same error message? / comments
I just noticed that Smart Assembly created its own instance in the database and it is not using the instance we specifically created for it! It created an instance called SmartAssembly. Did this ha...
Thanks for the reply. Actually this is what I am tried , by database name I mean the SQL Server Name which I think what you mean by Computer Name. So I tried it like this SQL_Server_Name\Instance_Name and this gives the same error. I am using SQL Server 2008 and windows authentication. Do I have to set anything else manually in SmartAssembly.settings ? / comments
Thanks for the reply. Actually this is what I am tried , by database name I mean the SQL Server Name which I think what you mean by Computer Name. So I tried it like this SQL_Server_Name\Instance_N...
SQL Server 2008, does smart assembly create the tables automatically once I link it to the correct sql database ? What tables should I be seeing can you give me some names so that I can check that? I only see system tables, system view and all other system stuff , nothing SA related. / comments
SQL Server 2008, does smart assembly create the tables automatically once I link it to the correct sql database ? What tables should I be seeing can you give me some names so that I can check that?...
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...