ASP.NET project into dll
-
Hi Gurus! I got an ASP.NET web project, in C# and I want to make some sub systems in my project security for example) into assembly dll in C#. Is it possible? And what is the best way to do it? Should I start new project as dll and copy-paste my code into it? xedom developers team
-
Hi Gurus! I got an ASP.NET web project, in C# and I want to make some sub systems in my project security for example) into assembly dll in C#. Is it possible? And what is the best way to do it? Should I start new project as dll and copy-paste my code into it? xedom developers team
hi, this is my small suggection. Before getting into creating .dll. better be very clear about the security and level of access of your asp.net logics. ************************** S r e e j i t h N a i r **************************
-
hi, this is my small suggection. Before getting into creating .dll. better be very clear about the security and level of access of your asp.net logics. ************************** S r e e j i t h N a i r **************************
Well actually I createde a Library project, add existing web page (aspx&cs files) and sucessfully compiled it. But when in other test project I add reference an my dll and just inherits my page from page that is in dll the following exception occurs: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object this occurs in public void InitializeComponent() { of the page dll class. Can you answer mr what happpens? xedom developers team
-
Well actually I createde a Library project, add existing web page (aspx&cs files) and sucessfully compiled it. But when in other test project I add reference an my dll and just inherits my page from page that is in dll the following exception occurs: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object this occurs in public void InitializeComponent() { of the page dll class. Can you answer mr what happpens? xedom developers team
hi, i am confused. plese little bit more explanation ...:eek: ************************** S r e e j i t h N a i r **************************
-
hi, i am confused. plese little bit more explanation ...:eek: ************************** S r e e j i t h N a i r **************************
i found solution - ascx :laugh: I decided to create my form as ascx control xedom developers team
-
i found solution - ascx :laugh: I decided to create my form as ascx control xedom developers team
hi, Ok. that is good. please share it to others through this forum.;) ************************** S r e e j i t h N a i r **************************