Re: Error in deploy project
- From: "WT" <WT@xxxxxxxxxxxxxxxxx>
- Date: Fri, 19 May 2006 19:09:15 +0200
I will take a look to this approach, but it will not be easy. In fact I just
need classes that are in the App_Code of WTCRM. If I would separate
something in different assemblies, it would be App_Code....
Sorry to repeat but this was working easilly in 1.1
CS
"Steven Cheng[MSFT]" <stcheng@xxxxxxxxxxxxxxxxxxxx> a écrit dans le message
de news: sadKf3weGHA.4672@xxxxxxxxxxxxxxxxxxxxxxxx
Thanks for your response CS,
So I've got that you actually first use web deployment project to
precompile the ASP.NET 2.0 web application(into single assembly) ----
WTCRM.dll. Then creating another reusable module which reference the
WTCRM.dll. I'm afraid this is the potential cause since webdeployment
project did help us generate a single precompiled assembly for ASP.NET 2.0
project, however, the generated assembly contains all the classes which is
finally used by the ASP.NET runtime to avoid additional dynamic
compilation. Such precompiled assembly is certainly not recommended to be
used as other module or application's reference... Would you consider
pre-separate such class(in the web application) which may be further
referenced by other module into a class library project?
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
.
- Follow-Ups:
- Re: Error in deploy project
- From: Steven Cheng[MSFT]
- Re: Error in deploy project
- References:
- Error in deploy project
- From: WT
- RE: Error in deploy project
- From: Steven Cheng[MSFT]
- Re: Error in deploy project
- From: WT
- Re: Error in deploy project
- From: Steven Cheng[MSFT]
- Error in deploy project
- Prev by Date: Re: Newbie Question
- Next by Date: Re: Renaming App_Code.dll
- Previous by thread: Re: Error in deploy project
- Next by thread: Re: Error in deploy project
- Index(es):
Relevant Pages
|