Question:
I created an ActiveX DLL that contains a class used to hold application settings. I registered the DLL (and a subsidiary DLL) on the Web server, but when I call Server.CreateObject in the Window_OnLoad event, I get an ‘Object Required: Server’ message.
Answer:
You cannot use a Server.CreateObject on the Window_OnLoad event. The Window_OnLoad event occurs when the client browser has finished loading the page?the code is running on the client machine. Your DLL is sitting on your Web server in say, California. The client browser is in New York. There is no “server” object to reference.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























