-
Compilation of ApacheFop.Net library on AnyCpu platform makes the PDF generation 10 times slower.
2009-05-29 22:42:06 UTC in NFop
-
The current implementation of IEnumerable.GetEnumerator expects the JSON object to be array, in order to be able to support it. However this method can be also supported thru IDictionary interface and should be available for JSON map object as well. I propose IEnumerable.GetEnumerator method to be modified to this:
IEnumerator IEnumerable.GetEnumerator ()
{
if ( type == JsonType.Object )
2009-03-01 05:00:28 UTC in LitJSON
-
Thank you Bob. I created a new project and fixed the issue. Still why not report a better error, with the URL you have just sent me? ;)
2008-12-05 00:11:25 UTC in Windows Installer XML (WiX) toolset
-
1. Open a VS project created with previous version of WiX 3.0.
2. Right-click on project and select Properties.
3. Select "Build" or "Tool Settings" tab.
Observed behavior:
An error occurred trying to load the page.
Value does not fall within the expected range.
Expected behavior:
The property page should open properly or at least report more detailed error information.
2008-12-04 22:14:00 UTC in Windows Installer XML (WiX) toolset
-
Okay Neil,
The solution with the option has worked. But still this is not normal behavior.
2008-12-04 22:08:24 UTC in Windows Installer XML (WiX) toolset
-
Yes, I did install Project Aggregator. And I have tried both x86 and x64 versions.
2008-12-01 03:57:55 UTC in Windows Installer XML (WiX) toolset
-
When you install the latest version of WiX (3.0.4721.0) on Vista x64 , the Visual Studio 2005 Solution Explorer doesn't display any project files. I have tried the 3.0.2925.0 installation and it DOES work properly.
2008-12-01 01:42:58 UTC in Windows Installer XML (WiX) toolset