Limitation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M

    Limitation

    There are some limitation list in vb3-vb6 documatations
    such as how many controls can be placed in a form. and global varibles in
    project...

    what about VB.NET.
    I have a project and total files size in the project is over 40M.
    One of the form's size is around 3 M.

    I find I cannot load the project, It said a unspecified error occur when
    loading the form.

    Thanks


  • Herfried K. Wagner [MVP]

    #2
    Re: Limitation

    * "M" <mxchen@hotvoic e.com> scripsit:[color=blue]
    > There are some limitation list in vb3-vb6 documatations
    > such as how many controls can be placed in a form. and global varibles in
    > project...
    >
    > what about VB.NET.
    > I have a project and total files size in the project is over 40M.
    > One of the form's size is around 3 M.
    >
    > I find I cannot load the project, It said a unspecified error occur when
    > loading the form.[/color]

    Basically, there should not be any fixed limitations, but if your
    machine runs out of memory or your files are corrupted, there may be
    load errors.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...