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 )
 
Back
Top