473,395 Members | 1,460 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,395 software developers and data experts.

NET 1.1 in Visual Studio 2005?

Hi,

I have Visual Studio 2005.
My customer needs Web application in NET 1.1
My customer cannot upgrade to 2.0 because some server software is not compatible with it.

Any suggestions?

Thank you,
Mahris
Mar 29 '06 #1
9 1390
No problem...

Create your project as you would normally. VS 2005 will automatically add
references to the .Net 2.0 runtime.

In the solution explorer expand the References section for the project and
delete the .Net assemblies referenced there.

Next - right click the References folder and select Add Reference...

Click the Browse tab and navigate to c:\WINDOWS\Microsoft.NET\Framework\.
Here you'll find folders containing the assemblies for the various versions
of .Net installed on your machine. Navigate into the appropriate V1.1...
folder and select the DLL etc. that you need.

Chris
PS - I've not explored how to get the help catalog to filter on V1.1 only.
MSDN online may well have a 1.1-specific set of help; otherwise - use the
object browser to find what classes etc. are available in 1.1.

"Maris Janis Vasilevskis" <ma****@myself.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi,

I have Visual Studio 2005.
My customer needs Web application in NET 1.1
My customer cannot upgrade to 2.0 because some server software is not
compatible with it.

Any suggestions?

Thank you,
Mahris

Mar 29 '06 #2
Maris Janis Vasilevskis <ma****@myself.com>'s wild thoughts
were released on Wed, 29 Mar 2006 08:12:54 +0300 bearing the
following fruit:
Hi,

I have Visual Studio 2005.
My customer needs Web application in NET 1.1
My customer cannot upgrade to 2.0 because some server software is not compatible with it.
Does that mean this 'server software' runs on .Net 1.1? If
so, installing 2.0 shouldn't effect it.

J
Any suggestions?

Thank you,
Mahris

Jan Hyde (VB MVP)

--
Once upon a time Old King Cole issued an order to his cooks. "From now on," he decreed, "chopped cabbage must be mixed with mayonnaise." To this day his decree is known as Cole's Law. (Gary Hallock)

Mar 29 '06 #3
re:
My customer cannot upgrade to 2.0 because some server software is not compatible with it.
I'll bet that is not true.

If it is true, please file a bug at the Product Feedback Center :

http://lab.msdn.microsoft.com/produc...k/default.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/
===================================
"Maris Janis Vasilevskis" <ma****@myself.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl... Hi,

I have Visual Studio 2005.
My customer needs Web application in NET 1.1
My customer cannot upgrade to 2.0 because some server software is not compatible with it.

Any suggestions?

Thank you,
Mahris

Mar 29 '06 #4
It IS true.

The incompatible product is Metastorm e-Work at http://www.metastorm.com, versions up to 6.6.2

Some weeks ago, they released 6.6.3 stated compatible with NET 2.0, however, it requires serious changes in running applications, and cannot be installed now.

I do not see any sense in reporting to MS. e-Work is a complex product including NET compiler, I do not believe that MS will make any changes allowing compatibility.

Mahris

Juan T. Llibre wrote:
re:
My customer cannot upgrade to 2.0 because some server software is not compatible with it.


I'll bet that is not true.

If it is true, please file a bug at the Product Feedback Center :

http://lab.msdn.microsoft.com/produc...k/default.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/

Mar 29 '06 #5
re:
I do not see any sense in reporting to MS.
Then, nothing will get done which could possibly correct the problem.

Really : the only way to get bus fixed is to report them.
If you don't report the bugs : don't complain.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/
===================================
"Maris Janis Vasilevskis" <ma****@myself.com> wrote in message
news:e$****************@tk2msftngp13.phx.gbl... It IS true.

The incompatible product is Metastorm e-Work at http://www.metastorm.com, versions up to 6.6.2

Some weeks ago, they released 6.6.3 stated compatible with NET 2.0, however, it requires serious
changes in running applications, and cannot be installed now.

I do not see any sense in reporting to MS. e-Work is a complex product including NET compiler, I
do not believe that MS will make any changes allowing compatibility. Mahris Juan T. Llibre wrote:
re:
My customer cannot upgrade to 2.0 because some server software is not compatible with it.


I'll bet that is not true.

If it is true, please file a bug at the Product Feedback Center :

http://lab.msdn.microsoft.com/produc...k/default.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/

Mar 29 '06 #6
I do not know whether my problem is a bug. If yes, I do not know whether it is MS or Metastorm bug.

And I really do not need the bug, if it is a bug, fixed after a year.
I need a solution or workaround for my problem, and I need it immediately.

