Activity overview
Latest activity by eric-914
Problem with (named) embedded resources
This is similar to this posted question: https://forums.red-gate.com/viewtopic.php?t=16180
I've got a pair of embedded resources, both are Excel files, of which I differentiate by names:
:arrow: R...
Minor request to SmartError
Can you add the text GMT to the date/time, as below? It'd make the date/time more appropriate.
An error has been reported in:[Product Name]
Build v2.0.0.3 from 12/10/2014 3:43:55 PM GMT
An except...
SmartAssembly via NAnt
Anyone have an example of how to call SmartAssembly via NAnt?
I'm working on building a deployment script in TeamCity build server, and although I can get it to obfuscate my .dll's/.exe via a comma...
Testing obfuscated .dll's :?:
I'm wondering if someone's got suggestions about my situation:
I've got tests that reference classes in my .dll. Now after obfuscation, these class names do not exist, they've been changed.
This, ...
Thanks, but things compile just fine in the GUI. And they compile just fine from the command line.
Now, true, the next-level dependencies will be required to RUN the code, but shouldn't be necessary to COMPILE the code.
It's S/A that's demanding ALL dependencies required to RUN be in the build folder, not just those that are required to COMPILE. / comments
Thanks, but things compile just fine in the GUI. And they compile just fine from the command line.
Now, true, the next-level dependencies will be required to RUN the code, but shouldn't be necessa...
Oh, come on!
Can S/A at least list out all the dependencies it claims it needs at one time?
ERROR: Cannot find dependency 'Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35', which is required for assembly:
S/A is only telling me one supposedly required dependency at a time.
I'm trying to do this through TeamCity. It takes awhile for me to find out what the next "missing dependency" is. / comments
Oh, come on!
Can S/A at least list out all the dependencies it claims it needs at one time?
ERROR: Cannot find dependency 'Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.505.0, Culture=n...
S/A requires more explicit dependencies than MSBuild does?
I have a .dll named "MyProject", which uses another .dll I made named "MyLibrary". "MyLibrary" has a reference to: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
I've got a reference in "...
There needs to be an option to manually add additional dependencies to the S/A project. / comments
There needs to be an option to manually add additional dependencies to the S/A project.
There needs to be an option to manually add additional dependencies to the S/A project. / comments
There needs to be an option to manually add additional dependencies to the S/A project.
WPF / ValidationRules / Generics / Enumerations problem (C#)
Hello, this is occurring w/in WPF and a control's validation rules definition, but I suspect it's more a problem regarding generics.
I've got the following generic class that derives from Validatio...