Comments
Sort by recent activity
Looks like we fixed it straight away. Please test with our early access release (installs side-by-side with current version): http://www.red-gate.com/messageboard/vi ... hp?t=12254 / comments
Looks like we fixed it straight away. Please test with our early access release (installs side-by-side with current version):http://www.red-gate.com/messageboard/vi ... hp?t=12254
Looks like this is just not yet supported- sorry. I will log a bug and this will get seen to at some point (I cannot be specific about when). / comments
Looks like this is just not yet supported- sorry. I will log a bug and this will get seen to at some point (I cannot be specific about when).
I'm sorry - I'm a little bit confused- are you showing the code before it gets processed or after (i.e. the Reflector output)?
If its before the porcesing- why are you using the TypeConvertor attributes and how exactly are you expecting smartassembly to deal with them? / comments
I'm sorry - I'm a little bit confused- are you showing the code before it gets processed or after (i.e. the Reflector output)?
If its before the porcesing- why are you using the TypeConvertor attri...
They sound like bugs- I will try to reproduce and discuss with our development team. Thank you [image] / comments
They sound like bugs- I will try to reproduce and discuss with our development team. Thank you
Strangely, I can't reproduce- the green arrow sends me back to where I started and I don't get any faults with the data.
Does this happen for you every time or only with certain (types of) project? / comments
Strangely, I can't reproduce- the green arrow sends me back to where I started and I don't get any faults with the data.
Does this happen for you every time or only with certain (types of) project?
the head scratching commences... / comments
the head scratching commences...
We're going to have to trouble-shoot this process the long way- take off the smartassembly features, one-by-one, until the application works as usual. Then try to isolate the exact feature that causes the issue. This will help us narrow down what is actually happening. / comments
We're going to have to trouble-shoot this process the long way- take off the smartassembly features, one-by-one, until the application works as usual. Then try to isolate the exact feature that cau...
I have a feeling this is related to reflection then. Are any of the obfuscated methods being called by reflection? Are any of the obfuscated classes serializable? You'll need to exclude from obfuscation either of these. / comments
I have a feeling this is related to reflection then. Are any of the obfuscated methods being called by reflection? Are any of the obfuscated classes serializable? You'll need to exclude from obfusc...
Are you using the InternalsVisibleTo("...") attribute at all? If so, you have to be careful when obfuscating since this will potentially break the app. The solution will be to exclude the methods that have been marked with this attribute (you should have got a warning about this upon building in smartassembly (in yellow, italic font)).
If not, I'll need to scratch my head a bit more .... / comments
Are you using the InternalsVisibleTo("...") attribute at all? If so, you have to be careful when obfuscating since this will potentially break the app. The solution will be to exclude the methods t...
Try the SDK that comes with the professional version (or the trial)- you can customize all these aspects of the error reprting feature. It comes with all the examples that you'll need to get you started. / comments
Try the SDK that comes with the professional version (or the trial)- you can customize all these aspects of the error reprting feature. It comes with all the examples that you'll need to get you st...