Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends

i have developed application in visual studio 2010, and i use crystal report Version 13_0_2.

And i create file setup for my application, when i try to view report,I get error "application's name stopped working".

I have installed CRRuntime_32bit_13_0_2 on client pc already.


plz help...:(
Posted
Updated 25-May-15 16:30pm
v2
Comments
Dianne Ramos 28-May-15 3:29am    
can you put a try/catch statement so that we'll know what's causing it.

try{
viewReport();
}
catch(Exception ex)
{
MessageBox.Show(ex.Message,"Message", MessageBoxButtons.Ok, MessageBoxIcon.Information);
}

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900