web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Run dll using Powershe...
Power Automate
Answered

Run dll using Powershell script in PAD

(0) ShareShare
ReportReport
Posted on by 143

Hi Community,

 

This is my sample .net code

 

namespace MyMathLib
{
 public class Methods
 {
 public Methods()
 {
 }
 public static int Sum(int a, int b)
 {
 return a + b;
 }
 public int Product(int a, int b)
 {
 return a * b;
 }
 }
}



I'm trying to execute my dll (.net standard 2.1) using run powershell script command in pad . unfortunately it gives error
Unable to find type [MyMathLib.Methods].
At line:4 char:1
+ [MyMathLib.Methods]::Sum(10, 2)

But same code works in powershell 7 . can anyone please suggest how to successfully run this in pad? 

  • evilnw Profile Picture
    84 on at

    Hello. PAD using Powershell 3.0 for execute dll. Use the netstandard2.0 for your library and you should be fine.

    p.s. sorry for my English.

  • Verified answer
    sahachiranjit32 Profile Picture
    143 on at

    I have created earlier Class Library project instead of Class Library (.net framework)... When I created project using .net framework 4.7 it works fine with powershell pad

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 227 Super User 2026 Season 2

#2
David_MA Profile Picture

David_MA 213 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 151

Last 30 days Overall leaderboard