Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / June 2005

Tip: Looking for answers? Try searching our database.

RegSvr32 results in PRJ0019

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Zhou Yi - 08 Jun 2005 07:12 GMT
Greetings!

I have a COM program developed in VC6. Now I converted it to VS.NET 2003,
but the custom build step failed when trying to build it. Here is the
command line in the custom build step:

regsvr32 /s /c "$(TargetPath)"

It fails, and if I remove "/s /c" the message box shows:

LoadLibrary("D:\Bin\DeferredTaskClt.dll") failed - The specified module
could not be found.

The "$(TargetPath)" is what I want to register. The interesting thing is, if
I run the same command line:

regsvr32 "D:\Bin\DeferredTaskClt.dll"

The message box shows:

DllRegisterServer in DeferredTaskClt.dll succeeded.

Could anyone please help me figure out what the problem is?

Thanks for taking your time to read my question. Any clue will be much
appreciated.

Zhou Yi
sPhinX - 09 Jun 2005 02:54 GMT
try regsvr32 /s /c $(TargetPath)

good luck!

> Greetings!
>
[quoted text clipped - 24 lines]
>
> Zhou Yi

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.