Questions tagged [.net-4.5]
4 questions
1
vote
1 answer
Load a nuget package installed by Install-Package in Powershell v5.0+
In Powershell v5.1... If I install a .NET NuGet package (example: redmine-api) using this command:
Install-Package redmine-api
How do I then create a new object from that package for use in Powershell?
I've tried:
Add-Type -AssemblyName…

Adam
- 111
- 5
0
votes
2 answers
INSTALLING SQL SERVER 2008 in Windows XP
Hello this is my first time in Server Fault so I wish people are as accommodating here as in Stack Overflow.
So.. Heres the thing. I need to install SQL Server 2008 Express 32 Bit on a Windows XP environment.
I have already downloaded the installers…

TheProvost
- 119
- 1
- 1
- 7
0
votes
1 answer
Unrecognized element 'ProviderOption' when trying to use Powershell Set-WebConfigurationProperty
I am trying to build a Powershell script to automate connection string changes to our deployed web applications.
I am trying to use the WebAdministration command Set-WebApplicationProperty but am recieving an error about an Unrecognized element:…

Jesan Fafon
- 131
- 6
0
votes
2 answers
.NET Framework 4.0/4.5: Microsoft wants to confuse me?
I have several Windows 2008 R2 servers where "Programs and Features" claims that .NET Framework 4.5 is installed.
However, C:\Windows\Microsoft.NET\Framework64 does not list a 4.5 but a 4.0 (which is not mentioned in Programs and Features). In it…

Andrew J. Brehm
- 1,611
- 7
- 37
- 57