5 Answers, 1 is accepted
0
Hi HR,
Unfortunately the information you've provided is insufficient for us to pinpoint the exact problem. Can you provide the whole error message and the stack trace that comes with it? Also any additional information such as steps to reproduce this locally would be highly appreciated.
Regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Unfortunately the information you've provided is insufficient for us to pinpoint the exact problem. Can you provide the whole error message and the stack trace that comes with it? Also any additional information such as steps to reproduce this locally would be highly appreciated.
Regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
HR
Top achievements
Rank 1
answered on 20 Jun 2008, 12:09 PM
hi Steve,
i had create new website in asp.net
right click on the root and select the TelerikReport .then added to the application.
right click on Report1.cs and select the ViewDesign ,
then error occured .
the message was appered in MessageBox
The error message is "overflow error"
i had create new website in asp.net
right click on the root and select the TelerikReport .then added to the application.
right click on Report1.cs and select the ViewDesign ,
then error occured .
the message was appered in MessageBox
The error message is "overflow error"
0
Hi HR,
The details you provide did not help much in figuring out what's happen. Would it be feasible to see Visual Studio log? To obtain the log you can add in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.config this section:
<configuration>
...
<system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\DEVENV.LOG" />
<remove name="Default" />
</listeners>
</trace>
</system.diagnostics>
</configuration>
Please, send us the resulting devenv.log for preview.
Also you can use Assembly Binding Log Viewer to obtain the log and send it to us for investigation.
Additionally you can check if all required assemblies are in the GAC - see the attached screenshot.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
The details you provide did not help much in figuring out what's happen. Would it be feasible to see Visual Studio log? To obtain the log you can add in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.config this section:
<configuration>
...
<system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\DEVENV.LOG" />
<remove name="Default" />
</listeners>
</trace>
</system.diagnostics>
</configuration>
Please, send us the resulting devenv.log for preview.
Also you can use Assembly Binding Log Viewer to obtain the log and send it to us for investigation.
Additionally you can check if all required assemblies are in the GAC - see the attached screenshot.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
HR
Top achievements
Rank 1
answered on 21 Jun 2008, 06:59 AM
hi Steve..
i got anothr error..i didn't rectify old error,iam doing new application in another mechine
while adding datasouce i.e SQLDataadapter to the report it is showing error
"Error HRESULT E_FAIL has been returned from a call to a COM component"
1.added new item ie Report to myApplication in asp.net.
2.open report in Designview
3.place the SQLDataadapter ,configured the sqldataadpter
4.then . while adding sqldataadapter to the report ie
when i click on datasouce in properties window it is showing error messagebox
with message "Error HRESULT E_FAIL has been returned from a call to a COM component"
i got anothr error..i didn't rectify old error,iam doing new application in another mechine
while adding datasouce i.e SQLDataadapter to the report it is showing error
"Error HRESULT E_FAIL has been returned from a call to a COM component"
1.added new item ie Report to myApplication in asp.net.
2.open report in Designview
3.place the SQLDataadapter ,configured the sqldataadpter
4.then . while adding sqldataadapter to the report ie
when i click on datasouce in properties window it is showing error messagebox
with message "Error HRESULT E_FAIL has been returned from a call to a COM component"
0
Hi HR,
We were unable to reproduce the problem locally and the error is not directly related to our Reporting product (more info). Please review the following help article and if still having problems - send us your corrupted report in a support ticket. Once we review it, we would be able to advise you accordingly.
Also it might be a good idea to check your event viewer for more info as to what is causing these errors, as you might have a corrupted VS installation or some other problem that you're unaware of.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
We were unable to reproduce the problem locally and the error is not directly related to our Reporting product (more info). Please review the following help article and if still having problems - send us your corrupted report in a support ticket. Once we review it, we would be able to advise you accordingly.
Also it might be a good idea to check your event viewer for more info as to what is causing these errors, as you might have a corrupted VS installation or some other problem that you're unaware of.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center