Telerik Forums
Community Forums Forum
3 answers
114 views
Hi guys,
    I am evaluating Telerik Reports for use with a Web application. I am running XP Professional SP3 with Visual Studio 2008 ( version 9.0.30729.1 ) and .Net Framework 3.5.

I installed the trial version, Telerik_Reporting_2008_3_1402_trial.msi, and found that when I opened my Visual Studio 2008 only the 'Report Viewer' had been added to the toolbox. Also the menu header 'Telerik Reporting' had been added but with 'Upgrade Wizard' as the only option. When I add a new item to my application and choose 'Telerik Report Q3 2008' the report wizard does not display.

Can someone help me please?

Tony
Steve
Telerik team
 answered on 27 Feb 2009
0 answers
88 views
We are looking for an immediate contract developer to help rebuild an existing back-end admin currently built in ASP 2.0. No controls were used in the existing solution. The purpose of the rebuild is to update the interface to provide a more rich user experience and also to add new functionality.

Please respond as soon as possible to admin@myriadmedia.com

Thanks.
Jeff
Top achievements
Rank 1
 asked on 26 Feb 2009
1 answer
100 views
Hi guys,
     is it possible to use a Web service as the report datasource? I've downloaded and am looking at the VB.ReportExamples application. The report wizard gives me only two choices of datasource, a Database or an Data Object. How do I reference a web service?

thanks in advance

Tony
Steve
Telerik team
 answered on 24 Feb 2009
0 answers
106 views
Hello,
Check it at Things you may not know about jQuery

Regards
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 21 Feb 2009
0 answers
101 views
Hello,
I hope, you find some good notes at 5 Ways to Instantly Write Better CSS

Best regards
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 21 Feb 2009
2 answers
179 views
Hi,

(I'm not sure if it is a right place to ask this question but...)
Am I right that any forum's thread disappear from its forum after converting it to a support ticket? If yes -  the next question: is there any place where support tickets can be seen by everybody?

Regards
Tomasz
tmlipinski
Top achievements
Rank 1
 answered on 19 Feb 2009
2 answers
164 views
sir,
    provide for ajax meterial and faq's
i look for job please give me the ajax meterial and faq's.
my email address : din_ganta@yahoo.co.in
Yamuna
Top achievements
Rank 1
 answered on 19 Feb 2009
0 answers
106 views
Hello,
I hope this useful
ASP.NET Control Toolkit – JQuery Equivalents

Best regards,
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 10 Feb 2009
2 answers
108 views
Last Thu, 01/29, I was all geared-up for the webinar, even received a reminder notice just minutes prior.  Unfortunately, a few minutes later I received a cancellation notice.

I haven't heard anything about this week's webinar.  Are they still going to be weekly?  If so, did I miss the announcement for this week or is one not scheduled?
MWM
Top achievements
Rank 1
 answered on 05 Feb 2009
1 answer
184 views
The telerik trainer software is working great.  But I can't use the code that is sent with it when a database connection is required.  I am getting the following error:

 

Server Error in '/WebSite' Application.

An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)



Stack Trace:

[SqlException (0x80131904): An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800131
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
   System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +737554
   System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +114
   System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +421
   System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +181
   System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +173
   System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +357
   System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +30
   System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424
   System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +494
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.SqlClient.SqlConnection.Open() +111
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +121
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83
   System.Web.UI.WebControls.SqlDataSourceView.ExecuteSelect(DataSourceSelectArguments arguments) +1770
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +17
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +149
   Telerik.Web.UI.GridTableView.PerformSelect() +4
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +70
   Telerik.Web.UI.GridTableView.DataBind() +304
   Telerik.Web.UI.RadGrid.DataBind() +77
   System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() +82
   System.Web.UI.WebControls.CompositeDataBoundControl.CreateChildControls() +69
   System.Web.UI.Control.EnsureChildControls() +87
   Telerik.Web.UI.GridBaseDataList.get_Controls() +12
   Telerik.Web.UI.RadAjaxControl.PopulatePlainPanels(Control parent, List`1 list, Control root) +66
   Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) +1174
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnPreRender(EventArgs e) +2117788
   System.Web.UI.Control.PreRenderRecursiveInternal() +86
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041

I've looked up that error on the web and done a couple of things...

1) installed the adventureworks database
2) updated the sql server express instance to allow both named pipes and TCP/IP connections.

Is there something else that I need to do to make the items work???

Thanks!

Cory Aston
Ivo
Telerik team
 answered on 05 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?