473,399 Members | 2,774 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,399 software developers and data experts.

Uhmmm, problems with framework...

Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On my
workstations, I have Framework v1.1 (Redistributable) installed. Everything
runs fine on my test machine, and it does not run on the workstations. I'm
not sure, but the version on my devel machine is what VS.NET installs, and
I'm just not getting this now.

Thanks
Sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004
Nov 20 '05 #1
12 1143
You have to have 1.0 on your Workstations, because thats what its looking
for after compliing. 2002 can only use 1.0 framerwork.
"Sueffel" <so*****@somewhere.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On my
workstations, I have Framework v1.1 (Redistributable) installed. Everything runs fine on my test machine, and it does not run on the workstations. I'm not sure, but the version on my devel machine is what VS.NET installs, and
I'm just not getting this now.

Thanks
Sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004

Nov 20 '05 #2
* "Sueffel" <so*****@somewhere.com> scripsit:
Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On my
workstations, I have Framework v1.1 (Redistributable) installed. Everything
runs fine on my test machine, and it does not run on the workstations. I'm
not sure, but the version on my devel machine is what VS.NET installs, and
I'm just not getting this now.


Did you have a look here? Probably you will have to create a config
file:

"Side-by-Side Execution"
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/sidexsidenet.asp>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #3

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:10*************@corp.supernews.com...
You have to have 1.0 on your Workstations, because thats what its looking
for after compliing. 2002 can only use 1.0 framerwork.
"Sueffel" <so*****@somewhere.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On my
workstations, I have Framework v1.1 (Redistributable) installed.

Everything
runs fine on my test machine, and it does not run on the workstations.

I'm
not sure, but the version on my devel machine is what VS.NET installs, and I'm just not getting this now.

Thanks
Sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004



According to MS, having the v1.1 on a machine will work cause v1.1 is
backwards compatible and will run v1.0 assemblies. And, another really tiny
assembly I have runs just fine in this environment, it's a form with a
little of code. The one I'm having problems with uses alot of GDI+. I'm
thinking you're exactly right, and I need to go and get the v1.0 redist, but
I'm also wondering if there's a way to force VS.NET 2002 to use framework
v1.1

Thanks,
Sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004
Nov 20 '05 #4
> According to MS, having the v1.1 on a machine will work cause v1.1 is
backwards compatible and will run v1.0 assemblies. And, another really tiny assembly I have runs just fine in this environment, it's a form with a
little of code. The one I'm having problems with uses alot of GDI+. I'm
thinking you're exactly right, and I need to go and get the v1.0 redist, but I'm also wondering if there's a way to force VS.NET 2002 to use framework
v1.1
Hmmm don't know if I have a clear answer to the first one. I understand
what your saying, but I don't think that is exactly true. Reason being,
that sounds like how COM would work (providing one DLL to cover x number of
versions). If my understanding of .NET is correct, then v1.1 and v1.0
should never know about eachother nor depend on eachother in anyway
(including a fallback).

Could be wrong though.

as for using 1.1 in 2002, I thought there was a recent post that said you
couldn't do that. Again, could be mistaken, I know 2003 can do both 1.0 and
1.1, but didn't think it was the other way around.

-CJ

Thanks,
Sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004

Nov 20 '05 #5
"Sueffel" <so*****@somewhere.com> schrieb
Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On
my workstations, I have Framework v1.1 (Redistributable) installed.
Everything runs fine on my test machine, and it does not run on the
workstations.
No surprise if you don't install v1.0 on the workstations.
I'm not sure, but the version on my devel machine is
what VS.NET installs, and I'm just not getting this now.


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #6

"Armin Zingler" <az*******@freenet.de> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
"Sueffel" <so*****@somewhere.com> schrieb
Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On
my workstations, I have Framework v1.1 (Redistributable) installed.
Everything runs fine on my test machine, and it does not run on the
workstations.


No surprise if you don't install v1.0 on the workstations.
I'm not sure, but the version on my devel machine is
what VS.NET installs, and I'm just not getting this now.


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html


So, in short the info MS is putting out on MSDN about the v1.1 being able to
run v1.0 assemblies is wrong? Well ain't that just lovely...... Okay, so I
install v1.0 SP2 and things should be hunkie dorrie after that. Kewl, no
biggie, but I think that MSDN should be updated to reflect this error in the
documentation.

Thanks,
Sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004
Nov 20 '05 #7
"Sueffel" <so*****@somewhere.com> schrieb

So, in short the info MS is putting out on MSDN about the v1.1 being
able to run v1.0 assemblies is wrong? Well ain't that just
lovely...... Okay, so I install v1.0 SP2 and things should be hunkie
dorrie after that. Kewl, no biggie, but I think that MSDN should be
updated to reflect this error in the documentation.

