Very Dissapointing

Last post 10-07-2009 1:33 AM by Ultramode. 7 replies.

Sort Posts:

  • Crying [:'(] Very Dissapointing

    11-03-2005, 11:47 AM
    • Member
      170 point Member
    • NotMyself
    • Member since 01-17-2004, 12:53 PM
    • Olympia, Wa
    • Posts 34
    This starter kit is quite the headache. I played with it in beta and finally gave up. Now that I have the actual release version, I see that not much has changed. In reading this forum I was able to at least get the kit running on my remote host, but have no easy way to create my user account on the database. The documentation is weak at best. I was hoping to use this kit as a jumping off point for exploreing the new features of 2.0... but I see I need to look else where...
  • Re: Very Dissapointing

    11-03-2005, 2:25 PM
    • Participant
      1,910 point Participant
    • aabruzzese
    • Member since 09-28-2005, 7:40 PM
    • Montreal, QC
    • Posts 464

     Hi,

     What is the nature of the problem you are having ?

     I got the kit up and running after a bit of the usual headache, it was mostly a matter of setting up the DB, then using the
     WAT tool in Visual Studio 5.0 to create the Admin user when pointing to the Remote DB.

     I also made some changes to the site in general  and it works just fine.

     I am now looking to fix the slow initial page load due to the PhotoAlbum Random image being slow.

     I did see a few contributions but they were all in C# at this point I am using the VB.Net version.

     you can take a look at www.angeloabruzzese.com

    AngeloA
  • Re: Very Dissapointing

    11-03-2005, 5:06 PM
    • Member
      170 point Member
    • NotMyself
    • Member since 01-17-2004, 12:53 PM
    • Olympia, Wa
    • Posts 34
    I think my complaint was more about the quality of the starter kit. I did eventually get it working by reading posts on this forum. For a starter kit, the documentation was pretty weak.
  • Indifferent [:|] Re: Very Dissapointing

    11-03-2005, 5:12 PM
    • Participant
      1,910 point Participant
    • aabruzzese
    • Member since 09-28-2005, 7:40 PM
    • Montreal, QC
    • Posts 464

    On that point I must agree,

     As a Starter kit it is sending you off on many a wild chase as opposed to a good central HardCore "RTFM" repository.

     Also it has a few design flaws but then again it is free so who is to complain.

     I am just waiting to hear when Microsoft will go to xxxxx.ASPY  pages as opposed to xxxxxxx.ASPX  and then of course
    that new paradigm will no longer be legacy compatible so you will not be able to retrofit you old experience into the new
    model.

     I am very cautious when thinking of giving a good segment of my learning curve time to Microsoft and it's new fangdangled
    development tools.

     
    AngeloA
  • Re: Very Dissapointing

    11-04-2005, 1:28 PM
    • Contributor
      5,570 point Contributor
    • DeveloperMCDBA
    • Member since 05-08-2005, 8:08 AM
    • Deltona, FL, USA
    • Posts 1,114
     aabruzzese wrote:



     you can take a look at www.angeloabruzzese.com



     

    Server Error in '/personal' Application.

    Compilation Error

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30451: Name 'FormView1' is not declared.

    Source Error:

    Line 4:  	Public Sub Randomize(ByVal sender As Object, ByVal e As EventArgs)
    Line 5:  		Dim r As Random = New Random
    Line 6:  		FormView1.PageIndex = r.Next(FormView1.PageCount)
    Line 7:  	End Sub
    Line 8:  

    Source File: c:\WebSites\Abruzzese\angeloabruzzese.com\Personal\Default.aspx.vb    Line: 6



    c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\App_Code.85yapqc2.DLL" /R:"c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\App_Web_qn-ldfpg.DLL" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\App_global.asax.7hrpcuab.DLL" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /out:"c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\App_Web_default.aspx.cdcab7d2.idgxyaro.dll" /D:DEBUG=1 /debug+ /win32resource:"c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\8rfvyztu.res" /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls  "c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\8rfvyztu.0.vb" "c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\8rfvyztu.1.vb" "c:\windows\microsoft.net\framework\v2.0.50215\Temporary ASP.NET Files\personal\de01d2d4\7b717ca6\8rfvyztu.2.vb"
    
    
    Microsoft (R) Visual Basic Compiler version 8.0.50215.44
    for Microsoft (R) .NET Framework version 2.0.50215.44
    Copyright (C) Microsoft Corporation 1987-2003. All rights reserved.
    
    c:\WebSites\Abruzzese\angeloabruzzese.com\Personal\Default.aspx.vb(6) : error BC30451: Name 'FormView1' is not declared.
    
            FormView1.PageIndex = r.Next(FormView1.PageCount)
            ~~~~~~~~~                                        
    c:\WebSites\Abruzzese\angeloabruzzese.com\Personal\Default.aspx.vb(6) : error BC30451: Name 'FormView1' is not declared.
    
            FormView1.PageIndex = r.Next(FormView1.PageCount)
                                         ~~~~~~~~~           
    


    Line 1:    #ExternalChecksum("c:\WebSites\Abruzzese\angeloabruzzese.com\Personal\Default.aspx.vb","{406ea660-64cf-4c82-b6f0-42d48172a799}","451D6C3D19D2E49DDA2293922D46A53D")
    Line 2:    
    Line 3:    #ExternalSource("c:\WebSites\Abruzzese\angeloabruzzese.com\Personal\Default.aspx.vb",1)
    Line 4:    Partial Class Default_aspx
    Line 5:        Inherits System.Web.UI.Page
    Line 6:    
    Line 7:    	Public Sub Randomize(ByVal sender As Object, ByVal e As EventArgs)
    Line 8:    		Dim r As Random = New Random
    Line 9:    		FormView1.PageIndex = r.Next(FormView1.PageCount)
    Line 10:   	End Sub
    Line 11:   
    Line 12:   End Class
    Line 13:   
    Line 14:   #End ExternalSource
    Line 15:   
    function OnToggleTOCLevel1(level2ID) { var elemLevel2 = document.getElementById(level2ID); if (elemLevel2.style.display == 'none') { elemLevel2.style.display = ''; } else { elemLevel2.style.display = 'none'; } }


    Version Information: Microsoft .NET Framework Version:2.0.50215.44; ASP.NET Version:2.0.50215.44
  • Huh? [:^)] Re: Very Dissapointing

    11-04-2005, 1:44 PM
    • Participant
      1,910 point Participant
    • aabruzzese
    • Member since 09-28-2005, 7:40 PM
    • Montreal, QC
    • Posts 464

     Yes of course,

     I am messing with it and at times one plays with things and they are temporarily broken.

     I do not have a Test Domain and then a Production Domain... LOL

     I will be correcting the problem when I get home tonight from the office.

    AngeloA
  • Re: Very Dissapointing

    11-04-2005, 5:18 PM
    • Participant
      1,910 point Participant
    • aabruzzese
    • Member since 09-28-2005, 7:40 PM
    • Montreal, QC
    • Posts 464
    ok,

     I fixed it.
    AngeloA
  • Re: Very Dissapointing

    10-07-2009, 1:33 AM
    • Member
      2 point Member
    • Ultramode
    • Member since 10-06-2009, 10:00 PM
    • Posts 2

    why don't you tell us newbie what the *** you did to fix it 

Page 1 of 1 (8 items)