473,473 Members | 2,027 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

VB 2005 and Vista

Do they live happily together?
Cheers,
Tull.
Mar 17 '07 #1
5 1447
well with the latest servicepacks that MS made availlable past week they do

after the first servicepack we installed the dataset designer was verry slow
, but this is now solved

only strange thingy we encounter is that we can`t set references to dll`s on
shared drives if we do not refer to them with the full UNC path ( on XP we
can just do a drive mapping )

so the answer Is a definite YES
"tclancey" <tu**@idcodeware.co.ukschreef in bericht
news:ex**************@TK2MSFTNGP03.phx.gbl...
Do they live happily together?
Cheers,
Tull.

Mar 17 '07 #2
Many thanks for the info.

Are the service packs easy to find?

Do I still require Framework 2, or would I need to move to 3?

Cheers,
Tull.
"Michel Posseth [MCP]" <ms****@posseth.comwrote in message
news:e%****************@TK2MSFTNGP03.phx.gbl...
well with the latest servicepacks that MS made availlable past week they
do

after the first servicepack we installed the dataset designer was verry
slow , but this is now solved

only strange thingy we encounter is that we can`t set references to dll`s
on shared drives if we do not refer to them with the full UNC path ( on XP
we can just do a drive mapping )

so the answer Is a definite YES
"tclancey" <tu**@idcodeware.co.ukschreef in bericht
news:ex**************@TK2MSFTNGP03.phx.gbl...
>Do they live happily together?
Cheers,
Tull.


Mar 18 '07 #3
..NET 3.0 = .Net 2.0 + (WPF + WCF + WF)
So it's just some stuff added on to .Net 2.0. If you want to install the
3.0 extensions, post back and I'll give you the links.

Robin S.
-----------------
"tclancey" <tu**@idcodeware.co.ukwrote in message
news:ew**************@TK2MSFTNGP06.phx.gbl...
Many thanks for the info.

Are the service packs easy to find?

Do I still require Framework 2, or would I need to move to 3?

Cheers,
Tull.
"Michel Posseth [MCP]" <ms****@posseth.comwrote in message
news:e%****************@TK2MSFTNGP03.phx.gbl...
>well with the latest servicepacks that MS made availlable past week they
do

after the first servicepack we installed the dataset designer was verry
slow , but this is now solved

only strange thingy we encounter is that we can`t set references to
dll`s on shared drives if we do not refer to them with the full UNC path
( on XP we can just do a drive mapping )

so the answer Is a definite YES
"tclancey" <tu**@idcodeware.co.ukschreef in bericht
news:ex**************@TK2MSFTNGP03.phx.gbl...
>>Do they live happily together?
Cheers,
Tull.



Mar 18 '07 #4
Well, I'm going to need them sooner or later!

If you could that would be great.
Thanks.

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:37******************************@comcast.com. ..
.NET 3.0 = .Net 2.0 + (WPF + WCF + WF)
So it's just some stuff added on to .Net 2.0. If you want to install the
3.0 extensions, post back and I'll give you the links.

Robin S.
-----------------
"tclancey" <tu**@idcodeware.co.ukwrote in message
news:ew**************@TK2MSFTNGP06.phx.gbl...
>Many thanks for the info.

Are the service packs easy to find?

Do I still require Framework 2, or would I need to move to 3?

Cheers,
Tull.
"Michel Posseth [MCP]" <ms****@posseth.comwrote in message
news:e%****************@TK2MSFTNGP03.phx.gbl...
>>well with the latest servicepacks that MS made availlable past week they
do

after the first servicepack we installed the dataset designer was verry
slow , but this is now solved

only strange thingy we encounter is that we can`t set references to
dll`s on shared drives if we do not refer to them with the full UNC path
( on XP we can just do a drive mapping )

so the answer Is a definite YES
"tclancey" <tu**@idcodeware.co.ukschreef in bericht
news:ex**************@TK2MSFTNGP03.phx.gbl...
Do they live happily together?
Cheers,
Tull.



Mar 21 '07 #5
Here you go. Instructions on installing the .Net 3.0 stuff on Vista or XP.
This assumes you're running VS2005 SP-1.
------------------------------------------------------------

Installing the Software Required to Work With WPF Applications

To configure your computer so that you can work with WPF you should follow
these steps:

1. Windows Presentation Foundation requires Version 3.0 of the .NET
Framework. While this automatically comes with Windows Vista, if you are
using Windows XP you will have to download the installable from the
Microsoft Website.

http://www.microsoft.com/downloads/d...displaylang=en

Once this has been installed you should see an entry at
C:\WINDOWS\Microsoft.NET\Framework which reads "v3.0".
2. Download and install the Windows SDK. This is required in order to
provide the help files for WPF. You should do this before installing the
extensions to Visual Studio (Step 3 below) because the help files must be
present on your computer in order for them to be linked to Visual Studio.
Of course you will find it much more convenient for help to be available
just by pressing F1 with a particular term highlighted rather than being
forced to manually open the help file and to search for a particular term
via the search box.

