Activity overview
Latest activity by tpatke
Thanks Victoria. It seems to me that this policy applies more to Redgate than SA. Do you have a policy that is specific to SA data? For example, as stated in your privacy policy, you may share SA data with the parties listed here: https://www.red-gate.com/website/third-parties
Is that correct? My organisation isn't listed, should it be? Thanks, Toby
/ comments
Thanks Victoria.It seems to me that this policy applies more to Redgate than SA. Do you have a policy that is specific to SA data?For example, as stated in your privacy policy, you may share SA da...
Privacy Policy
Hi,I am updating our privacy policy and it occurs to me that SmartAssembly users may send data to you (a third-party). Do you have a document I can link to describing what this data is, how it is ...
SmartExceptionsCore Source?
Hi,Can I get the source code to SmartExceptionsCore? You guys don't seem to be supporting it anymore. High DPI support is abysmal. Seems silly that I should have to reinvent the controls from sc...
Any news on when we can expect this update?
Thanks,
Toby / comments
Any news on when we can expect this update?
Thanks,
Toby
strong name key has the wrong size
I am trying to build an assembly with a code signing certificate from GoDaddy. When I do so, I get the following error:
What's that about? :-) How can I change the key size?
Cheers,
Toby
Learn something new every day. Thanks!! :-) / comments
Learn something new every day. Thanks!! :-)
Looks like I can use ShowDialog instead of Application.Run. ...but I would still like to know what is going on there?
Cheers,
Toby / comments
Looks like I can use ShowDialog instead of Application.Run. ...but I would still like to know what is going on there?
Cheers,
Toby
I have been debugging this a bit and I think the problem is caused because I have two Application.Run commands in my application. The first is used to prompt the user to login. The second is used to run the main application.
If I bypass the login, SmartAssembly seems to work fine. If I login, I get the error described above.
Any ideas?
Cheers,
Toby / comments
I have been debugging this a bit and I think the problem is caused because I have two Application.Run commands in my application. The first is used to prompt the user to login. The second is used...
I did customize the error report module, but have since rolled back to the standard reporting module - same issue. / comments
I did customize the error report module, but have since rolled back to the standard reporting module - same issue.
global exception handling not working - threads?
I am using SmartAssembly v.5. ...trying to anyway. :-)
My smartassembly build is not catching unhandled exceptions. Instead, I am getting the standard "Details, Continue, Quit" dialog. I have n...