Development Environment:
Vsts2008 SP1
Ms SQL 2008
. NET Framework 3.5 SP1
Oxite version: oxite.2009.1.5
Problem description: Run oxite. sln with vs 2008 and prompt "tool-Option-database connection, configure SQL 2005". We will cancel this step and prompt that the class library fails to be loaded.
Solution:
First, compile the solution, select the project "oxite. Database", and right-click to remove or delete the project;
Then, append the Database "oxite. Database" in MS sql2008, which is located in oxite.2009.1.5 \ oxite \ oxitesite \ app_data.
Finally, modify the database connection string in Web. config as follows:
<Add name = "applicationservices" connectionstring = "Server = forefront; database = oxite. database; Integrated Security = true;"/>
Forefront is the name of ms SQL Server.
After completing the preceding steps, recompile the entire solution. The oxite works properly! Cool!