Calling assembly on demand
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have an ASP.NET web application that needs to retrieve an assembly name from a database and then call the appropriate assembly when a page loads. For example, I have a function in an assembly such as MyCompany.MyFunction() and a function/assembly of CustomCompany.MyFunction(). Is the InvokeMember() the best method? Thanks
-
I have an ASP.NET web application that needs to retrieve an assembly name from a database and then call the appropriate assembly when a page loads. For example, I have a function in an assembly such as MyCompany.MyFunction() and a function/assembly of CustomCompany.MyFunction(). Is the InvokeMember() the best method? Thanks