Questions tagged [.net-4.5.2]

.Net 4.5.2 is the version of the popular Microsoft .Net framework prior to version 4.6. It is backward compatible with .Net 4.5 & .Net 4.5.1 & adds several new features. Use for questions specifically related to .NET Framework 4.5.2. For questions on .NET Framework generally, use the .net tag.

.Net 4.5.2 is the version of the popular Microsoft .Net framework. It is backward compatible with .Net 4.5 & .Net 4.5.1 and adds several new features.

What's New in .NET Framework 4.5.2
.NET Framework 4.5.2 System Requirements

Released by Microsoft Corporation
Version Number: 4.0.30319.34000
Release Date: 2014-05-05

139 questions
-1
votes
1 answer

RowFilter for DataView

I am having problems with a DataView.RowFilter not returning the proper row that it should return. I currently keep Col2 has my variable name in the database and Col3 is the value associated with the variable name. When I try pulling the dataview…
-1
votes
1 answer

Unable to install .NET Framework 4.5.2

I am trying to upgrade to .NET 4.5.2 on Windows 8.1. When I run the the installer(NDP452-KB2901907-x86-x64-AllOS-ENU.exe), it is opening the maintenance dialog and asking me to "Repair or Remove" .NET 4.5.2 although I do not have it installed.…
Rishab
  • 143
  • 14
-1
votes
1 answer

GetMemberInfo not found when using .NET 4.5.2

I was using this code in a library project using the Framework .NET 4.5 and it works fine protected void OnPropertyChanged(Expression> property) { if (this.IsInpcActive) { …
JiBéDoublevé
  • 4,124
  • 4
  • 36
  • 57
-2
votes
2 answers

Stack Overflow exception after update .net 4.5

Someone can help me? i'm losing my head: Following code give me stackoverflowexception after updating .net to 4.5.2 private string CalculateStringOrder(Page p, string s) { string res = null; char pad = '0'; try { if…
Fabio
  • 7
  • 1
  • 4
1 2 3
9
10