Install problems

Last post 09-28-2004, 7:58 PM by MichaelCaditz. 4 replies.
Sort Posts: Previous Next
  •  09-28-2004, 5:12 AM 1931

    Install problems

    I downloaded the demo version .zip file.
     
    1. Why is there both imageupload1.aspx and imageupload2.aspx? Which one is used? Imageupload1 does not seem to have any content.
     
    2. Why am I getting the runtime error "Name getstring not found"?
     
    3. The documentation (step 3 user manual) describes two files, default_cs.aspx and default_vb.aspx/ Where are these files?
     
    Thanks!
     
     
  •  09-28-2004, 8:55 AM 1936 in reply to 1931

    Re: Install problems

    MichaelCaditz,

     
    >> 1. Why is there both imageupload1.aspx and imageupload2.aspx? Which one is used? Imageupload1 does not seem to have any content.
     
    Imageupload1.aspx is not empty. The server side code is included in the code-behind page.
     
    >> 2. Why am I getting the runtime error "Name getstring not found"?
     
    Can you tell me your browser language setting? There must be some missing in the xml language file.
     
    >> 3. The documentation (step 3 user manual) describes two files, default_cs.aspx and default_vb.aspx/ Where are these files?
     
    The default_cs.aspx and default_vb.aspx don't exist any more.
     
    Please use the default.aspx and album.htm for testing.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-28-2004, 12:38 PM 1937 in reply to 1936

    Re: Install problems

    I appreciate your help. i'm sure I  am just don't understand yet how to integrate your files into my project..

     
    1. I do not see any code behind pages in the DotNetGallery.zip file I downloaded . Where are they located? The code in those .aspx  pages make no reference to code behind pages. When I add the .aspx pages I downloaded (imageupload1.aspx, imageupload2.aspx etc.) to my visual basic.net project, empty code behind pages are created for me. In fact, Page Language is changed from C# to VB. (Does dotnetgallery work in a VB project?)
     
    2. My browser is set to English (United States). I can view the photo gallery, but when I click the upload file button I get the "Name getstring not declared" error.
     
    3. Understood. The user manual need to be updated!
  •  09-28-2004, 6:45 PM 1941 in reply to 1937

    Re: Install problems

     MichaelCaditz wrote:
     
    1. I do not see any code behind pages in the DotNetGallery.zip file I downloaded . Where are they located? The code in those .aspx  pages make no reference to code behind pages. When I add the .aspx pages I downloaded (imageupload1.aspx, imageupload2.aspx etc.) to my visual basic.net project, empty code behind pages are created for me. In fact, Page Language is changed from C# to VB. (Does dotnetgallery work in a VB project?)
     
    The code-behind pages have been wrapped in to the component.
     
     
     MichaelCaditz wrote:
     
    2. My browser is set to English (United States). I can view the photo gallery, but when I click the upload file button I get the "Name getstring not declared" error.
     
     
    There must be some missing (upload string) in the xml language file.
     
     MichaelCaditz wrote:
     
    3. Understood. The user manual need to be updated!
     
    Sorry for that. We will provide a better documentation soon.
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-28-2004, 7:58 PM 1942 in reply to 1941

    Re: Install problems

    I believe I worked out my problems:

     
    When I added the .aspx files (imageupload1.aspx, imageupload2.aspx etc.) to my Visual Studio .Net project, Visual Studio CHANGED THE FIRST LINE OF CODE FOR ME. So rather than:
     
    <%@ Page language="c#" EnableViewState="true" ValidateRequest="False" AutoEventWireup="false" Inherits="DotNetGallery.Include.imageupload1" %>
     
    Visual Studio changed the code to:
     
    <%@ Page language="vb" EnableViewState="true" ValidateRequest="False" AutoEventWireup="false" Inherits="myproject.imageupload1 CodeBehind="imageupload1.aspx.vb"" %>
     
    Therefore, the code behind in the component was no longer referenced. When I change the code back to the original, it
    seems to work.
     
    Thanks for your help.
    <%@ Page language="c#" EnableViewState="true" ValidateRequest="False" AutoEventWireup="false" Inherits="DotNetGallery.Include.imageupload1" %><%@ Page language="c#" EnableViewState="true" ValidateRequest="False" AutoEventWireup="false" Inherits="DotNetGallery.Include.imageupload1" %><%@ Page language="c#" EnableViewState="true" ValidateRequest="False" AutoEventWireup="false" Inherits="DotNetGallery.Include.imageupload1" %>
View as RSS news feed in XML