Re: ADO.NET Entities Failure (RTM)



Can you post your About VS.NET 2008 details. from your newly rebuilt machine and functioning machine

I'd like to see if I have any hotfixes that are causing my Entity model Template not to show up.

Thanks

This is mine...

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

Installed Edition: Professional

Microsoft Visual Basic 2008

Microsoft Visual C# 2008

Microsoft Visual C++ 2008

Microsoft Visual Studio 2008 Tools for Office

Microsoft Visual Web Developer 2008

Crystal Reports Basic for Visual Studio 2008


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

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

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

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

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

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

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

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

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

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

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

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

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.

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1 (KB947888) KB947888
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/947888.

Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1 (KB948484) KB948484
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/948484.


"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx> wrote in message news:e$simDY$IHA.1152@xxxxxxxxxxxxxxxxxxxxxxx
The solution is to uninstall EVERYTHING and start over again. Despite not thinking I had one of the offending hotfixes or beta
software, I am now under the assumption I must have had one of them installed.

Visual Studio is now working great, or at least great in the features I currently need. :-)

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
"Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@xxxxxxxxxxxxxxxxxx> wrote in message news:ObB1q9U$IHA.1180@xxxxxxxxxxxxxxxxxxxxxxx
Running against my database, I end up with code generated that has the
following:
[global::System.Runtime.Serialization.DataContractAttribute(IsReference=true)]

which generates the error:
'System.Runtime.Serialization.DataContractAttribute' does not contain a
definition for 'IsReference'

It appears the System.Runtime.Serialization is not properly updated by
Visual Studio 2008 SP1, or at least not on Windows Server 2008 (my desktop
OS). Will try to go through and create exact repro steps.

History:
1. Installed Visual Studio SP1
Did not install .NET Framework 3.5 SP1 first, as assumed this would be
part of VS SP1
2. Installed SQL Server 2008 Developer
3. Rebooted numerous times
(per
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=3586027&SiteID=1&pageid=0)
4. Repair installed .NET Framework 3.5 SP1

Still running the issue after repair reinstall ... and rebooting. Attempted stealing the assemblies from the temp folder, but I
am not sure which msp to run to get them. Going to attempt a VS 2008 SP1 repair install, as well. And then punt until I can
afford time to completely rebuild the machine, as that is ... unfortunately ... generally the best option when an MS SP fails.

Any other ideas?

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************




.



Relevant Pages

  • Re: ADO.NET Entities Failure (RTM)
    ... Microsoft Visual Studio 2008 Tools for Office ... Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU ... This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU. ... If you later install a more recent service pack, this hotfix will be uninstalled automatically. ...
    (microsoft.public.dotnet.framework.adonet)
  • Dont forget set Target framework for Project to 3.5: ADO.NET Entities Failure (RTM)
    ... Install VS 2008 SP1 ... Microsoft Visual Studio 2008 Tools for Office ... If you later install a more recent service pack, this hotfix will be uninstalled automatically. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: ADO.NET Entities Failure (RTM)
    ... Install VS 2008 SP1 ... Microsoft Visual Studio 2008 Tools for Office ... If you later install a more recent service pack, this hotfix will be uninstalled automatically. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: ADO.NET Entities Failure (RTM)
    ... I have not knowingly installed any Beta packages but I do recall one general Hotfix ... Install VS 2008 SP1 ... Microsoft Visual Studio 2008 Tools for Office ... If you later install a more recent service pack, this hotfix will be uninstalled automatically. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: error RC2104: undefined keyword or keyname TBS_NOTIFYBEFOREMOV
    ... Hotfix for Microsoft Visual Studio 2008 Standard Edition - ENU ... This hotfix is for Microsoft Visual Studio 2008 Standard Edition - ENU. ... If you later install a more recent service pack, ...
    (microsoft.public.vc.mfc)