111
Views
3
Comments
Solved
Is there any way to make C# extention without Visual Studio installed?

Hi,

I'm looking for how to make C# extention logic without Visual Studio 2017 or 2019.

I was thinking I could make C# code on VS Code and compile it on integration Studio but 

I wonder if that is possible...

Do you have any ideas?

Best,

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

I don't think it is, unless visual code nowadays support Visual Studio solutions.

What is hold you form using Visual Studio? The community edition is free.

See this older post on the same topic

https://www.outsystems.com/forums/discussion/56414/is-integration-studio-compatible-with-microsoft-visual-studio-code/

Regards,

Daniel

UserImage.jpg
Tsubasa Yoshikawa

Hi,

Nothing holds me from using Visual Studio. I was just curious about that.

I have an addtional question.

I installed it and now I'm creating extention action but it failed when I published it.

I'm having this error and I googled it but I'm not sure.

Error message includes japanese but this says 

"An error occurred while saving the Extension: 'Path  'C:\Program Files\OutSystems\ExtentionCode\ExtensionMyFirst\Source\NET\Bin\OutSystems.NssExtensionMyFirst.dll'    Access Denied。'."



"ExtentionCode" folder  is the new folder i created.

When i clicked 1 publish, I got Save pop up but I'm wondering if there is a problem with  the place of the folder path I saved. 

The option is like this. I also set "General".


Why am I having Access Denied?

Would you happen to know where I'm missing? 

I'm not sure how I should do it....


UserImage.jpg
Tsubasa Yoshikawa

Sorry, i solved this by myself.

The issue seems like I tried to save code in a restricted folder like C://ProgramFiles or something else.


i created  a new folder like C://New and I successfully published.

Regards,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.