Comments
Sort by recent activity
That's cool, I'd be keen to take a look at it, I've never used T4.
You don't need to do the exclusion lists for pruning and obfuscation, I would use custom attributes in the code for that.
If you made it work reliably, I'd definitely sticky your forum post and maybe if you wanted we could link to it from the online help. / comments
That's cool, I'd be keen to take a look at it, I've never used T4.
You don't need to do the exclusion lists for pruning and obfuscation, I would use custom attributes in the code for that.
If you m...
It'll be a few months yet, because we'd like to fix a lot of bugs that affect a few people before releasing.
Out of interest, what is it about SA 6 that you prefer over 5? Did we fix a bug that was affecting you, or do you like one of the new features? / comments
It'll be a few months yet, because we'd like to fix a lot of bugs that affect a few people before releasing.
Out of interest, what is it about SA 6 that you prefer over 5? Did we fix a bug that was...
Whoops, fixed. Thanks! / comments
Whoops, fixed. Thanks!
Hi,
Could you open your assembly in reflector, and see whether the reference to System.Windows.Controls is there?
Thanks, / comments
Hi,
Could you open your assembly in reflector, and see whether the reference to System.Windows.Controls is there?
Thanks,
Oh, looks like the compiler is more willing to strip out references than I thought. Thanks for that, I'll get the message updated. / comments
Oh, looks like the compiler is more willing to strip out references than I thought. Thanks for that, I'll get the message updated.
I don't know huge amounts about the xap format, but I think you're saying that a folder that existed in your original xap has disappeared in the processed one. Sorry, this is a bug in version 5.5
It is fixed in the EAP of version 6: http://www.red-gate.com/MessageBoard/vi ... .php?f=116
If you prefer to continue using 5.5, you could use the old way of processing silverlight assemblies: http://www.red-gate.com/supportcenter/C ... 032253.htm / comments
I don't know huge amounts about the xap format, but I think you're saying that a folder that existed in your original xap has disappeared in the processed one. Sorry, this is a bug in version 5.5
I...
Try un-setting the pfx file option, then re-setting it. I think we have a bug where if you select a new pfx file, it tries to use the old password, you may have encountered that.
There is a dialog to type the password that you should get. / comments
Try un-setting the pfx file option, then re-setting it. I think we have a bug where if you select a new pfx file, it tries to use the old password, you may have encountered that.
There is a dialog ...
You apply the MandatoryPath to the dependency in the saproj that is being picked up from the wrong place.
If you really want to do global search paths, you add this to the middle of your SmartAssembly.settings file (in C:\ProgramData\Red Gate\SmartAssembly):
<DependenciesSearchPaths>
<SearchPath>C:\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client</SearchPath>
</DependenciesSearchPaths>
This is unsupported and not recommended though. / comments
You apply the MandatoryPath to the dependency in the saproj that is being picked up from the wrong place.
If you really want to do global search paths, you add this to the middle of your SmartAssem...
I see, the solution for you then is the MandatoryPath. See here: http://www.red-gate.com/supportcenter/C ... 121047.htm
There is a way to specify global search paths, but it's usually not the right thing to do, a per-assembly MandatoryPath will suit you better in the long run. / comments
I see, the solution for you then is the MandatoryPath. See here:http://www.red-gate.com/supportcenter/C ... 121047.htm
There is a way to specify global search paths, but it's usually not the right ...
Hi,
How are you building your project? The SmartAssembly UI gives you a dialog when it can't find a reference. It has a browse button you should use (this becomes a HintPath in your saproj file). / comments
Hi,
How are you building your project? The SmartAssembly UI gives you a dialog when it can't find a reference. It has a browse button you should use (this becomes a HintPath in your saproj file).