When compiling a XAF web application VS2005 inserts the following line into "web.config"
<add assembly="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies>
Because the assembly is not available on a clean 2003 server the XAF application crashes.
I found the following blog entry that describes the problem in more details:
http://geekswithblogs.net/chrisfalter/archive/2006/04/28/76685.aspx
Also I am wondering why references to "System.Data.OracleClient", "System.Design" and "System.Windows.Forms" are added. I am not using Oracle and it is a web application and not a windows forms application.
Joern
P.S.: If I remove the reference to "stdole" from web.config on the server everything seems to work - strange!