RE: precompile

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi chaz,

I may have made some mistake in my previous reply. The aspnet_compiler.exe
will not load all Code Provider on startup; it only loads specific Code
Provider when you specified according language in your WebForm.

The VJ# redist package is not included in .NET Framework; it's a separate
package which can be downloaded here:

#Download details: Microsoft Visual J# Version 2.0 Redistributable Package
http://www.microsoft.com/downloads/details.aspx?familyid=F72C74B3-ED0E-4AF8-
AE63-2F0E42501BE1&displaylang=en

I've done some test: using a clean Win2003 setup, install .NET 2.0
Framework, then copy a website which only use C# languages. When I run
aspnet_compiler.exe to precompile it, it works correctly. If I create a new
webform which is using J# as its language, aspnet_compiler.exe reports the
error as you're seeing. So I think the J# Code Provider is only loaded when
you have WebForm which is using J# as its language.

Please reply here to let me know whether or not you need further
information. Thank you.

Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
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.

.