.Net 1.1 vs 2.0

R

Rich Douglass

Hi,

Last week I installed .Net 2.0 on a machine that already had 1.1
installed on it. Upon completion of that, my application started
misbehaving.

In the debugger, I found that my message hook no longer seems to run
properly if the main window is minimized. After 10 seconds, it times out
and returns control, where the application continues on.

Another problem is that if the application is minimized, a floating
toolbar that I put up as TOPMOST no longer displays.

FYI, this is a C language application written in MSVC 6.

Does anyone have any ideas why this would occur with .Net 2.0 installed?
This seems like a very strange change in behavior.

Source code and/or any other information as necessary can be provided.

Thank you.

Rich.
 
C

Cor Ligthert [MVP]

Rich,

This is the first time I see the behaviour you have reported in the dotNet
newsgroups while I read a lot in that.

However maybe you can first try the SP1 before you start searching.

The link too the download for that is given in this newsgroup some messages
below.

Cor
 
M

Morten Wennevik

Hi Rich,

Like Cor, I have never encountered this issue before.

Usually when problems occur after installing a .Net Framework version they
can be tracked down to other updates being done at the same time.

If you uninstall .Net Framework 2.0 is the problem gone? If so, try to
download a new .Net Framework 2.0 setup (or install .Net Framework 3.0
which includes 2.0).
 
R

Rich Douglass

Cor,

Are you referring to the .Net CF SP1 that you referenced in a previous
message? I just want to be sure before I install that and find that it's
the wrong one.

Thank you for your time.

Rich.
 
R

Rich Douglass

Morten,

I guess I'm going to have to give that a try. I had thought of that, but
given the size and time required to install it, I did not want to go
there immediately if I didn't have to.

I'll give that a try in the next day or so and report back my findings.

Thank you for your time.

Rich.

Morten said:
Hi Rich,

Like Cor, I have never encountered this issue before.

Usually when problems occur after installing a .Net Framework version
they can be tracked down to other updates being done at the same time.

If you uninstall .Net Framework 2.0 is the problem gone? If so, try to
download a new .Net Framework 2.0 setup (or install .Net Framework 3.0
which includes 2.0).



Hi,

Last week I installed .Net 2.0 on a machine that already had 1.1
installed on it. Upon completion of that, my application started
misbehaving.

In the debugger, I found that my message hook no longer seems to run
properly if the main window is minimized. After 10 seconds, it times
out and returns control, where the application continues on.

Another problem is that if the application is minimized, a floating
toolbar that I put up as TOPMOST no longer displays.

FYI, this is a C language application written in MSVC 6.

Does anyone have any ideas why this would occur with .Net 2.0
installed? This seems like a very strange change in behavior.

Source code and/or any other information as necessary can be provided.

Thank you.

Rich.



--Happy Coding!
Morten Wennevik [C# MVP]
 
C

Cor Ligthert [MVP]

Rich,

Sorry, I get the idea that I was confused with the SP1 for 1.1

two for 1.0 and one for 1.1

Cor
 

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