Activity overview
Latest activity by ravikrishna
I got the help from the Redgate support, which solved my issue. Following is the link to it. https://forum.red-gate.com/discussion/comment/153214#Comment_153214 / comments
I got the help from the Redgate support, which solved my issue. Following is the link to it.https://forum.red-gate.com/discussion/comment/153214#Comment_153214
DBContext - ArgumentNullException
Hi,A very simple basic code is throwing the exception. var dbContext = new CustomDBContext();The above line is throwing the "System.ArgumentNullException"
System.ArgumentNullException: Value cannot...
Thanks Jessica. The regedit trick solved the issue. / comments
Thanks Jessica. The regedit trick solved the issue.
Have you got any update on this? We're also facing the same issue. There's a property accessor which uses linq, and at that place the runtime fails with the "System.ArgumentException. The method 'x.x.x' is not a property accessor" / comments
Have you got any update on this? We're also facing the same issue. There's a property accessor which uses linq, and at that place the runtime fails with the "System.ArgumentException. The method 'x...
Russell D said:
Try setting the MandatoryPath attribute as per the instructions here: https://documentation.red-gate.com/sa6/troubleshooting/unexpected-behavior-and-technical-questions/how-smartassembly-searches-for-dependencies.
Hi Russell, Thanks for the update. I tried adding the explicit Assembly path, as suggested in the page, but with no luck. I'm still encountering the error that File not found. What am not able to figure out is why its not picking this specific assembly, but others. Thanks / comments
Russell D said:
Try setting the MandatoryPath attribute as per the instructions here: https://documentation.red-gate.com/sa6/troubleshooting/unexpected-behavior-and-technical-questions/how-sm...
Execution failing with System.IO.FileNotFoundException
Hi,I'm having a .Net C# Win App for which i'm trying to use the Smart Assembly. When I try to create the project and generate the assembly and run the application, i'm encountering the following is...
SmartAssembly - FileNotFound Exception
Hi,This is my first time posting here. I'm new to this tool. I'm having a .Net C# Win App for which i'm trying to use the Smart Assembly. When I try to create the project and generate the assembly ...