The only thing _I_ know about this is that the framework version developed
for must be installed on the client machines. I _believe_ it is not possible
to run apps developed for 1.1 on 1.0 because there are differences and new
features not available in 1.0. I don't know whether it's possible to devert
1.1 apps to the 1.0 framework.
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #8
Armin,

* "Armin Zingler" <az*******@freenet.de> scripsit:
So, in short the info MS is putting out on MSDN about the v1.1 being
able to run v1.0 assemblies is wrong? Well ain't that just
lovely...... Okay, so I install v1.0 SP2 and things should be hunkie
dorrie after that. Kewl, no biggie, but I think that MSDN should be
updated to reflect this error in the documentation.


The only thing _I_ know about this is that the framework version developed
for must be installed on the client machines. I _believe_ it is not possible
to run apps developed for 1.1 on 1.0 because there are differences and new
features not available in 1.0. I don't know whether it's possible to devert
1.1 apps to the 1.0 framework.


It /should/ work with a config file, but as you mention above, it won't
always work and it's not recommended (AFAIK).

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #9
Armin and Suefell,

I don't think you can do that. I ran across this problem in a project I
worked on a couple months ago on RentACoder and finally realized that the
issue was I had a 1.1 assembly and only 1.0 installed.

I installed 1.1 and it worked fine.

The only way it would work would be to put all your .NET assemblies for that
version in the bin\ directory because of the search pattern for finding
assemblies. And that isn't a good idea. But that still wont solve the
version issue because the assembly reference afterall is looking for
1.1.1433 and not 1.0.3075.

I hope this makes sense. And if Microsoft does have it up this way, I
suggest it be changed too (because it is contradictory), if you have a link
of where it states this I would love to see it.

-CJ

"Armin Zingler" <az*******@freenet.de> wrote in message
news:u0**************@TK2MSFTNGP11.phx.gbl...
"Sueffel" <so*****@somewhere.com> schrieb

So, in short the info MS is putting out on MSDN about the v1.1 being
able to run v1.0 assemblies is wrong? Well ain't that just
lovely...... Okay, so I install v1.0 SP2 and things should be hunkie
dorrie after that. Kewl, no biggie, but I think that MSDN should be
updated to reflect this error in the documentation.

The only thing _I_ know about this is that the framework version developed
for must be installed on the client machines. I _believe_ it is not

possible to run apps developed for 1.1 on 1.0 because there are differences and new
features not available in 1.0. I don't know whether it's possible to devert 1.1 apps to the 1.0 framework.
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html

Nov 20 '05 #10

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:10*************@corp.supernews.com...
Armin and Suefell,

I don't think you can do that. I ran across this problem in a project I
worked on a couple months ago on RentACoder and finally realized that the
issue was I had a 1.1 assembly and only 1.0 installed.

I installed 1.1 and it worked fine.

The only way it would work would be to put all your .NET assemblies for that version in the bin\ directory because of the search pattern for finding
assemblies. And that isn't a good idea. But that still wont solve the
version issue because the assembly reference afterall is looking for
1.1.1433 and not 1.0.3075.

I hope this makes sense. And if Microsoft does have it up this way, I
suggest it be changed too (because it is contradictory), if you have a link of where it states this I would love to see it.

-CJ

"Armin Zingler" <az*******@freenet.de> wrote in message
news:u0**************@TK2MSFTNGP11.phx.gbl...
"Sueffel" <so*****@somewhere.com> schrieb

So, in short the info MS is putting out on MSDN about the v1.1 being
able to run v1.0 assemblies is wrong? Well ain't that just
lovely...... Okay, so I install v1.0 SP2 and things should be hunkie
dorrie after that. Kewl, no biggie, but I think that MSDN should be
updated to reflect this error in the documentation.

The only thing _I_ know about this is that the framework version developed for must be installed on the client machines. I _believe_ it is not

possible
to run apps developed for 1.1 on 1.0 because there are differences and new features not available in 1.0. I don't know whether it's possible to

devert
1.1 apps to the 1.0 framework.
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html



Here is the link:
http://msdn.microsoft.com/netframewo...n/default.aspx

And, there's a link which shows what is brroken between compatability, and
non o that is the case at this time. I'm just going to install v1.0 SP2 on
the workstations and call it a day.

sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004
Nov 20 '05 #11
I think thats the best call. This document does talk a lot about Side by
Side execution, however, it never says that 1.0 code will work with the 1.0
library. Just simply says that members should not change between versions
unless absolutly necessary...

Again, we look at the concept of COM vs .NET

-CJ
"Sueffel" <so*****@somewhere.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

"CJ Taylor" <no****@blowgoats.com> wrote in message
news:10*************@corp.supernews.com...
Armin and Suefell,