Mahris

Juan T. Llibre wrote:
re:
I do not see any sense in reporting to MS.


Then, nothing will get done which could possibly correct the problem.

Really : the only way to get bus fixed is to report them.
If you don't report the bugs : don't complain.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/

Mar 30 '06 #7
re:
I do not know whether my problem is a bug. If yes, I do not know whether it is MS or Metastorm bug.
Reporting the problem will help, regardless of whose bug it is.

re: And I really do not need the bug, if it is a bug, fixed after a year.
Hmmm....the Product Feedback Center responds quite quickly.

Try it : http://lab.msdn.microsoft.com/produc...k/default.aspx

re: I need a solution or workaround for my problem, and I need it immediately.
Can't help you there.
Maybe you could ask Metastorm ( if the problem is Metastorm's... ) ?

If the problem isn't Metastorm's, and is Microsoft's, the best way to attempt a fix is the PFC.
If MS doesn't hear about a problem, it can't fix it.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/
===================================
"Maris Janis Vasilevskis" <ma****@myself.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...I do not know whether my problem is a bug. If yes, I do not know whether it is MS or Metastorm bug.

And I really do not need the bug, if it is a bug, fixed after a year.
I need a solution or workaround for my problem, and I need it immediately.

Mahris

Juan T. Llibre wrote:
re:
I do not see any sense in reporting to MS.


Then, nothing will get done which could possibly correct the problem.

Really : the only way to get bus fixed is to report them.
If you don't report the bugs : don't complain.
Juan T. Llibre, asp.net MVP

Mar 30 '06 #8
Maris Janis Vasilevskis <ma****@myself.com>'s wild thoughts
were released on Thu, 30 Mar 2006 00:05:43 +0300 bearing the
following fruit:
It IS true.

The incompatible product is Metastorm e-Work at http://www.metastorm.com, versions up to 6.6.2

Some weeks ago, they released 6.6.3 stated compatible with NET 2.0, however, it requires serious changes in running applications, and cannot be installed now.
The don't install it? I assume you have 6.6.2 which doesn't
run on .Net 2.0 so would be unaffected by it?

J
I do not see any sense in reporting to MS. e-Work is a complex product including NET compiler, I do not believe that MS will make any changes allowing compatibility.

Mahris

Juan T. Llibre wrote:
re:
My customer cannot upgrade to 2.0 because some server software is not compatible with it.


I'll bet that is not true.

If it is true, please file a bug at the Product Feedback Center :

http://lab.msdn.microsoft.com/produc...k/default.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espa?ol : http://asp.net.do/foros/

Jan Hyde (VB MVP)

--
How do you catch a bra?
Set a boobie trap. (Rodney Lee)

Mar 30 '06 #9
Hi,

Just to give some feedback, I've been an e-Work consultant for the last
5 years :( with a .NET 1.1. and 2.0 background and we've came across
this problem before.

The problem is to do with Metastorm e-Work 6.6.2 being incompatible
with version 2.0 but 6.6.3 is an update that will work with .NET 2.0.
The changes in 6.6.3 mean that any single sign on mechanisms set up for
e-Work will require re plcing and any manual URL's you embedded in your
intranet or software relating to e-Work forms may need updating. The
web client for e-Work 6.6.3 has also been rewrote to be more scalable
but we haven't had any problems introducing it on client sites.

Hope this helps,

Paul.

Mar 30 '06 #10

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

Similar topics

2
by: Wendy Elizabeth | last post by:
I was just assigned a project at work to setup a CRM web system. However from what I have heard Visual Studio 2005 Team System is suppose to be a CRM system. Is it a metholodologythat Microsoft...
3
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
1
by: clkalluri | last post by:
Hi, I've installed (by that I mean a full uninstall and re-install) Visual Studio 2005 at least twice on my 64-bit windows machine (AMD64). I make sure I install the SDK 2.0 for x64, and the...
0
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the...
0
by: Nattydreadlock | last post by:
Hello, I'm having some problems installing Visual Studio 2005. I'll briefly explain what's the history of the problem here. First I installed VS 2005 beta 2. I uninstalled it later via the...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
3
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the...
0
by: johnlim20088 | last post by:
Hi, Hi, currently I facing issues of migrate existing Visual Studio 2002 projects to Visual Studio 2005. I understood that there is no problem if we develop a new project from Visual Studio...
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
3
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I must be out of my mind. I used visual studio .net 2003 before and I installed 2005 a while back, but seldom to use it. Recently I was required to start to learn C# asp.net. So I tried...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.