During installation of Telerik Reporting Q3 2011 I got the error "Setup Wizard ended prematurely" without any hints to the problem causing that error.
I've found that there was an error in XML-syntax in file:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
(Opening that file in the internet-explorer gives an indication of the faulty line.)
In my case there was a question mark (?) instead of the closing quotation marks (") in the line:
I've found that there was an error in XML-syntax in file:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
(Opening that file in the internet-explorer gives an indication of the faulty line.)
In my case there was a question mark (?) instead of the closing quotation marks (") in the line:
<
add
name
=
"Npgsql Data Provider"
invariant
=
"Npgsql"
support
=
"FF"
description
=
".Net Framework Data Provider for Postgresql Server"
type="Npgsql.NpgsqlFactory, Npgsql,
Version
=
2
.0.11.0,
Culture
=
neutral
,
PublicKeyToken
=
5d8b90d52f46fda7
"/>