473,395 Members | 1,568 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.

Missing ADO.NET Entity Framework

Hi

I have installed vs2008/.net3.5 SP1 (details below) but I still can't see
ADO.Net Entity Framework under 'New Item' in my WinForm vb.net solution.

What am I doing wrong?

Thanks

Regards
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Professional

Microsoft Visual Basic 2008 91605-270-1602131-60476
Microsoft Visual Basic 2008

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1
(KB945140) KB945140
This service pack is for Microsoft Visual Studio 2008 Professional Edition -
ENU.
If you later install a more recent service pack, this service pack will be
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945140.
Sep 17 '08 #1
5 3387
I thought the Entity Framework was a set of classes and not an "item" to be
added.
"John" <in**@nospam.infovis.co.ukwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hi

I have installed vs2008/.net3.5 SP1 (details below) but I still can't see
ADO.Net Entity Framework under 'New Item' in my WinForm vb.net solution.

What am I doing wrong?

Thanks

Regards
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Professional

Microsoft Visual Basic 2008 91605-270-1602131-60476
Microsoft Visual Basic 2008

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1
(KB945140) KB945140
This service pack is for Microsoft Visual Studio 2008 Professional
Edition - ENU.
If you later install a more recent service pack, this service pack will be
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945140.

Sep 17 '08 #2
How do I get this
http://www.codeguru.com/dbfiles/get_...PG&ds=20080903 ?

from this article;
http://www.codeguru.com/csharp/.net/...php/c15489__1/

Thanks

Regards

"Scott M." <s-***@nospam.nospamwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>I thought the Entity Framework was a set of classes and not an "item" to be
added.
"John" <in**@nospam.infovis.co.ukwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>Hi

I have installed vs2008/.net3.5 SP1 (details below) but I still can't see
ADO.Net Entity Framework under 'New Item' in my WinForm vb.net solution.

What am I doing wrong?

Thanks

Regards
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Professional

Microsoft Visual Basic 2008 91605-270-1602131-60476
Microsoft Visual Basic 2008

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1
(KB945140) KB945140
This service pack is for Microsoft Visual Studio 2008 Professional
Edition - ENU.
If you later install a more recent service pack, this service pack will
be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945140.


Sep 17 '08 #3
Hi John,

If you go to add to your winforms project, an "ADO.NET Entity Data Model"
should be the first item listed in the data node. It may not be showing if
you have set your winforms project to be 2.0 instead of 3.5. to make sure
you're a 3.5 winforms app, click on "My Project" in solution explorer,
select the compile tab, click on the Advanced Compile Options and make sure
the Target Framework option is set to 3.5. Apparently, it helps if you
stand one one leg while singing while doing this, but as I haven't been able
to confirm the song you're meant to sing I'm not sure that last bit is
completely true ;)


"John" <in**@nospam.infovis.co.ukwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hi

I have installed vs2008/.net3.5 SP1 (details below) but I still can't see
ADO.Net Entity Framework under 'New Item' in my WinForm vb.net solution.

What am I doing wrong?

Thanks

Regards
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Professional

Microsoft Visual Basic 2008 91605-270-1602131-60476
Microsoft Visual Basic 2008

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1
(KB945140) KB945140
This service pack is for Microsoft Visual Studio 2008 Professional
Edition - ENU.
If you later install a more recent service pack, this service pack will be
uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945140.
Sep 18 '08 #4
Hi Bill

Yes, it has worked after switching to 3.5. How can I make 3.5 default for a
new project?

Thanks

Regards

"Bill McCarthy" <Bi**@localhost.comwrote in message
news:BA**********************************@microsof t.com...
Hi John,

If you go to add to your winforms project, an "ADO.NET Entity Data Model"
should be the first item listed in the data node. It may not be showing
if you have set your winforms project to be 2.0 instead of 3.5. to make
sure you're a 3.5 winforms app, click on "My Project" in solution
explorer, select the compile tab, click on the Advanced Compile Options
and make sure the Target Framework option is set to 3.5. Apparently, it
helps if you stand one one leg while singing while doing this, but as I
haven't been able to confirm the song you're meant to sing I'm not sure
that last bit is completely true ;)


"John" <in**@nospam.infovis.co.ukwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
>Hi

I have installed vs2008/.net3.5 SP1 (details below) but I still can't see
ADO.Net Entity Framework under 'New Item' in my WinForm vb.net solution.

What am I doing wrong?

Thanks

Regards
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Professional

Microsoft Visual Basic 2008 91605-270-1602131-60476
Microsoft Visual Basic 2008

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1
(KB945140) KB945140
This service pack is for Microsoft Visual Studio 2008 Professional
Edition - ENU.
If you later install a more recent service pack, this service pack will
be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945140.

Sep 18 '08 #5


In news:%2****************@TK2MSFTNGP05.phx.gbl,
John <in**@nospam.infovis.co.ukwrote:
Hi Bill

Yes, it has worked after switching to 3.5. How can I make 3.5 default
for a new project?
I think it remembers what you select when you create a new project. (top
right of the new project dialogue)

Sep 19 '08 #6

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

Similar topics

4
by: Erwin Gabler | last post by:
Trying to validate a document with a reference to a DTD ("PUBLIC" identifier): <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE systems-description PUBLIC "-//foo/nono" ""> .... The DTD uses...
0
by: Frederico Guimar?es via DotNetMonster.com | last post by:
Hi, I'm trying to use the Microsoft.Web.Services2.Messaging. ISoapFormatter but I receive this error: System.Xml.XmlException: The root element is missing. at System.Xml.XmlTextReader.Read()...
1
by: Harold Howe | last post by:
When .NET loads an app.config at runtime (myapp.exe.config), will it honor an entity declaration? Based on what I am seeing, the answer is no, but I think, or hope, that I am doing something wrong....
0
by: Andy B | last post by:
I wanted to try out the ado.net entity framework model and see how it was different from linq to sql entities. I put a page in a web application project, added an ado.net entity model and told it...
9
by: Cirene | last post by:
I'm about to begin a brand new, big, ASP.NET project (using 3.5 .net fw), VS 2008. I'm using MySQL as the backend (customer request.) I have absolutely no experience with LINQ and/or the Entity...
3
by: chris.kennedy | last post by:
I am really struggling to create an entity which maps to 2 "base" entities. I have a customer and invoice entity which are based in tables in a one to many relationship. I have tried: 1....
1
by: markla | last post by:
Hi, I have an Entity data model built in Entity Framework, which sources data primarily from an MS SQL 2008 database, and sources some static (data dictionary) values from code-based objects. I...
1
by: Andy B | last post by:
I have to learn how to do one or the other: linq to sql or ado.net entity framework. There will be overhead no matter what way I go since I don't know either one. Which one would be the best one to...
0
by: zman77 | last post by:
Hi. My solution (working in VS 2008) has a C# console app, and a C# web service. The service has an entity data model. It has numerous stored procedures. For one of the stored procs, which just...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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.