Comments
Sort by recent activity
I think their decision is a serious mistake. Look at the numbers of people asking questions about .NET products. Not as high as the SQL products but still a significant chunk. Also, I have paid my annual license for the product so I expect it to be developed or someone should have warned me that the development of this product is going to cease before I was asked to renew. Not impressed at all. / comments
I think their decision is a serious mistake. Look at the numbers of people asking questions about .NET products. Not as high as the SQL products but still a significant chunk. Also, I have paid my ...
Please can we have an eta on the the V2022 extension availability? / comments
Please can we have an eta on the the V2022 extension availability?
OK, Problem solved. Basically, SA was embedding the log4net assembly but within the SA configuration it was hiding this assembly saying that it couldn't be embedded; after expanding the list, you could see it was ticked but greyed out. To resolve the problem, I had to manually edit the SA project file and set log4net to not be embedded. In my app, log4net is provided by an external application and is loaded dynamically. I think that this scenario could be classified as a bug because if an assembly is considered as not allowed to be embedded, SA should ensure that the assembly is actually not set to embed. / comments
OK, Problem solved.Basically, SA was embedding the log4net assembly but within the SA configuration it was hiding this assembly saying that it couldn't be embedded; after expanding the list, you co...
Hi RedGate support, can we have a response to this problem please? [image] / comments
Hi RedGate support, can we have a response to this problem please?
Hi Richard
Many thanks for this. Is the issue the left over package "SSMS Integration Pack Framework 1"?
Kind regards
Chris / comments
Hi Richard
Many thanks for this. Is the issue the left over package "SSMS Integration Pack Framework 1"?
Kind regards
Chris
Thanks Terry. This approach also works for the SQL Developer Bundle (2.0.1.2099). It must be something to do with the install sequence. / comments
Thanks Terry. This approach also works for the SQL Developer Bundle (2.0.1.2099). It must be something to do with the install sequence.
Hi Russell
The EAP link that you have suggested appears to be for the profilers and ANTS software. I cannot find the SmartAssembly EAP.
Also if it expires after 2 weeks, what happens if we are not running VS 2017? Do we need to remain on the old version of SA or will there be a new non-EAP release that will support both 2015 and 2017?
Sorry for the confusion / comments
Hi Russell
The EAP link that you have suggested appears to be for the profilers and ANTS software. I cannot find the SmartAssembly EAP.
Also if it expires after 2 weeks, what happens if we are not ...
Hi Russel
I have also installed 6.11 and I am getting the exact same error with MSBuild. Could you send me the corrected version as well please?
Regards
Chris / comments
Hi Russel
I have also installed 6.11 and I am getting the exact same error with MSBuild. Could you send me the corrected version as well please?
Regards
Chris
That's really disappointing!
The link you provide to the MS solution is, I think, the one that I started with for a manual approach.
We need a nice UI to backup and restore SSAS - just a hint to you marketing/development team!! [image] / comments
That's really disappointing!
The link you provide to the MS solution is, I think, the one that I started with for a manual approach.
We need a nice UI to backup and restore SSAS - just a hint to yo...
I am already doing this as this is how I discovered to solution to my problem.
What I want to do is to decorate the classes in code so that I do not have to go into the SA GUI to exclude the classes. As the code is generated by a designer in VS2010, I wanted to know how to decorate them without losing the information if the designer rebuilds the classes.
Ideally, I want to amend the VS2010 templates so that all Linq-to-SQL code generated by VS is automatically decorated with the necessary information to prevent it from being obfuscated / comments
I am already doing this as this is how I discovered to solution to my problem.
What I want to do is to decorate the classes in code so that I do not have to go into the SA GUI to exclude the classe...