This is making me go nuts! I worked for a long long time on this project, but on computer with .NET 2.0 it refuses to run, and now it doesn't even run if 2.0 is uninstalled and 1.1 is installed.
The only computer I can get it to work on is my old computer that it was developed on!
On other computer it has the following error Class not registered!, Object reference not set to an instance of an object!
The person I am developing the project for could run it until he uninstalled his .NET runtime and installed the new one! After that it refuses to run!
This really pisses me off as I heard .NET was backwards compatible, I guess not. If someone could help me I'd be more than happy! It's close to a crisis here :(
Thank You,
Jonatan
Loading
JonatanPosted Aug 28, 2006, 9:57 AM
Yes, I also found it unacceptable this is why I am upset. I did exactly as suggested and uninstalled all .NET versions and a re-install. The application doesn't work.
The only thing I can imagine being wrong is incompability between .NET version. I am about to give up :( I don't think I'll write a .NET application again.
Mahesh ChandPosted Aug 22, 2006, 10:23 PM
If I was you, I will try to remove all versions of .NET and application from production machine and then install .NET 1.1 and then install the application to see if it works.
JonatanPosted Aug 22, 2006, 10:54 AM
After this the program stopped working, there was no other files deleted or changed!!!
This is why I can only think of incompability between .NET version.
Mahesh ChandPosted Aug 21, 2006, 10:36 AM
Did your application ever work on any non-DEV machine? If not, it's possible you are missing one of the components. I think better would be to get a fresh machine and install all the components you need one by one.
JonatanPosted Aug 21, 2006, 10:24 AM
Yes, as far as I know I have set it up propely, the problem it works perfectly fine on my development machine with no exceptions or warning what so ever. Is there a program such as dependency walker for C++ for fidning what causes an error while trying to run a C# program?
Mahesh ChandPosted Aug 21, 2006, 7:18 AM
JonatanPosted Aug 21, 2006, 5:28 AM
Could it be some of the components I am using causes this problems?
Jonatan
Mahesh ChandPosted Aug 20, 2006, 9:59 PM