153 reputation
7
bio website
location Australia
age
visits member for 3 years, 1 month
seen Mar 31 at 23:19
stats profile views 13

Jan
15
comment EF4 Code First pre-generated view has different hash values in other machines
@TTat, check out my answer.
Jan
15
answered EF4 Code First pre-generated view has different hash values in other machines
Oct
21
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel, thanks for the reply. I will try your suggestion tomorrow. I was running MS Tests on the build server (64-bit, no VS installed there), by the way. However, didnt I already do what you are suggesting when I use the T4 template in VS2010 to pre-generate the views on two 64bit dev machinens but resulted to different hash values?
Oct
19
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel, thanks for the help. Can you look at my 3rd update? Not sure if its relevant.
Oct
19
revised EF4 Code First pre-generated view has different hash values in other machines
added 553 characters in body
Oct
18
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel, see update 2.
Oct
18
revised EF4 Code First pre-generated view has different hash values in other machines
added 360 characters in body
Oct
17
revised EF4 Code First pre-generated view has different hash values in other machines
fixed grammar
Oct
17
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel, negative. I did not install Entity Framework June 2011 CTP. EF was added via nuget and committed with the code.
Oct
17
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel, yeah I know. The XML generated should exactly the same to get the same hash. Both dev machines are 64-bit. The build server is also 64-bit.
Oct
17
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel See my update. The two machines I've used are have .Net 4.0 (runtime and framework).
Oct
17
revised EF4 Code First pre-generated view has different hash values in other machines
added 617 characters in body
Oct
17
awarded  Commentator
Oct
17
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel, I simply commented out that line from the T4 template.
Oct
17
comment EF4 Code First pre-generated view has different hash values in other machines
@Pawel, the models are the same. I sure of this because I ran my tests before commit and all tests passed. I modified the T4 template because I was getting error in this line: "EntityFrameworkVersions.Version3". I am using .Net 4, Version3 was added in .Net4.5. I will try your suggestion re: EdmxWriter.WriteEdmx()
Oct
17
awarded  Editor
Oct
17
revised EF4 Code First pre-generated view has different hash values in other machines
added 47 characters in body
Oct
17
asked EF4 Code First pre-generated view has different hash values in other machines
May
27
answered How do I split a table into multiple types in EF4 code first?
May
16
answered How Can I Load Test A Site That Uses ValidateAntiForgeryToken?