Click here to Skip to main content
15,881,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: AngularJS package.json file to AngularCLI project Pin
simpledeveloper28-Jan-19 11:12
simpledeveloper28-Jan-19 11:12 
QuestionHow do I determine rowindex for table rows? Pin
samflex21-Jan-19 15:25
samflex21-Jan-19 15:25 
AnswerRe: How do I determine rowindex for table rows? Pin
Richard Deeming22-Jan-19 0:49
mveRichard Deeming22-Jan-19 0:49 
QuestionMessage Removed Pin
21-Jan-19 12:00
simpledeveloper21-Jan-19 12:00 
QuestionThe reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK Pin
simpledeveloper18-Jan-19 12:46
simpledeveloper18-Jan-19 12:46 
AnswerRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
Richard MacCutchan18-Jan-19 22:19
mveRichard MacCutchan18-Jan-19 22:19 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper23-Jan-19 13:52
simpledeveloper23-Jan-19 13:52 
AnswerRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
Richard Deeming21-Jan-19 0:18
mveRichard Deeming21-Jan-19 0:18 
That usually indicates you're running an application that targets 4.6.2 on a computer which has a later version of .NET installed, and doesn't have the correct targeting pack.

You can download the 4.6.2 pack from Microsoft, but you'll probably need an administrator to install it for you:
Download .NET Framework 4.6.2 Developer Pack[^]

Packs for other framework versions are available here:
.NET SDKs for Visual Studio[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper21-Jan-19 19:03
simpledeveloper21-Jan-19 19:03 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper21-Jan-19 19:03
simpledeveloper21-Jan-19 19:03 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
Nelek21-Jan-19 19:05
protectorNelek21-Jan-19 19:05 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper22-Jan-19 16:43
simpledeveloper22-Jan-19 16:43 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
Nelek22-Jan-19 21:25
protectorNelek22-Jan-19 21:25 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper23-Jan-19 9:48
simpledeveloper23-Jan-19 9:48 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
Mycroft Holmes23-Jan-19 10:23
professionalMycroft Holmes23-Jan-19 10:23 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper23-Jan-19 13:46
simpledeveloper23-Jan-19 13:46 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
Mycroft Holmes23-Jan-19 14:42
professionalMycroft Holmes23-Jan-19 14:42 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper23-Jan-19 16:55
simpledeveloper23-Jan-19 16:55 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
simpledeveloper23-Jan-19 17:36
simpledeveloper23-Jan-19 17:36 
GeneralRe: The reference assemblies for framework ".NETFramework,Version=v4.6.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the Pin
Nelek23-Jan-19 19:05
protectorNelek23-Jan-19 19:05 
QuestionOn web form button, prevent user from clicking the button more than 1 time Pin
dcof17-Jan-19 5:10
dcof17-Jan-19 5:10 
AnswerRe: On web form button, prevent user from clicking the button more than 1 time Pin
Richard MacCutchan17-Jan-19 5:20
mveRichard MacCutchan17-Jan-19 5:20 
Questionhow to Import Excel file into Data base using Entityframework in MVC Pin
Member 1408535316-Jan-19 17:55
Member 1408535316-Jan-19 17:55 
AnswerRe: how to Import Excel file into Data base using Entityframework in MVC Pin
Member 1408535316-Jan-19 18:03
Member 1408535316-Jan-19 18:03 
GeneralRe: how to Import Excel file into Data base using Entityframework in MVC Pin
Richard Deeming17-Jan-19 1:52
mveRichard Deeming17-Jan-19 1:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.