Search

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

Matching Posts

  • Visual Studio .Net 2003 - Debugging Problem

    Hi, I am using Visual Studio.Net 2003 for a web application. It was doing debugging very smoothly. But suddenly it has stopped debugging. Doesn't give any error, and also doesn't stop on the break points. I made another web application, and it is also having the same problem. Any suggessions on this ? Regards, Shabber.
    Posted to Visual Studio .NET 2003 and Visual Studio .NET 2002 (Forum) by shabber on 6/26/2009
    Filed under: "asp.net 1.1 debug"
  • Re: Reverse Engineering Problem

    Its not specific to DNN. Its a reverse engineering issue. Thanks.
    Posted to Configuration and Deployment (Forum) by shabber on 6/15/2009
  • Reverse Engineering Problem

    Hi, I am doing reverse engineering of a dotnetnuke application. I generated code from a dll and when integrated that code in the applicaiton it gives the following error. DotNetNuke.ModuleLoadException: Unhandled Error Loading Module ---> System.Web.HttpException: External component has thrown an exception. ---> System.Web.HttpCompileException: External component has thrown an exception. at System.Web.Compilation.BaseCompiler.ThrowIfCompilerErrors(CompilerResults results, CodeDomProvider codeProvider
    Posted to Configuration and Deployment (Forum) by shabber on 6/15/2009
  • Re: Compile Time Error

    Thanks. I changed the project properties and it worked.
    Posted to Visual Basic .NET (Forum) by shabber on 5/28/2009
  • Compile Time Error

    Hi, I am doing reverse engineering of a web application developed in VB.NET 2003. I have reverse engineered one of its dll using a tool names "Reflector". This tool provided the output in terms of a Visual Studio Project. When I rebuild this project then it gives the following error "Project-level conditional compilation constant 'DEBUG;TRACE : CONFIG="Debug" : DEBUG=-1 : TRACE=-1 ' is not valid: Character is not valid." Any suggessions for this. Thanks &
    Posted to Visual Basic .NET (Forum) by shabber on 5/27/2009
  • DotNetNuke Error: Specified cast is not valid.

    Hi, I am using the DotNetNuke Version 2.1.2. And using following code in data provider. Public Shared Function Instance() As WH.PPSB.MPFPayment.DataProvider Dim key As String = "WH.PPSB.MPFPayment.ppsbprovider" Dim cache As System.Web.Caching.Cache = HttpContext.Current.Cache 'If (cache.Item(key) Is Nothing) Then Dim providerConfiguration As providerConfiguration = providerConfiguration.GetProviderConfiguration("ppsb") Try Dim constructor As ConstructorInfo = Type.GetType
    Posted to Web Forms (Forum) by shabber on 4/30/2009
  • Re: DropDownList PostBack Problem

    Here is the html portion < asp : DropDownList CausesValidation ="true" CssClass ="NormalFont" ID ="ddlCategory" runat ="server" Width ="100%" AutoPostBack ="true" OnSelectedIndexChanged ="ddlCategory_SelectedIndexChanged" ></ asp : DropDownList > And here is the page load if (!Page.IsPostBack) { ddlCategory.DataSource = dsCategory.Tables[0]; ddlCategory.DataTextField = "CategoryName" ; ddlCategory.DataValueField
    Posted to Web Forms (Forum) by shabber on 12/19/2007
  • Re: DropDownList PostBack Problem

    Thanks for your input. But it didn't work. Regards.
    Posted to Web Forms (Forum) by shabber on 12/19/2007
  • Re: DropDownList PostBack Problem

    I am binding list only one time in !IsPostback in page load. So this is not the issue. As I have already mentioned that this problem occures only first time, after restarting the IIS, other wise it works fine.
    Posted to Web Forms (Forum) by shabber on 12/19/2007
  • Re: DropDownList PostBack Problem

    Yes. It is true.
    Posted to Web Forms (Forum) by shabber on 12/19/2007
Page 1 of 2 (11 items) 1 2 Next >