I don't think you can do that. I ran across this problem in a project I
worked on a couple months ago on RentACoder and finally realized that the
issue was I had a 1.1 assembly and only 1.0 installed.

I installed 1.1 and it worked fine.

The only way it would work would be to put all your .NET assemblies for that
version in the bin\ directory because of the search pattern for finding
assemblies. And that isn't a good idea. But that still wont solve the
version issue because the assembly reference afterall is looking for
1.1.1433 and not 1.0.3075.

I hope this makes sense. And if Microsoft does have it up this way, I
suggest it be changed too (because it is contradictory), if you have a

link
of where it states this I would love to see it.

-CJ

"Armin Zingler" <az*******@freenet.de> wrote in message
news:u0**************@TK2MSFTNGP11.phx.gbl...
"Sueffel" <so*****@somewhere.com> schrieb
>
> So, in short the info MS is putting out on MSDN about the v1.1 being
> able to run v1.0 assemblies is wrong? Well ain't that just
> lovely...... Okay, so I install v1.0 SP2 and things should be hunkie > dorrie after that. Kewl, no biggie, but I think that MSDN should be
> updated to reflect this error in the documentation.
The only thing _I_ know about this is that the framework version

developed for must be installed on the client machines. I _believe_ it is not

possible
to run apps developed for 1.1 on 1.0 because there are differences and new features not available in 1.0. I don't know whether it's possible to

devert
1.1 apps to the 1.0 framework.
--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html



Here is the link:

http://msdn.microsoft.com/netframewo...n/default.aspx
And, there's a link which shows what is brroken between compatability, and
non o that is the case at this time. I'm just going to install v1.0 SP2 on the workstations and call it a day.

sueffel
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004

Nov 20 '05 #12
Hello, Sueffel:

Are you adding a reference to .NET Framework 1.1 in the project properties?
If you do so, the application may work fine most of the time, then give unexpected errors like the one you posted.

I have dealed with 1.1 only for small testing programs, but I have never had troubles since I use the configuration file to instruct my program to use 1.1.

Regards.
"Sueffel" <so*****@somewhere.com> escribió en el mensaje news:eB*************@TK2MSFTNGP12.phx.gbl...
|
| "Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
| news:ek**************@TK2MSFTNGP10.phx.gbl...
| > * "Sueffel" <so*****@somewhere.com> scripsit:
| > > Okay, I have Framwork v1.0 on my devel machine, VS.NET 2002. On my
| > > workstations, I have Framework v1.1 (Redistributable) installed.
| Everything
| > > runs fine on my test machine, and it does not run on the workstations.
| I'm
| > > not sure, but the version on my devel machine is what VS.NET installs,
| and
| > > I'm just not getting this now.
| >
| > Did you have a look here? Probably you will have to create a config
| > file:
| >
| > "Side-by-Side Execution"
| > <http://msdn.microsoft.com/library/en-us/dnnetdep/html/sidexsidenet.asp>
| >
| > --
| > Herfried K. Wagner [MVP]
| > http://www.mvps.org/dotnet
|
| Followed your suggestion Herfried, and attached is the error I got back,
| which is the same one without the config file inplace.
|
| Thanks again,
| Sueffel
|
|
| ---
| Outgoing mail is certified Virus Free.
| Checked by AVG anti-virus system (http://www.grisoft.com).
| Version: 6.0.580 / Virus Database: 367 - Release Date: 2/6/2004
|
|
|
Nov 20 '05 #13

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

Similar topics

14
by: Jim Hubbard | last post by:
Are you up to speed on the difficulties in using the 1.1 .Net framework? Not if you are unaware of the 1,596 issues listed at KBAlertz (http://www.kbalertz.com/technology_3.aspx). If you are...
3
by: cameron | last post by:
I compile my project. No errors. Then I hit my page and I get an Error in Application "/" I change nothing and recompile. Works fine. If I compile twice in a row, still get the error. I...
1
by: MarkMurphy | last post by:
We had downloaded the Enterprise Localization Framework a few months ago for evaluation and were using it under .NET Framework 1.0. We've just now upgraded to .NET Framework 1.1 and have started...
3
by: Scott | last post by:
Hello, we are having problems displaying non-aspx files (images, style sheets) since we have upgraded to the 1.1 framework when using a cookieless session (sessionID in the url). Check out...
19
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
4
by: Michael Augustine | last post by:
I am having problems debugging an Web form app in .net. I am getting the following error message "Unable to Start Debugging on the Webserver. Catostrophic Failure." I think the problem has to...
17
by: Lloyd Sheen | last post by:
This IDE is driving me nuts. I needed another button so I copied an existing one, changed the Text and the id and position by drag and drop. Well then I run and get the following: Control...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.