H
Hugh Williams
I have a Visual Studio solution that includes two projects:
1) an unmanaged C++ project that produces a Win32 DLL
2) a C# web service
I want to have the build process for the web service copy the Win32 DLL to
the web service's /bin directory so that some P/Invoke calls will work.
Unfortunately, there are no pre- and post-build steps available in web
service projects.
Any suggestions?
1) an unmanaged C++ project that produces a Win32 DLL
2) a C# web service
I want to have the build process for the web service copy the Win32 DLL to
the web service's /bin directory so that some P/Invoke calls will work.
Unfortunately, there are no pre- and post-build steps available in web
service projects.
Any suggestions?