The Windows SDK for can be downloaded from the following location.

http://www.microsoft.com/downloads/d...displaylang=en

Even though this SDK is labeled "Windows SDK for Windows Vista", when you
begin to install it, one of the screens indicates that it is also the
correct version for Windows XP, provided that you already have Service Pack
2 installed.

3. Even if you are running Windows Vista you will need to install the
Visual Studio 2005 Extensions for WCF and WPF.

http://www.microsoft.com/downloads/d...displaylang=en

4. To verify that you have correctly followed these instructions, open
Visual Studio and select Create a new Project. Look for an entry below the
C# or VB node in the treeview of project types which reads "NET Framework
3.0". When you select this entry you should see in the details pane to the
right an entry under "Visual Studio installed templates" called Windows
Application (WPF). Create a new application and select a term which is WPF
related (eg. Application or Window). Press the F1 key and if the correct
context sensitive help comes up, you can be confident that you have
succeeded. Congratulations!

--------------------------------------

Here's the link to the Windows Workflow Foundation extensions for Visual
Studio 2005 if you're interested in that as well.

http://www.microsoft.com/downloads/t...displayLang=en
Good luck,
Robin S.
------------------------------------
"tclancey" <tu**@idcodeware.co.ukwrote in message
news:u8**************@TK2MSFTNGP02.phx.gbl...
Well, I'm going to need them sooner or later!

If you could that would be great.
Thanks.

"RobinS" <Ro****@NoSpam.yah.nonewrote in message
news:37******************************@comcast.com. ..
>.NET 3.0 = .Net 2.0 + (WPF + WCF + WF)
So it's just some stuff added on to .Net 2.0. If you want to install the
3.0 extensions, post back and I'll give you the links.

Robin S.
-----------------
"tclancey" <tu**@idcodeware.co.ukwrote in message
news:ew**************@TK2MSFTNGP06.phx.gbl...
>>Many thanks for the info.

Are the service packs easy to find?

Do I still require Framework 2, or would I need to move to 3?

Cheers,
Tull.
"Michel Posseth [MCP]" <ms****@posseth.comwrote in message
news:e%****************@TK2MSFTNGP03.phx.gbl.. .
well with the latest servicepacks that MS made availlable past week
they do

after the first servicepack we installed the dataset designer was
verry slow , but this is now solved

only strange thingy we encounter is that we can`t set references to
dll`s on shared drives if we do not refer to them with the full UNC
path ( on XP we can just do a drive mapping )

so the answer Is a definite YES
"tclancey" <tu**@idcodeware.co.ukschreef in bericht
news:ex**************@TK2MSFTNGP03.phx.gbl...
Do they live happily together?
Cheers,
Tull.
>




Mar 22 '07 #6

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

Similar topics

5
by: Andy.I | last post by:
Hi As Windows Vista is around the corner, I'm considering upgradeing my dev machine. But, one thing I'm curiouse about it if there are any known issues with Vista and Visual Studio 2005. Not...
23
by: Rob | last post by:
I have been using VS 2003.... just installed VS 2005.... In 2003, if you want to create a Web project, you open Visual Basic Projects | ASP.NET Web Application.... How do you begin an ASP...
6
by: brett | last post by:
I installed VS.NET 2005 final on Vista Ultimate RTM. I have a web project that I'd like open but receive this message: The project file 'c:\myproj.csproj' cannot be opened. The project type is...
3
by: Henry Jones | last post by:
I am Using Vista with Visual Studio 2005 and when I open a project, it could take a full minute or two before the "start debugging" button turns green on the menu. Also, in the Solution Explorer,...
9
by: HC | last post by:
Hello, all, I started out thinking my problems were elsewhere but as I have worked through this I have isolated my problem, currently, as a difference between MSDE and SQL Express 2005 (I'll just...
6
by: theintrepidfox | last post by:
Dear Group I've installed MSSQL 2005 STD on Vista and now can't attach my databases. I've installed SQL SP2 and the SQL Vista Beta Update. The error I'm getting is: Unable to open the...
4
by: Brent | last post by:
Ok i just went from XP Professional to Vista Ultimate x64 last night. I installed vs 2005, sp1, and the update for sp1 for vista. I started up VS2005 and still got the warning message that deals...
4
by: Brad Pears | last post by:
I am looking at purchasing a new laptop and of course they all come with Vista now. I want to use the new OS but want to make sure that I am not going to be pooched when trying to install and run...
4
by: ngrTerry | last post by:
We have a PC with Windows Vista installed on it and are having problems installing the Developer Edition of Sql Server 2005 on it. The installation completes but some components will not install. ...
3
by: nzmike | last post by:
Hi, Hoping someone out there can help me... I just built a new Vista Home Premium 64 PC. So far everything has gone well so this morning I decided to install Visual Studio 2005 Professional....
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
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...
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.