I did a clean install of the above, using the new epi server manager (1.2b). The site works fine, but when I opened the project in VS2003 and tried to build it, it gave me the following error:
C:\Inetpub\epi46\templates\wsrp\core\ProducerBaseSupport.cs(154): The type or namespace name 'TranslateEventArgs' could not be found (are you missing a using directive or an assembly reference?)
Which is the declaration of this function:
private static void ProducerFactory_TranslateEvent(object sender, TranslateEventArgs e)
This is on an install that I haven't changed a bit. Using .NET 1.1. I also tried downloading the templates zip file from this site and using that (just in case), but to no avail.
Anyone had this problem? Solutions?
Thanks in advance.