Hi,
I’ve heard that user hooks will only work if compiled with MS Visual Studio v2003 (not later) and/or .NET v1 (not 2). Which of these is true? Thanks,
Michael Siminski
Hi,
I’ve heard that user hooks will only work if compiled with MS Visual Studio v2003 (not later) and/or .NET v1 (not 2). Which of these is true? Thanks,
Michael Siminski
Hello Michael
The general rule is that the User Hooks have to be built for .NET 1.1.
This is easiest made with VS 2003. However, I read a few blogs and some discussion threads about the issue of building .NET 1.1 apps in VS 2005. It seems to work, but the project files need some manual work.
See: http://msdn2.microsoft.com/en-us/vs2005/aa718347.aspx
BR
Mats
Hi Mats,
Thanks. PickMaster 3.12 comes with .NET v2 included, so I am a little surprised that it is not supported in user hooks?
Thanks,
Michael