PluginPackager tool - Ocean 2017 - ocean

I am migrating a Petrel plug-in project (using ocean framework) from Petrel 2015 version to 2017 version. My post-build event uses PluginPackager.exe tool, that is located in Ocean2015Home (..\Schlumberger\Petrel 2015), but it is not located in Ocean2017Home. Is there a new tool to replace PluginPackager? Or is there a new procedure to create pip file? Or is there something wrong with my Petrel 2017 installation? Thanks in advance.

PluginPackager.exe is available with 2017 and is in the Petrel installation directory (OCEAN2017HOME).
A simple approach is to delete the PIP builder project and create a new one.

Related

SSAS Tabular projects in Visual Studio 2022

I have installed the SSAS extension in Visual Studio 2022, it works well but it allows me to create Multidimensional projects only. "Analysis Services Tabular Project" is missing from the list. Any idea what's going on?
Thank you
You need to install it from the Visual Studio Gallery. It looks like there is a temporary workaround in the Q&A tab to resolve the issue you are seeing.
Uninstall AS extension.
install the AS extension and close the VS2022.
copy/replace the manifest file(link to download the file is below) in the SSAS folder, a location where your VS22 is installed. For
example "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\SSAS".
run the following command in cmd at a location where VS2022 is installed. For example "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE" command: "devenv.exe /updateconfiguration"
open visual studio and it should work fine.
if it still doesn't, make sure the AS extension is enabled and then execute the 3rd step again after closing VS.
link:
https://microsoftapc-my.sharepoint.com/:u:/g/personal/namangupta_microsoft_com/EdG1BxmX0W5OlLt4CHIZJqYB-8fXSocUi-zK5lqqBLURpg?e=rHCh9F
By Microsoft 3 hours ago
If you are looking for other extensions in 2022 this page has instructions and links.
Had the same problem with a old VS 2022 Version. Updating my VS 2022 to 17.3.4 an re-installing SSAS Extension was resolving the issue.
We now have a permanent fix for the issues. Please go ahead and update
your VS 2022 version to 17.2.5. You should now be able use Tabular and
Multidimensional Models.

SAP B1 Studio for Visual Studio 2022

How do I install the SAP Business One Add-On Project templates for Visual Studio 2022?
I upgraded my VS from 2019 to 2022 and installed the latest SAP B1 Version 10 FP 2111. But the installer says it cannot find Visual Studio installed. How do I get to install it?
I guess VS2022 is not yet supported from SAP.
you should install sapb1 tools sdk vb again, then i think you will see the sapb1 addon project menu
You have to install the SAP B1 SDK,
The SDK is included with any Business One patch or installer, in a subfolder called "Packages\SAP Business One SDK".
https://andresnaranjo.files.wordpress.com/2010/09/tb1300_en_col92.pdf

Cannot load project using .NET Core after installing Visual Studio 2019 version 16.4

I have installed the community Visual Studio 2019 version 16.4.
and clone the solution of .NET Core 3.0 but no project loaded something wrong in the SDK.
I have installed the SDK and runtime for 3.0 and 3.1, but still can not load any project.
You could fix the VS 2019 issue with the below steps
Run dotnet --list-sdks to know the exact version of the SDK installed
Modify the global.json file in the root folder of the project (For example,the project was showing 3.0.100 but you had 3.0.101 installed, you need to edit the same to point to that version and you could be able to reload the projects.
References:
https://learn.microsoft.com/en-us/dotnet/core/versions/selection#the-sdk-uses-the-latest-installed-version
https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#globaljson-and-the-net-core-cli
I had the same problem after I uninstalled Visual Studio 2022 Preview. Removing the C:\Program Files (x86)\dotnet\ directory from my PATH variable solved it.

No MVC4 templates in Visual Studio 2012 Professional

I have recently installed Visual Studio 2012 Pro and noticed that I don't have the option to create ASP.Net MVC4 project.
Why is that?
I solved this by copying the folder WPT from the install iso to my desktop. In this folder there are four msi's
aspnetmvc3.msi
aspnetmvc3vs11tools.msi
aspnetmvc4.msi
aspnetmvc4vs11tools.msi
I uninstalled and reinstalled these in the listed order and started VS2012, the MVC templates then appeared in my new project dialog.
Not sure about 2012 Pro but for 2010 Express I needed to install it separately.
http://www.asp.net/mvc/mvc4

How to create setup file in Visual studio 2012 professional?

I am creating windows application in Visual Studio 2012 .I want create set up file of that application .But in visual Studio 2012 professional not provide options- Setup and deployment What i can do for create setup file?
Inno Setup from http://www.jrsoftware.org/isinfo.php is a terrific tool. Its free, but you can also donate if you want.
You can use Install Shield or learn more about ClickOnce