Advanced Forum Search Results
-
Would you mind providing an attachment or some very specific repro steps? The BadImageFormatException originally launching this thread was fixed in a prior CTP, so the fact it is still showing up suggests we're not using the same steps to reproduce the problem.
Thanks,
Ron [MSFT]
-
[quote user="Casimodo72"]I dunno much about T4, but it would be great if those T4 templates could be designed...
[/quote]
Thanks for the suggestions. The "override specific chunks" was a fuzzy way to say what you said. We recognize most developers want to just tweak 10% (or less) and let the other 90% be handled by ...
-
I believe you are hitting a subtle bug in Attribute.TypeId that fools the TypeDescriptionProvider layer we use for metadata.
Try overriding the virtual Attribute.TypeId on your attribute and ensure you return a unique value. The lowest level Reflection-based TDP maintains a hash to avoid acquiring duplicates, but a bug in the ...
-
Hmmm, I guess my answer was unacceptable to the forum tools ...
What I tried to say was this -- the request has been heard and I'm starting discussions around it.
I can't promise it will be fixed but it will certainly be discussed. It actually got me thinking more broadly about how all of our code generation and/or presentation ...
-
-
Hi, Ben,
Could I ask to understand the "why" of this a little better? The alphanumeric sort choice was a response to a request stemming from not being able to find the properties easily when there were many. Did you control the order in the edmx in some way you want us to respect? How do you normally navigate around ...
-
[quote user="ColinBlair"]
Adding partial to the class definition would be a very good thing, and if there was some way for the wizard to detect if the named DomainService already exists while it is checking for metadata and not generate the EnableClientAccessAttribute on the additional partial classes that would be a huge ...
-
[quote user="yashgt"]
It will be useful if this class is defined as public so that people can derive their own wizards from it and thereby control the structure of the class that gets created.
[/quote]
It is an interesting idea, but we're trying to minimize the public surface area we commit to support in future versions, and to ...
-
Unfortunately, [Shared] got serious pushback from the perspective of comprehensibility. Few understood what it meant, even after samples and explanations. The current approach was taken as a direct response to that confusion.
-
We're in the process of changing the transfer protocol to use WCF, and some tests we just did on our end indicate there is no longer a problem.
In other words, with our custom deserialization logic, we believe setter-less properties such as calculated properties could well have encounterd this situation, requiring an [Exclude]. With our ...