|
-
Jun 11th, 2002, 08:08 AM
#1
Thread Starter
Member
server.createObject(progId) <- what is progId
I've just found out that you're able to run dll's or .NET Framwork components using ASP.NET's server.createObject(progId).
After searching the internet I find this:
"progID - Specifies the type of object to create. The format for progID is [Vendor.]Component[.Version]. "
Now what's "[Vendor.]Component[.Version]"!? If I've created a VB.NET Windows Control Library compiled download forexample myControl1.dll, how do I know what to type as prodId? The class name? Should I add namespace (don't quite understand what this is)? Please help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|