J
jp2msft
Using VS2005:
We have created custom class projects that output to DLL files.
In our App, we add these to the list of Solution References and include them
in the code.
When the App compiles, it places copies of the DLL files in the output
(bin's Debug/Release folders).
Now we are trying to test the deployment. We created an Installer project
and listed each of the DLL files with the Exclude property set to False.
We install the application, and there are no errors.
When we launch the application, it appears to be crashing about where it is
supposed to be accessing one of the DLL files.
Is there something special that needs to be done to install DLL files along
with a project?
I tried manually registering them using the Run command and "regsvr32", but
none of the DLLs have entry points, and nothing was registered.
We have created custom class projects that output to DLL files.
In our App, we add these to the list of Solution References and include them
in the code.
When the App compiles, it places copies of the DLL files in the output
(bin's Debug/Release folders).
Now we are trying to test the deployment. We created an Installer project
and listed each of the DLL files with the Exclude property set to False.
We install the application, and there are no errors.
When we launch the application, it appears to be crashing about where it is
supposed to be accessing one of the DLL files.
Is there something special that needs to be done to install DLL files along
with a project?
I tried manually registering them using the Run command and "regsvr32", but
none of the DLLs have entry points, and nothing was registered.