Search

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

Matching Posts

  • Re: Errors in references and else.

    I understand you, but it loads from http://localhost:port. Even more, i loaded project to the server (playground-asp.net) and there i have : Request is not available in this context Maybe another ideas?
  • Errors in references and else.

    Good day. I downloaded the latest version of Kona today, installed db-files, changed connstring to <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Initial Catalog=aspnetdb;User ID=Oleg;Password=pass" providerName="System.Data.SqlClient" /> <add name="KonaConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=Kona;IUser ID=Oleg;Password=pass" providerName="System.Data.SqlClient" />
    Posted to ASP.NET MVC Storefront Starter Kit (Forum) by xyligan on 5/3/2009
    Filed under: references, Current), httpHandler.ProcessRequest(HttpContext, InvalidOperationException
  • Re: HELP, cant compile (

    Now it works good
  • Re: HELP, cant compile (

    ...\Commerce.Web\App\Views\Shared\UserNamePasswordLogin.ascx(7,34): error CS1061: 'System.Web.Mvc.HtmlHelper' does not contain a definition for 'TextBox' and no extension method 'TextBox' accepting a first argument of type 'System.Web.Mvc.HtmlHelper' could be found (are you missing a using directive or an assembly reference?) ..\Commerce.Web\App\Views\Shared\UserNamePasswordLogin.ascx(11,34): error CS1061: 'System.Web.Mvc.HtmlHelper' does not contain a definition
  • Re: HELP, cant compile (

    It works, thanks. I have new question: While debugging, i a have new error, here: StructureMapControllerFactory namespace Commerce.MVC.Web.Controllers { public class StructureMapControllerFactory: DefaultControllerFactory { protected override IController GetControllerInstance(Type controllerType) { IController result = null; try { result= ObjectFactory.GetInstance(controllerType) as Controller; } catch(StructureMapException) { System.Diagnostics.Debug.WriteLine(ObjectFactory.WhatDoIHave()); throw;
  • HELP, cant compile (

    Soft: Visual Studio 2008 SP1, MVC RC1, .NET 3.5 Downloaded version - 17126 Full image : http://phone.km.ua/error_list.png Thanks a lot
  • Using MS SQL as log storage.

    Idea - write all info about some transaction event in one record. sample id message_ 1 info1... info2.. //after execution of this stored procedure 1 USE [my_db] 2 GO 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 //one record - one transaction . 8 //I want to append new information in [message_] (last record + new info + some new info) 9 10 ALTER PROCEDURE [dbo].[UpdateLogRecord] 11 ( 12 @id varchar (50), 13 @message varchar (300) //this info i want to append to [message_] column 14
  • ASP.NET 3.5, Silverlight, etc in KIEV

    I`m a student of KPI(4-th course), working as a service-engineer with big CRM (.NET 2.0 ASP.NET, C#), but learn and work with the latest technologies are more interesting for me. So i want a work with web-projects based on .NET 3.5, in Kiev office. As a student i can work only a half of day in study period (september-july) and full 40-hours weeks in summer. In perspective, latest courses will take less of my time. To other students in KIEV: If you also want to learn and work with .NET 3.5, lets do
    Posted to Jobs (Forum) by xyligan on 7/16/2008
  • Re: The report you requested requires further information

    You solution did`t help me, but i find another way : private void ConfigureCrystalReports() { customerReport = new ReportDocument(); string reportPath = Server.MapPath("~/Rep/CrystalReport2.rpt"); customerReport.Load(reportPath); TestDataSet dataSet = new TestDataSet(); customerReport.SetDatabaseLogon("####", "####", "####", "####"); customerReport.SetDataSource(dataSet); CrystalReportViewer1.ReportSource = customerReport; }
    Posted to Crystal Reports (Forum) by xyligan on 6/16/2008
Page 1 of 1 (10 items)