10x for your reply.
There is no other method to call before.
What I'm thinking is, one of the parameters has to be called by reference. in the dll its defined: byRef myStr.
How can I write it in the calling method? I cant just pass the parameter itself....
User Profile
Collapse
-
zvikorn started a topic System.NullReferenceException: Object reference not set to an instance of an objectin .NETSystem.NullReferenceException: Object reference not set to an instance of an object
Hi,
I'm trying to call a function written in a dll file, from ASP.NET 1.1 web application.
Part of code in global.asax:
<%@ Import namespace="WPPS YSTEMDLLLib" %>
Sub Application_OnS tart()
Dim Value As Object
Application("WP PSystem") = new WPPSystem() <-- the name of the class
Res = Application("Wp pSystem").INISt rGet("WPP",...
No activity results to display
Show More
Leave a comment: