Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Problem signature:
  Problem Event Name:	CLR20r3
  Problem Signature 01:	erp_demo.exe
  Problem Signature 02:	1.0.0.0
  Problem Signature 03:	56533e94
  Problem Signature 04:	System.Data
  Problem Signature 05:	4.0.0.0
  Problem Signature 06:	4ba1e064
  Problem Signature 07:	24d7
  Problem Signature 08:	2c
  Problem Signature 09:	System.Data.SqlClient.Sql
  OS Version:	6.1.7601.2.1.0.256.1
  Locale ID:	1033
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txtProblem signature:
  Problem Event Name:	CLR20r3
  Problem Signature 01:	erp_demo.exe
  Problem Signature 02:	1.0.0.0
  Problem Signature 03:	56533e94
  Problem Signature 04:	System.Data
  Problem Signature 05:	4.0.0.0
  Problem Signature 06:	4ba1e064
  Problem Signature 07:	24d7
  Problem Signature 08:	2c
  Problem Signature 09:	System.Data.SqlClient.Sql
  OS Version:	6.1.7601.2.1.0.256.1
  Locale ID:	1033
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txtProblem signature:
  Problem Event Name:	CLR20r3
  Problem Signature 01:	erp_demo.exe
  Problem Signature 02:	1.0.0.0
  Problem Signature 03:	56533e94
  Problem Signature 04:	System.Data
  Problem Signature 05:	4.0.0.0
  Problem Signature 06:	4ba1e064
  Problem Signature 07:	24d7
  Problem Signature 08:	2c
  Problem Signature 09:	System.Data.SqlClient.Sql
  OS Version:	6.1.7601.2.1.0.256.1
  Locale ID:	1033
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt
Posted

1 solution

OK, there appears to be something wrong with some SQL functionality in your code. From what you posted, it's impossible to be any more specific than that.
 
Share this answer
 
Comments
prakash00060 25-Nov-15 23:28pm    
give me clear answer it is coming on that window where i take datetime picker and want to save it in database. i am taking this variable as string in c# and in database it is varchar.
prakash00060 25-Nov-15 23:29pm    
in local it is not giving any error.when i created the .exe file and install it on another machine then is fire exception.
prakash00060 25-Nov-15 23:30pm    
my connection string is in app.config and on page i define it in constractor.
Dave Kreskowiak 26-Nov-15 10:19am    
With the information you've provided, there is NO WAY FOR ANYONE to give a "clear answer" on this problem. You simply haven't provided enough information to troubleshoot this.

You have to get more information out of your code about what it's doing at the time of the crash. Without that, you're simply guessing at what's wrong.

But, with a newb like yourself, the most common problem is a bad connection string where the server isn't reachable from the client for some reason or bad assumptions your code make about the environment it's running in, like not having SQL Server installed or the database not being attached or created on the server.

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