|
-
Nov 26th, 2001, 02:11 AM
#1
Thread Starter
New Member
Deploying VB Component
Hai everybody,
This below error is giving me some problem
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/cf45/sampleasp/wroxcomp1/list.asp, line 14
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
Is there any problem if there is no VB installed in Production server where by there is no VB installed. or is there is other alternative where by i dont need to install VB and make my component work. One morething is My component which i am liking to deploy is doing a database related stuff.Some body in forum suggest to use package wizard for registering my dll file.
As i am new to vb can you suggest my any link where by i can have that info.
Any help is really appreciated.
With Regards
Nagaraj
-
Nov 28th, 2001, 11:28 AM
#2
There is a package & Deployment wizard option you can use under the visual basic / visual studio submenu of the start menu.
This packages your control in a setup with all the files it needs to run (including the MDAC library of files to connect to databases).
-
Dec 7th, 2001, 12:20 AM
#3
New Member
Hi Nagraj
Package and deployment vizard can be used for distributing DLLs.
While creating an object of ur DLL , please user the correct dllname and the class name.
Try with <object> tag by giving the classid and check if ur dll can be instantiated.
Ganesh
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
|