473,320 Members | 2,000 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Dotnet 1.1 in Vista

I am trying to install an app that uses dotnet 1.1 in Vista (release),
but am warned there is a "compatibility" issue. I hae seen some mention
of problems with one beta, but is it still a problemHow to get around
it?
Martin.

Nov 30 '06 #1
16 5881
Martin,

An application from 1.1 should run on any newer version from dotNet.
Unluckely there are some bugs about that from version 1.1 to 2.0, I don't
know if that is fixes.

To use however Visual Studio 2003 you need the framework 1.1, just because
that uses the parts of that framework and is unable to use the parts from
framework 2.0

Cor

"MartinC" <ma************@gmail.comschreef in bericht
news:11**********************@n67g2000cwd.googlegr oups.com...
>I am trying to install an app that uses dotnet 1.1 in Vista (release),
but am warned there is a "compatibility" issue. I hae seen some mention
of problems with one beta, but is it still a problemHow to get around
it?
Martin.

Dec 1 '06 #2
Hello MartinC,

I'd be better if you specifed what are the issues u have met?

MI am trying to install an app that uses dotnet 1.1 in Vista
M(release),
Mbut am warned there is a "compatibility" issue. I hae seen some
Mmention
Mof problems with one beta, but is it still a problemHow to get
Maround
Mit?
MMartin.
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 1 '06 #3
Michael Nemtsev wrote:
I'd be better if you specifed what are the issues u have met?
I am trying to install a database program to access the program of the
Rotterdam Film Festival (I need to work on it).

The program (Fiona) needs .Net framework 1.1.

When I try to install Fiona it asks me to install .Net 1.1, but that
gives me this :

Download updates for Microsoft .NET Framework 1.1
--------------------------------------------------------------------------------
This version of Microsoft .NET Framework 1.1 is known to have
compatibility issues with the version of Windows you are running. This
program was created by Microsoft Corporation.
Follow this link to get software updates to resolve this problem.

I foillow the link and it offers me Microsoft .NET Framework 1.1
Service Pack 1 from AUgust 2004... which doesn't help.

I installed anyway, but when I start Fion a it starts trying to
download an update and then hangs with a "timeout message todo" error
and I have to go to task manager to close Fiona.

I also tried starting in XP SP2 mode, but that doesn't help.

I also read and applied
http://blogs.msdn.com/astebner/archi...06/658484.aspx. No go...

Rgds

Martin.
>
MI am trying to install an app that uses dotnet 1.1 in Vista
M(release),
Mbut am warned there is a "compatibility" issue. I hae seen some
Mmention
Mof problems with one beta, but is it still a problemHow to get
Maround
Mit?
MMartin.
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 1 '06 #4
Hello MartinC,

Try to add
<startup>
<requiredRuntime version="v2.0.50727" />
</startup>
in your app config.
MMichael Nemtsev wrote:
M>
>I'd be better if you specifed what are the issues u have met?
MI am trying to install a database program to access the program of
Mthe Rotterdam Film Festival (I need to work on it).
M>
MThe program (Fiona) needs .Net framework 1.1.
M>
MWhen I try to install Fiona it asks me to install .Net 1.1, but that
Mgives me this :
M>
MDownload updates for Microsoft .NET Framework 1.1
M---------------------------------------------------------------------
M-----------
MThis version of Microsoft .NET Framework 1.1 is known to have
Mcompatibility issues with the version of Windows you are running.
MThis
Mprogram was created by Microsoft Corporation.
MFollow this link to get software updates to resolve this problem.
MI foillow the link and it offers me Microsoft .NET Framework 1.1
MService Pack 1 from AUgust 2004... which doesn't help.
M>
MI installed anyway, but when I start Fion a it starts trying to
Mdownload an update and then hangs with a "timeout message todo" error
Mand I have to go to task manager to close Fiona.
M>
MI also tried starting in XP SP2 mode, but that doesn't help.
M>
MI also read and applied
Mhttp://blogs.msdn.com/astebner/archi...06/658484.aspx. No
Mgo...
MRgds
M>
MMartin.
M>
>MI am trying to install an app that uses dotnet 1.1 in Vista
M(release),
Mbut am warned there is a "compatibility" issue. I hae seen some
Mmention
Mof problems with one beta, but is it still a problemHow to get
Maround
Mit?
MMartin.
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 1 '06 #5
On Dec 1, 8:58 pm, Michael Nemtsev <nemt...@msn.comwrote:
<startup>
<requiredRuntime version="v2.0.50727" />
</startup>
in your app config.
It's not my app... I'm just a user (who also has Vista).

