.NET 2.0 and .NET 3.5 app not starting after upgrade to .NET 3.5 S

D

Dierk Droth

Hi,

We are a vendor of a .NET app which is built using VS2005 and .NET 2.0. This
app used to run fine on any machine where .NET 2.0 runtime or higher is
installed.

After installing .NET 3.5 SP1 runtime this app no longer could be run. Here
are some details:
- double click on desktop icon -> app will not start
- Start->Run -> app will not start
- on my dev XP machine I get it to run in debug mode no problem
- if I try to run it in release mode from VS2005 iI get
System.AccessViolationExceptions: "Attempted to read/write protected memory.
This often is an indication that memory is corrupted."
- this in confirmed on various customer machines running PX or Vista
- exact same problems when trying the latest dev build of our app which is
built using VS2008 and .NET 3.5

This is quite a nightmare and I'm looking for a resultion asap.

Any feedback would be appreciated.

Dierk
 
P

Pavel Minaev

Hi,

We are a vendor of a .NET app which is built using VS2005 and .NET 2.0. This
app used to run fine on any machine where .NET 2.0 runtime or higher is
installed.

After installing .NET 3.5 SP1 runtime this app no longer could be run. Here
are some details:
- double click on desktop icon -> app will not start
- Start->Run -> app will not start
- on my dev XP machine I get it to run in debug mode no problem
- if I try to run it in release mode from VS2005 iI get
System.AccessViolationExceptions: "Attempted to read/write protected memory.
This often is an indication that memory is corrupted."

Does it happen before the execution of your actual code begins, or is
it a specific line in your code that causes it to happen? If it is the
latter, posting it, and the surrounding related code, would help
pinpointing the issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top