WSP Server projects re-targeted to .NET 3.5 to allow PowerShell to work in .NET 2.0 mode.
This is required by Exchange 2010 SP2 module.
This commit is contained in:
parent
094c838d85
commit
07d21775e9
111 changed files with 597 additions and 86 deletions
|
@ -2496,7 +2496,7 @@ exit", Convert.ToInt32(objDisk["Index"])));
|
|||
#region Hyper-V Cloud
|
||||
public bool CheckServerState(string connString)
|
||||
{
|
||||
return !String.IsNullOrWhiteSpace(connString);
|
||||
return !String.IsNullOrEmpty(connString);
|
||||
}
|
||||
#endregion Hyper-V Cloud
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>WebsitePanel.Providers.Virtualization</RootNamespace>
|
||||
<AssemblyName>WebsitePanel.Providers.Virtualization.HyperV</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue