Help with EntLib and hotfix from KB 872800

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the Enterprise Library 1.0 for VS2003. I am using most of the
blocks so I have a tonne of configuration files.

Unfortunately I have developed a Smart Client and therefore it loads very
slow as XmlSerializer is called for all of the config files.

I've read some stuff on blogs but have not been able to find a direct
example of how I can use hotfix http://support.microsoft.com/kb/872800/ to
create the pre-compiled classes and then what to change in my application to
use the new files. I particularily want to use the second example in the
hotfix to generate strong-named assemblies.

Thanks,
Buzz
 
Hi

Have you tried to use the first approach in the kb link?
I think the second method will use the similar steps as in the KB link to
do the job.
the code under the
Alternative pregenerator sample
will be compiled as a console application and it will run as below.

g. Pregenerate the serializers for the Web service by using the prepared
PreGen.exe file. For example, if your proxy code is in the
WindowsApplication1.exe file, run the following command at a command
prompt:

PreGen.exe WindowsApplication1.exe

NOTE:This hotfix cannot be applied on a system that is running the
Microsoft .NET Framework 1.1 Service Pack 1. If you installed the .NET
Framework 1.1 Service Pack 1 and are experiencing the symptom that is
described in this article, request the hotfix rollup package that is
described in Microsoft Knowledge Base article 890673 to obtain a
resolution. For more information, click the following article number to
view the article in the Microsoft Knowledge Base:

Also what is the concrete problem you are encounter when you follow the
steps in the KB872800 link?

If you still have any concern, please feel free to post here.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
I was hoping to see what kind of code it would take to fix the Enterprise
Library but if you can send me the hotfix I can try the code out. I don't
want to go through the hassle and paperwork to get this hotfix.
 
Hi Buzz,

Thanks for you quick reply.
I understand your concern, but due to our support policy, we can not
provide hotfix to customer in the newsgroup.
If you need hotfix, you need to open a Service Request Incident to MSPSS to
request for the hotfix according to the KB link.

NOTE: As for case about request for hotfix, the incident is free.

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top