I shall pass this on to the relevant authority and hope they can add
it. Problem is that the app updates itself and the original doesn't get
the update done under Vista, so we'll need a new original. :(

Catch 22?
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
How true :)

Martin

Dec 1 '06 #6
Hello MartinC,

Does your app have config?
Create or edit <AppExe>.exe.config and add that into <configurationsection

MOn Dec 1, 8:58 pm, Michael Nemtsev <nemt...@msn.comwrote:
M>
><startup>
<requiredRuntime version="v2.0.50727" />
</startup>
in your app config.
MIt's not my app... I'm just a user (who also has Vista).
M>
MI shall pass this on to the relevant authority and hope they can add
Mit. Problem is that the app updates itself and the original doesn't
Mget the update done under Vista, so we'll need a new original. :(
M>
MCatch 22?
M>
>"At times one remains faithful to a cause only because its opponents
do not cease to be insipid." (c) Friedrich Nietzsche
MHow true :)
M>
MMartin
M>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 1 '06 #7
On Dec 1, 9:24 pm, Michael Nemtsev <nemt...@msn.comwrote:
Does your app have config?
No, only a settings.xml.

I could make an extra file and try it...

Now I get an "error reading program setting" (in Dutch, so I'm not sure
what the English message would be).

Just to check I now want to edit the file in Notepad... but Notepad
can't find it? Very strange.

I then tried to run the program updater on its own but got:

Application has generated an exception that could not be handled.
Process id=0xd9c (3484), Thread id=0x1370 (4976).
Click OK to terminate
Click CANCEL to debug

Then I get:

Registered JIT debugger not available.
RGds

Martin

Dec 2 '06 #8
Hello MartinC,
>Does your app have config?
MNo, only a settings.xml.
MI could make an extra file and try it...

As I understand u done this for your runnable EXE?

MNow I get an "error reading program setting" (in Dutch, so I'm not
Msure what the English message would be).
MJust to check I now want to edit the file in Notepad... but Notepad
Mcan't find it? Very strange.
MI then tried to run the program updater on its own but got:
MApplication has generated an exception that could not be handled.

Another idea - does UAC is active? Have u tried to turn it off?

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 2 '06 #9
On Dec 2, 10:09 am, Michael Nemtsev <nemt...@msn.comwrote:
Another idea - does UAC is active? Have u tried to turn it off?
I tied turning off UAC, but that didn't help.

I'll get onto the developers.

Martin

Dec 2 '06 #10
MartinC wrote:
I rtied turning off UAC, but that didn't help.
AHem... it didn't until I rebooted. Now the app is running just fine -
I just have that irritating icon in the system tray - security alert.

Now all I need is a driver for my Magicolor printer and I can switch
OS,

Martin

Dec 4 '06 #11
Hello MartinC,

I found that it's the reason of number of problems
I have a few apps that work verryy strange with UAC, so I decided to turn
it off on my station

MMartinC wrote:
>I rtied turning off UAC, but that didn't help.
MAHem... it didn't until I rebooted. Now the app is running just fine
M- I just have that irritating icon in the system tray - security
Malert.
MNow all I need is a driver for my Magicolor printer and I can switch
MOS,

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 4 '06 #12
Michael Nemtsev wrote:
I found that it's the reason of number of problems
I have a few apps that work verryy strange with UAC, so I decided to turn
it off on my station
STrange thing is that I turned it off - got the warning, but the ap
didn''t actually update itself until after a reboot. Then it updated
and ther ap worked. However after a following reboot the UAC was
enabled again, but the ap kept working, so it looks as if it is the
update routine that is not working.

Martin

Dec 4 '06 #13
MartinC wrote:
Now all I need is a driver for my Magicolor printer and I can switch
OS,
Sorry to interrupt, but I am also contemplating moving to Vista and I
have Magicolor 2300L laser printer. Is this the printer you have?
Have you learned any more information about drivers for Vista?

Thanks,

Chris

Dec 5 '06 #14
Chris Dunaway wrote:
Sorry to interrupt, but I am also contemplating moving to Vista and I
have Magicolor 2300L laser printer. Is this the printer you have?
Have you learned any more information about drivers for Vista?
I have a 2300DL and there are no Vista drivers (yet).

