Search

You searched for the word(s): userid:877744

Matching Posts

  • Re: SQL Server (Express) - Requirements

    Hey, thanks for you replies! I had tried it in both ways. Having VS2008 and database server in the same box and also a dedicated databaser server and neither work. But after sever tests I took the drastic solution of rebuilding the database server with one on instance of SQL Server, the 2008 one. After that is seams everything is working now and I can a publish nad run my website properly. Thanks you for your time and help ;)
    Posted to Time Tracker Starter Kit (Forum) by krekas on 7/2/2009
  • Re: Publish Web Site

    Hi Thomas / Jeff, Yes that situation was happening everytime I created and object who's class file was under the 'App_Code' folder. Althought I am not sure what the problem was, I solved it by converting the web site to a web application and placed the *.cs files for those objects in the same folder as the aspx pages and everythign seams to be working fine. Thanks you guys for your time and help! ;)
    Posted to Configuration and Deployment (Forum) by krekas on 7/2/2009
  • Re: SQL Server (Express) - Requirements

    In my dev machine I have SQL Server Express 2005 and it works fine when the wen site is hosted on it and I cann access it from VS2008 Server Explorer window. On the web server I have tried: > SQL Server 2008 + SQL Sever Express 2008 > SQL Server 2008 + SQL Sever Express 2005 > SQL Server 2008 And now apparently running SQL Server 2008 only, I can publish it on the webserver and the application communicates properly with the database. Although, within VS2008 I cannot acces the database via
    Posted to Time Tracker Starter Kit (Forum) by krekas on 6/28/2009
  • Re: Publish Web Site

    Hi Jeff, [quote user="jeff@zina.com"]Code outside the App_Code folder has to be explicitly included[/quote] I test creating a new class and make a reference in the code behind of an aspx page using namespaces but I could not because it does not find the namespace. I also tried for the classes inside the App_Code folder to add a namespace, which in this case it is sucessful, but when the web site is published I still get the " Object reference not set to an instance of an object "
    Posted to Configuration and Deployment (Forum) by krekas on 6/28/2009
  • Publish Web Site

    Hello there! I added some extra functionality to the web site and for that I created new classes which are located under the "App_Code" folder. I complile and run the application locally on my machine and everything works fine. If I publish the website to a webserver, when it invoked and object who's class is under the "App_Code" folder, I get: " Object reference not set to an instance of an object. ". Wired behaviour considering the build does not output any errors
    Posted to Configuration and Deployment (Forum) by krekas on 6/26/2009
  • SQL Server (Express) - Requirements

    Hi there, What are the SQL requirment to have the website running? I did some testing on different machines which have a conbination of instalated SQL Server 2008, SQL Server 2005, SQL Server 2005 Express. In some the website works fine, in others I get: "cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.". Thanks ;)
    Posted to Time Tracker Starter Kit (Forum) by krekas on 6/26/2009
  • Re: SQL Server (Express) - Requirements

    I am using VS 2008 SP1
    Posted to Time Tracker Starter Kit (Forum) by krekas on 6/26/2009
Page 1 of 1 (7 items)