Please, anybody help...

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

    #1

    Please, anybody help...

    OK, here's my problem. I have a .net Web application created on my localhost using a file share that I upload to my Windows 2003 Server. Anyway, it does not matter where I run the application, either locally or on the 2003 machine, when I go to the third page that dynamically loads a user control based off of a query string value I receive the following error, that is nothing but Greek to me

    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: CS1595: 'alss_dev.contr ols.blank' is defined in multiple places; using definition from 'c:\WINNT\Micro soft.NET\Framew ork\v1.1.4322\T emporary ASP.NET Files\alss_dev\ b23ad0af\a21862 c7\assembly\dl2 \ea5aa0bd\b4404 809_1bfcc301\al ss_dev.DLL

    Source Error
    Line 27:
    Line 28: [System.Runtime. CompilerService s.CompilerGloba lScopeAttribute ()
    Line 29: public class blank_ascx : alss_dev.contro ls.blank
    Line 30:
    Line 31: private static bool __initialized = false


    Source File: c:\WINNT\Micros oft.NET\Framewo rk\v1.1.4322\Te mporary ASP.NET Files\alss_dev\ b23ad0af\a21862 c7\ktk9w3jm.0.c s Line: 29

    Any help or insite would be greatly appreciated
    Jim
Working...