I have also discovered thatPinnacle Studio 10 and Dragon Naturally
Speaking 9 also do not install under Vista.

Rgds

Martin

Dec 5 '06 #15
MartinC wrote:
Chris Dunaway wrote:
Sorry to interrupt, but I am also contemplating moving to Vista and I
have Magicolor 2300L laser printer. Is this the printer you have?
Have you learned any more information about drivers for Vista?

I have a 2300DL and there are no Vista drivers (yet).
Thanks for the response. I sent an e-mail to Minolta's tech support
asking about Vista drivers. I don't know if I'll get a response, but I
let you know if I do.

Chris

Dec 5 '06 #16

I also installed .Net 1.1 on Vista, and it seems to work. But after a
while I found in the "Event Viewer | Windows Logs | Application" some
Warnings (Source: MsiInstaller, EventID: 1030)
(Warning description:) -----------
Product: Microsoft .NET Framework 1.1.
The application tried to install a more recent version of the
protected Windows file
C:\Windows\Microsoft.NET\Framework\sbs_wminet_util s.dll.
[and also the same Warning for the following files:]
C:\Windows\Microsoft.NET\Framework\sbs_wminet_util s.dll.

C:\Windows\Microsoft.NET\Framework\sbs_system.ente rpriseservices.dll.
C:\Windows\Microsoft.NET\Framework\sbs_system.data .dll.

C:\Windows\Microsoft.NET\Framework\sbs_system.conf iguration.install.dll.
C:\Windows\Microsoft.NET\Framework\sbs_mscorsec.dl l.
C:\Windows\Microsoft.NET\Framework\sbs_mscordbi.dl l.

C:\Windows\Microsoft.NET\Framework\sbs_microsoft.v sa.vb.codedomprocessor
..dll.
C:\Windows\Microsoft.NET\Framework\sbs_microsoft.j script.dll.
C:\Windows\Microsoft.NET\Framework\sbs_iehost.dll.
C:\Windows\Microsoft.NET\Framework\sbs_diasymreade r.dll.

You may need to update your operating system for this application to
work correctly.
(Package Version: 1.0.0.0, Operating System Protected Version:
1.0.0.0).
----------- (Warning till here.)

Anyone knows if this is ok?

Thanks,

Atara

*** Sent via Developersdex http://www.developersdex.com ***
Dec 13 '06 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Markus Klein | last post by:
Hello, Does .Net 3.0 offering the same possibilities like Windows API? is .NET 3.0 going to replace the win32-api in Vista/Longhorn? No Access anymore to win32-api in Vista/Longhorn? ...
38
by: kavsak | last post by:
Hi. Not sure that this is the right place to ask but here goes. I have an application based on access97 and VB6 which I need to upgrade. It has to handle up to 20 concurrent users on a Win2k...
56
by: Squishy | last post by:
I tried installing my VS2005 Pro on Vista Ultimate 32 bit RTM today and got errors stating that VS2005 was not compatible with Vista. Microsoft......please pull your finger out of my ass and tell...
6
by: j2ee.singh | last post by:
Hi, I'm looking to buy a new laptop primarily to learn & practice .NET and C#. My Question is: Is there any requirement for .NET and C# in terms of the following Operating Systems: -...
1
by: Alex | last post by:
Hello everybody, I've been working for days on a "twilight zone" bug and I can't make any sense of it. This is in an application that was developped on XP and that was modified to handle Vista....
2
by: 13Rockes | last post by:
I am in the process of writing programs using VB6 in XP Pro. However, I am thinking about starting over using VB2005 as my company is migrating to Vista. Two questions... What kinds of...
11
by: idoublepress | last post by:
Hi all, I've been struggling with an issue that I hope you can comment on or provide suggestions to. Our .NET 2.0 (VS2005) based product is crashing (when the user selects a particular feature on...
1
by: fostandy | last post by:
Howdy, I have a fresh install of vista ultimate sp1 which I am trying to install visual studio 2008 to. When I run the installer it basically stalls at "Setup is loading installation...
1
by: Prats | last post by:
I have an application developed in C++/CLI using dot NET 3.5 I tested on windows XP, Windows Vista Basic and Vista Home premium It does not run on vista Home Premium. The application installed...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.