RE: Avoiding dynamic generation (+compilation) of XML-Serialization cl
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Thu, 23 Mar 2006 03:36:33 GMT
{\rtf1\ansi\ansicpg936\deff0\deflang1033\deflangfe2052{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\lang2052\f0\fs20 Hi tqvist,
\par
\par Welcome to the MSDN newsgroup.
\par
\par As for the Xml serialization assemblies, based on my research there is not built-in support on pregeneration of them(like what we can do in the .NET 2.0). So far what I can get are the following two options:
\par
\par 1. There exists an hotfix for .net 1.1's webservice client-side application, we can use it to build a custom pregeneration tool to pregenerate serialization assembies for webservcie client proxy. However, this seems to be specific to webservice client proxy rather than all kinds of xmlserization. You can have a look to see whether it helps:
\par
\par #FIX: Web service clients regenerate serialization assemblies every time that the application runs
\par http://support.microsoft.com/?id=872800
\par
\par
\par
\par 2.You can also try NGEN tool which can help make our .net application/assembly prebuilt into native images, it can help improve client application's startup performance.
\par
\par #Native Image Generator (Ngen.exe)
\par http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfnativeimagegeneratorngenexe.asp?frame=true
\par
\par
\par Hope this helps some.
\par
\par Regards,
\par
\par Steven Cheng
\par Microsoft Online Community Support
\par
\par
\par ==================================================
\par
\par When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue.
\par
\par ==================================================
\par
\par
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par
\par }
- Prev by Date: Re: How to change the Web Services template for viewing available operations and calling them
- Next by Date: Re: How to change the Web Services template for viewing available operations and calling them
- Previous by thread: How to change the Web Services template for viewing available operations and calling them
- Next by thread: How to post an XML file to HTTPS using vb.net 2005
- Index(es):
Loading