Oxite is running properly.

Source: Internet
Author: User
Tags sql 2008

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!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.