M
moondaddy
I installed the exception management block on my computer and it defaulted
to:
C:\Program Files\Microsoft Application Blocks for .NET\Exception
Management\Code\VB\
Now I want to make a copy of that project in a different location where I
can experiment with customizing it while leaving the original project safe
and intact. So I copied everything to its new location OK, but now I need
to run:
Installutil.exe Microsoft.ApplicationBlocks.ExceptionManagement.dll
to complete the process and get it to compile. My question is; in the above
command line, how does it know to use the
Microsoft.ApplicationBlocks.ExceptionManagement.dll in the new location and
not the original? How would I write the command line for the new project's
folder is:
C:\Inetpub\wwwroot\ExceptionManagementBlock\
This is just a temporary location so its close to the project using it.
Normally I wouldn't stick it in wwwroot.
Can anyone advise me on how to do this?
Thanks.
to:
C:\Program Files\Microsoft Application Blocks for .NET\Exception
Management\Code\VB\
Now I want to make a copy of that project in a different location where I
can experiment with customizing it while leaving the original project safe
and intact. So I copied everything to its new location OK, but now I need
to run:
Installutil.exe Microsoft.ApplicationBlocks.ExceptionManagement.dll
to complete the process and get it to compile. My question is; in the above
command line, how does it know to use the
Microsoft.ApplicationBlocks.ExceptionManagement.dll in the new location and
not the original? How would I write the command line for the new project's
folder is:
C:\Inetpub\wwwroot\ExceptionManagementBlock\
This is just a temporary location so its close to the project using it.
Normally I wouldn't stick it in wwwroot.
Can anyone advise me on how to do this?
Thanks.