Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Can't register dll


Message #1 by "Kirsten Czupryna" <kirsten@t...> on Thu, 27 Feb 2003 17:55:25
> Hi Imar - thanks so much for the helpful messages you have sent as I 
have worked through the beginning interdev book! I plan to find and print 
out that COM package article via the URL you sent me - I'm sure it will be 
very helpful. I'm also emailing you personally because I know that you are 
a main member of the Wrox community (being a published author and all :) )
so I'm wondering if you might be able to give me a little advice....

I'm trying to make the transition from two-tier web developer to n-tier 
web developer. I know I need to learn the .NET framework. And web services.
I've also just found out about Web Matrix, and have downloaded it and the 
free online Wrox book "Inside ASP.NET and Web Matrix". I can't wait to 
begin learning the new IDE (just as soon as I've finished my current 
interdev project, of course!)

So, what do you think of Web Matrix as a learning tool? Do you think it 
will give me a good foundation in .NET, web services, etc? 

I don't know about where you live, but here in the States (Boston, MA) the 
market is really difficult these days. I'm really looking to get a good 
grounding in as short a time as possible so that I can find a position as 
part of a development team and work in an n-tier environment. 

Mind you, I'm not looking to fool an employer into thinking I have more 
knowledge than I do. I just want to achieve a level of knowledge and 
articulation that will help me get hired into an environment where I can 
get the training and support I'll need to excel. 

That said, I'm really hoping that Web Matrix will give me a jump start. 
I plan to purchase the new Wrox book on the subject asap (as soon as I'm 
done with the free one, of course!)

Any insights greatly appreciated!

Broke but Hopeful in the States,
Kirsten

 



Additionally, during development (and in production as well) you may 
consider hosting your DLL inside a COM+ package. One of the advantages is 
that the DLL doesn't get locked by IIS. You simply close down the package, 
recompile, and if the interface GUID has changed, reregister the DLL.

Below you'll find a link to a FAQ that describes how to do this.

Note, adding the DLL to a COM+ package takes care of registering. No more 
command line regsvr32 stuff.

http://www.aspfree.com/authors/robert/Default.asp?aid=96

Cheers,

Imar


At 01:19 PM 2/27/2003 -0500, you wrote:
>Jose is right. Through InterDev you have the option of registering and
>unregistering. Also make sure in IIS that you have the website using the 
dll
>in its own memory space. Each time you recompile the dll you will have to
>unload the website so that you can overwrite the old dll.
>
>----- Original Message -----
>From: "Jose John" <charis_jose@y...>
>To: "Interdev_Programming" <interdev_programming@p...>
>Sent: Thursday, February 27, 2003 1:13 PM
>Subject: [interdev_programming] Re: Can't register dll
>
>
> > Try this.
> > For unregistering
> > regsvr32 -u  "PATH OF DLL"
> >
> > For registering
> > regsvr32   "PATH OF DLL"
> >
> > --- Victor Amuso <vamuso@m...> wrote:
> > > The dll is compiled correct?
> > > ----- Original Message -----
> > > From: "Kirsten Czupryna" <kirsten@t...>
> > > To: "Interdev_Programming"
> > > <interdev_programming@p...>
> > > Sent: Thursday, February 27, 2003 5:55 PM
> > > Subject: [interdev_programming] Can't register dll
> > >
> > >
> > > > hi all - almost through the book! But now stuck in
> > > Chapter 12, where I
> > > > must say that Wrox has left me a bit disappointed.
> > > I'm having trouble
> > > > registering my CameraStoreCatalogue.dll, as there
> > > was very little in the
> > > > way of explanation in the book.
> > > >
> > > > I had no trouble whatsoever in creating the dll,
> > > but when I attempted to
> > > > register it using both methods as described on
> > > page 374, I was
> > > > unsuccessful. The first method, using RUN, kept
> > > resulting in an error
> > > > message about the load library not finding the
> > > module. I quadruple-checked
> > > > the path, and I know it is correct. So, then I
> > > tried using the Package and
> > > > Deployment Wizard, but got entirely confused as to
> > > what I was doing - the
> > > > book makes no attempt to explain which options to
> > > use with the Wizard.
> > > >
> > > > Can anyone suggest a way around this problem?
> > > Perhaps just a little
> > > > clarity on the Wizard would help.Thanks so much in
> > > advance!
> > > > Kirsten :)
> > > > ---
> > > > Change your mail options at
> > > http://p2p.wrox.com/manager.asp or
> > > > to unsubscribe send a blank email to
> > > 
> > > >
> > > >
> > >
> > >
> > >
> > > ---
> > > Change your mail options at
> > > http://p2p.wrox.com/manager.asp or
> > > to unsubscribe send a blank email to
> > 
> >
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Tax Center - forms, calculators, tips, more
> > http://taxes.yahoo.com/
> >
> > ---
> > Change your mail options at http://p2p.wrox.com/manager.asp or
> > to unsubscribe send a blank email to
>
> >
> >
>
>
>
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or
>to unsubscribe send a blank email to 
>



  Return to Index