Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
This is the error I get. Not sure how it will appear on your end. I just copied and pasted it. I tried to install Dot net 4.5 and it says I already have it installed so I am not sure what else to check for? TIA 9/9/2015 10:33:06 AM - Microsoft VSIX Installer 9/9/2015 10:33:06 AM - ------------------------------------------- 9/9/2015 10:33:06 AM - Initializing Install... 9/9/2015 10:33:06 AM - Extension Details... 9/9/2015 10:33:06 AM - Identifier : 0d9a9c3f-5ef0-4d1f-b38e-7bc0918e291d 9/9/2015 10:33:06 AM - Name : MicroFour StrataFrame 9/9/2015 10:33:06 AM - Author : MicroFour, Inc. 9/9/2015 10:33:06 AM - Version : 1.7.7.1 9/9/2015 10:33:06 AM - Description : VSIntegration package for MicroFour StrataFrame V1 9/9/2015 10:33:06 AM - Locale : en-US 9/9/2015 10:33:06 AM - MoreInfoURL : 9/9/2015 10:33:06 AM - InstalledByMSI : False 9/9/2015 10:33:06 AM - SupportedFrameworkVersionRange : [4.5] 9/9/2015 10:33:06 AM - 9/9/2015 10:33:06 AM - Supported Products : 9/9/2015 10:33:06 AM - Microsoft.VisualStudio.Pro 9/9/2015 10:33:06 AM - Version : [11.0,14.0] 9/9/2015 10:33:06 AM - 9/9/2015 10:33:06 AM - References : 9/9/2015 10:33:06 AM - ------------------------------------------------------- 9/9/2015 10:33:06 AM - Identifier : Microsoft.VisualStudio.MPF.11.0 9/9/2015 10:33:06 AM - Name : Visual Studio MPF 11.0 9/9/2015 10:33:06 AM - Version : [11.0] 9/9/2015 10:33:06 AM - MoreInfoURL : 9/9/2015 10:33:06 AM - Nested : No 9/9/2015 10:33:06 AM - 9/9/2015 10:33:06 AM - 9/9/2015 10:33:06 AM - Searching for applicable products... 9/9/2015 10:33:06 AM - Found installed product - Microsoft Visual Studio 2012 Shell (Integrated) 9/9/2015 10:33:06 AM - Found installed product - Microsoft Visual Studio Professional 2013 9/9/2015 10:33:07 AM - The extension with ID '0d9a9c3f-5ef0-4d1f-b38e-7bc0918e291d' is not installed to Microsoft Visual Studio Professional 2013. 9/9/2015 10:33:07 AM - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated) 9/9/2015 10:33:07 AM - Found installed product - Microsoft Visual Studio Express 2013 for Web 9/9/2015 10:33:07 AM - Found installed product - Global Location 9/9/2015 10:33:07 AM - Found installed product - ssms 9/9/2015 10:33:16 AM - The following target products have been selected... 9/9/2015 10:33:16 AM - Microsoft Visual Studio Professional 2013 9/9/2015 10:33:16 AM - 9/9/2015 10:33:17 AM - Beginning to install extension to Microsoft Visual Studio Professional 2013... 9/9/2015 10:33:17 AM - Install Error : Microsoft.VisualStudio.ExtensionManager.MissingTargetFrameworkException: The extension 'MicroFour StrataFrame' requires a version of the .NET Framework that is not installed. at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.CheckForValidDotNetFramework(IExtension extension) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.CheckForInstallBlockers(InstallableExtensionImpl extension, IInstalledExtensionList modifiedInstalledExtensionsList, Boolean isNestedExtension, Boolean& olderVersionInstalled) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallInternal(InstallableExtensionImpl extension, Boolean perMachine, Boolean isNestedExtension, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, UInt64 totalBytesToWrite, UInt64& totalBytesWritten) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.BeginInstall(IInstallableExtension installableExtension, Boolean perMachine, AsyncOperation asyncOp) at Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallWorker(IInstallableExtension extension, Boolean perMachine, AsyncOperation asyncOp)
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Checking in ILSpy, it looks like the Microsoft.VisualStudio.ExtensionManager.Implementation contains a class to detect the installed frameworks. It doesn't look like this class explicitly checks frameworks past .NET 3.5, and that instead all of the v4s (v4.0, v4.5, v4.5.1, v4.5.2, and v4.6) are all included in the v4.0 key in the registry.
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
I just re-posted the VISX after changing the required framework from 4.5 to the range of frameworks from 4.5 to 4.6. Give that a shot.
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
I will try it later. Thank you.
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Ben, Terry, Just to let you know, I just installed VS2015 and the SF VISX package for VS2013 & 2015 and it seems to be working just fine (Thanks a lot Ben!!!!) For VS2013 and older, make sure you disable the "StrataFrame Add-in Manager" from the Tools menu before you install the VISX to avoid getting error and having the "StrataFrame" menu twice.
Edhy Rijo
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
I only have VS 2015 installed on my laptop with Win 10 and I just tried the new VISX on it and it did not even recognize that I have VS 2015 installed. It did find VS 2013 that I also have installed. ???? This is just info so that Ben and his crew can work thru all of this.
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Terry, Did you re-download the VISX package that Ben re-posted? If not, download it again and try it. I am also using Win 10.
Edhy Rijo
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
What version of VS do you have installed, Buffie? There are different editions, and I think I might have to explicitly allow all of the editions in the manifest of the VISX.
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Ben, For the record, I installed VS 2015 Enterprise.
Edhy Rijo
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
And I just VS Professional
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Awesome. I'm glad you are both working. I have the InstallTarget set as Microsoft.VisualStudio.Pro [11.0,14.0] so it should be able to install on any VS of Pro or higher edition and VS2012, VS2013, or VS2015. Having the Framework requirement at [4.5,4.6] appears to be important, too if you are on Windows 10 and only have VS2015 installed. Thanks for your help guys and thanks for your patience Buffie while we figured out the InstallTargets.
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
Wait.
On my laptop I have Win 10 and VS 2015 along with VS 2013 and the new VISX package does not recognize that I even have 2015 installed?
How does one tell what version of Dot Net exactly is installed on Win 10?
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The installed frameworks are here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4 As for not seeing that VS2015 is installed... let me check on that one.
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
Take a look at my picture and let me know if that is my issue. TIA
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
When you open the Help -> About window in VS2015, there should be a button on the right that says "Copy Info." Will you click on that and paste the contents here? That should give me the debug info that I need...
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
Microsoft Visual Studio Professional 2015 Version 14.0.23107.0 D14REL Microsoft .NET Framework Version 4.6.00079 Installed Version: Professional Visual Basic 2015 00322-40000-00000-AA245 Microsoft Visual Basic 2015 Visual C# 2015 00322-40000-00000-AA245 Microsoft Visual C# 2015 Visual C++ 2015 00322-40000-00000-AA245 Microsoft Visual C++ 2015 Advanced Installer Extension 12.3.1 Advanced Installer Extension. For more information visit the Advanced Installer website at www.advancedinstaller.com. Copyright © Caphyon LTD. All rights reserved. Application Insights Tools for Visual Studio Package 1.0 Application Insights Tools for Visual Studio ASP.NET and Web Tools 14.0.20626.0 ASP.NET and Web Tools ASP.NET Web Frameworks and Tools 2013 5.2.30624.0 For additional information, visit http://www.asp.net/Common Azure Tools 1.5 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools. CreateLayoutWizard 1.0 Create layout wizard. DevExpress.DeploymentTool 1.0 A useful tool for deploying DevExpress assemblies. GenerateUnitTest 1.0 Generates unit test code for methods in classes under test. MicroFour StrataFrame 1.0 VSIntegration package for MicroFour StrataFrame V1 Microsoft Azure Mobile Services Tools 1.4 Microsoft Azure Mobile Services Tools NuGet Package Manager 3.0.0 NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product. SQL Server Data Tools 14.0.50730.0 Microsoft SQL Server Data Tools XtraReports package 1.0XtraReports package
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
It won't let you install it in 2015 because it thinks it's already installed... MicroFour StrataFrame 1.0VSIntegration package for MicroFour StrataFrame V1 6 products from the bottom of your list. I wonder if it got hung when it couldn't detect the proper .NET version. Try using Tools -> Extensions and Updates, Installed -> All, Select "MicroFour StrataFrame" and Uninstall it, restart Visual Studio and re-run the VISX and it should let you re-run it on VS2015.
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
I saw it and I will try your solution and I will let you know.
TIA.
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
That worked. Now you have more Info about how these things all work. Thank you again.
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hey Terry, you are also becoming an expert in VISX installation  My guess is that probably you tried installing the first version of the VISX and it crashed, once removed, the new installation finished properly. Ben, probably later on, you would be able to configure that if the product is already installed, to give us the option to re-install or abort installation.
Edhy Rijo
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Ben, probably later on, you would be able to configure that if the product is already installed, to give us the option to re-install or abort installation. Maybe if we choose to install it through Windows Installer. I think the only way to get a VISX to update is to increment the version. It's pretty handy, but pretty limited in customization.
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
I don't know about an expert but I have done my share of installing uninstalling changing and trying many different options. I really just hope this saves others time and effort. Then it was all worth it. Of course I also hope it helps Ben and his team to create the install that will fly no matter what the situations. Thanks again.
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Ben, I am getting some errors when trying to select a BindingField from the list in a text field, also when trying to access a BO.RequiredFields collection. Error: "Object reference not set to an instance of an object:" I am using the following: VS2015 Enterprise .Net 4.6 VB.NET Also, so you know since I installed the VISX in VS2013, I opened another solution in VS2013 and the Type Editors are working fine, so the issue is with VS2015.
Edhy Rijo
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Ben, This issue is a show stopper with VS2015, hope you are available to take a look at this one. Thanks!!!
Edhy Rijo
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
That did work. Thank you.
Edhy's note about disabling the add in is important.
Thanks again to both of you.
Op's I forgot to post this before my last post.
|
|
|