exist in both position

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

    exist in both position

    Error 7 The type 'Poll_Poll' exists in both
    'c:\WINDEV\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
    Files\minoks\c1 1c00c9\ceb0f72e \App_Web_-awdefif.dll' and
    'c:\WINDEV\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
    Files\minoks\c1 1c00c9\ceb0f72e \App_Web_xsfyw7 ml.dll'
    c:\inetpub\wwwr oot\Minoworks\P oll\PollView.as cx 131


    what kind of error is this?
    what does "exist in both position " mean?


  • sotec

    #2
    Re: exist in both position

    when i compile this project it works well and there is no error ocurr
    but when this project publish this error occur and publishing stop


    "sotec" <somequestion@g mail.com> wrote in message
    news:%23JUWm4AD GHA.1384@TK2MSF TNGP11.phx.gbl. ..[color=blue]
    > Error 7 The type 'Poll_Poll' exists in both
    > 'c:\WINDEV\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
    > Files\minoks\c1 1c00c9\ceb0f72e \App_Web_-awdefif.dll' and
    > 'c:\WINDEV\Micr osoft.NET\Frame work\v2.0.50727 \Temporary ASP.NET
    > Files\minoks\c1 1c00c9\ceb0f72e \App_Web_xsfyw7 ml.dll'
    > c:\inetpub\wwwr oot\Minoworks\P oll\PollView.as cx 131
    >
    >
    > what kind of error is this?
    > what does "exist in both position " mean?
    >[/color]


    Comment

    • rsphere@gmail.com

      #3
      Re: exist in both position

      did you ever resolve this? i have the same problem.

      Comment

      • sotec

        #4
        Re: exist in both position

        yes, i solved this problem.
        you may made same class name in same namespace
        like this
        a.ascx - class name a
        a.aspx - class name a
        both page are exactly same class name
        i think you may have to change this..

        <rsphere@gmail. com> wrote in message
        news:1136907648 .474373.96240@g 47g2000cwa.goog legroups.com...[color=blue]
        > did you ever resolve this? i have the same problem.
        >[/color]


        Comment

        Working...