Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed VB.Net windows application VS 2008.
Now I am updating that application in VS 2013 Premium edition with .Net framework 4.5.1. After updating suddenly I am getting "exe has stopped working. Close program.". At any time anywhere.
And also while debugging I got System.accessViolation error.
I tried to update framework 4.5.1 to 4.5.2. I also tried to Update target CPU from "Any CPU" to
"X86" as well as "X64". But getting same error.
But after updating framework 4.5.1 to 3.5 it is working fine in VS 2013 Premium edition.
Please suggest me how can I run my program in framework 4.5.1 or onward versions.

Thanks in advanced.
Posted
Comments
Richard MacCutchan 26-Sep-15 9:03am    
I tried to update framework 4.5.1 to 4.5.2. I also tried to Update target CPU from "Any CPU" to "X86" as well as "X64".

Why, what indication did you have that this was the issue? If your program stops working then you need first to diagnose the problem. Blindly changing things is more likely to mask the problem than solve it.

As to a solution it is anyone's guess since we have no idea what your code is doing.
nimeshketan 2-Oct-15 2:20am    
It is Library Management Application which manage Book/Manuscripts/Magazines. it also manages Publishers/Authors/Readers.

we are using some references of our other applications, and we had converted all those dll's (to same .net framework as Library Management Application ).

We have used MS Office Introp Word 15 DLL to read Word file from our Application.

We have also used Acrobat Browser Control Type Library 1.0 DLL to show PDF in our Application.
Dave Kreskowiak 26-Sep-15 10:34am    
Your question is impossible to answer with the information you've given. We have no idea what your application does nor do we know what it was doing at the time of the crash. Without knowing that and seeing the code around the crash site there's no way anyone can answer this question.
nimeshketan 2-Oct-15 2:21am    
It is Library Management Application which manage Book/Manuscripts/Magazines. it also manages Publishers/Authors/Readers.

we are using some references of our other applications, and we had converted all those dll's (to same .net framework as Library Management Application ).

We have used MS Office Introp Word 15 DLL to read Word file from our Application.

We have also used Acrobat Browser Control Type Library 1.0 DLL to show PDF in our Application.
Dave Kreskowiak 2-Oct-15 9:37am    
OK, so what was the code doing at the time of the crash?

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