Server.createObject for desktop application

  • Thread starter Thread starter mamin
  • Start date Start date
M

mamin

In my ASP.NET application I'm creating com object like this:
Server.createObject("Namespace1.Application1")

But now, I need to create this com object in desktop application where
there's no Server object.

How can I do this?

(Namespace1.Application1 ob=new Namespace1.Application1() doesn't work )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top