Saturday, March 31, 2012

Single page assembly model problem

is anyone know why and how to overcome this problem discussed on this thread.

http://forums.microsoft.com/MSDN/Sh...984652&SiteID=1not sure what the problem is you want to solve.

asp.net creates a dll per page. in web site mode, the code behind is a
partial class file included in the page dll. in application mode, the
code behinds are all compiled into one dll by visual studio and placed
in the bin folder, and the page (.aspx) is compiled into a dll that
inherits from the class in the common dll.

so in site mode a single page site will have one dll, a web application
site will have two.

-- bruce (sqlwork.com)

Dan wrote:

Quote:

Originally Posted by

is anyone know why and how to overcome this problem discussed on this thread.
>
http://forums.microsoft.com/MSDN/Sh...984652&SiteID=1
>


hi bruce, have a read on the main thread
http://forums.microsoft.com/MSDN/Sh...984652&SiteID=1 I have
found a solution for it.

"bruce barker" wrote:

Quote:

Originally Posted by

not sure what the problem is you want to solve.
>
asp.net creates a dll per page. in web site mode, the code behind is a
partial class file included in the page dll. in application mode, the
code behinds are all compiled into one dll by visual studio and placed
in the bin folder, and the page (.aspx) is compiled into a dll that
inherits from the class in the common dll.
>
so in site mode a single page site will have one dll, a web application
site will have two.
>
-- bruce (sqlwork.com)
>
>
>
>
>
>
Dan wrote:

Quote:

Originally Posted by

is anyone know why and how to overcome this problem discussed on this thread.

http://forums.microsoft.com/MSDN/Sh...984652&SiteID=1


>

0 comments:

Post a Comment