


Go to the Application tab in the properties page and there you can change the framework version in the Target framework dropdownbox. After that hit the OK button and confirm the changes. This will open a popup where you can change the framework version in the Target framework dropdownbox. Go to the Compile tab in the properties page and hit the button. Right click the project in the Project Explorer (SSIS 2008) / Solution Explorer (SSIS 2012) and select.

Here is how you change it in VB.net and C#.Įdit the Script Task or Script Component so that vsta editor is open. SSIS 2012 supports 4.0 and lower (which is also the standard). SSIS 2008 supports 3.5 and lower (, but the standard is 2.0). NET 2.0 as the standard framework version for Script Tasks and Script Components, but in some cases (Service Reference, Linq, etc) you need a higher. Here are the results for the same when running that script on two different machines The above script makes use of the registry and gives us the Windows update number along with. Get-ItemProperty -name Version, Release -EA 0 | Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Here is the Power Shell script which I used by taking the reference of: I tried my level best to avoid the information getting clipped while taking the screenshot but the table was way too big. Note: The last row in the above snapshot which got clipped reads On all other OS versions: 461310. The existence of the ReleaseĭWORD indicates that the. Note that the path to the Full subkey includes the subkey NetĬheck for a DWORD value named Release. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full You must have administrative credentials to run regedit.exe. Version entry is under the Client or Full subkey (under NDP), or under The installed versions are listed under the NDP subkey. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP In the Registry Editor, open the following subkey:

Open My Computer → double click " C:" drive → double click " Windows" → double click " Microsoft.NET" → double click " Framework" → Inside this folder, there will be folder(s) like "v" and/or "v7" and/or "v3.5" and/or "v9". Before going to a command prompt, please follow these steps.
