Office365 API : Windows 8.1 samples do not build, AuthenticationHelper class has errors

just downloaded latest Office365 API samples for Windows 8.1 Store apps from http://dev.office.com/code-samples-detail/1511
Alas I get the following build errors, even after having updated all nuget packages to their latest versions:
Office365Samples\Office365StarterProject\Helpers\AuthenticationHelper.cs(156,44,156,63): error CS1061: 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext' does not contain a definition for 'UseCorporateNetwork' and no extension method
'UseCorporateNetwork' accepting a first argument of type 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext' could be found (are you missing a using directive or an assembly reference?)
Office365Samples\Office365StarterProject\Helpers\AuthenticationHelper.cs(341,28,341,87): error CS1502: The best overloaded method match for 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationContext.AcquireTokenAsync(string, string, Microsoft.IdentityModel.Clients.ActiveDirectory.UserCredential)'
has some invalid arguments
Office365Samples\Office365StarterProject\Helpers\AuthenticationHelper.cs(341,76,341,86): error CS1503: Argument 3: cannot convert from 'System.Uri' to 'Microsoft.IdentityModel.Clients.ActiveDirectory.UserCredential'
Office365Samples\Office365StarterProject\Helpers\AuthenticationHelper.cs(343,24,343,30): error CS1061: 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult' does not contain a definition for 'Status' and no extension method 'Status' accepting
a first argument of type 'Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult' could be found (are you missing a using directive or an assembly reference?)
Office365Samples\Office365StarterProject\Helpers\AuthenticationHelper.cs(343,34,343,54): error CS0103: The name 'AuthenticationStatus' does not exist in the current context
Building with VS2013 Update 4
What am I doing wrong? Is latest nuget of Microsoft.IdentityModel.Clients.ActiveDirectory.* perhaps breaking it?
PS is there an Office365 API forum on MSDN? If not, might be interesting to create one?
edit:
in case it helps: here is the list of nuget packages in the solution:
<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Microsoft.Azure.ActiveDirectory.GraphClient" version="2.0.5" targetFramework="win81" />
  <package id="Microsoft.Data.Edm" version="5.6.3" targetFramework="win81" />
  <package id="Microsoft.Data.OData" version="5.6.3" targetFramework="win81" />
  <package id="Microsoft.Data.Services.Client" version="5.6.3" targetFramework="win81" />
  <package id="Microsoft.IdentityModel.Clients.ActiveDirectory" version="3.0.110281957-alpha" targetFramework="win81" />
  <package id="Microsoft.OData.Client" version="6.9.0" targetFramework="win81" />
  <package id="Microsoft.OData.Core" version="6.9.0" targetFramework="win81" />
  <package id="Microsoft.OData.Edm" version="6.9.0" targetFramework="win81" />
  <package id="Microsoft.Office365.Discovery" version="1.0.22" targetFramework="win81" />
  <package id="Microsoft.Office365.OAuth.Windows" version="1.0.22" targetFramework="win81" />
  <package id="Microsoft.Office365.OutlookServices" version="1.0.22" targetFramework="win81" />
  <package id="Microsoft.Office365.SharePoint" version="1.0.22" targetFramework="win81" />
  <package id="Microsoft.Spatial" version="6.9.0" targetFramework="win81" />
  <package id="Newtonsoft.Json" version="6.0.8" targetFramework="win81" />
  <package id="System.Spatial" version="5.6.3" targetFramework="win81" />
</packages>

Hello wolkenjager,
This sample has not been updated to use this version of ADAL. As you suggest, the version you have specified appears to break the sample. We thank you for trying this out! :) We suggest that you revert to the version specified in the packages.config
(2.10.10910.1511).
With regards,
Michael Mainer
Michael | Microsoft Exchange Developer Content
The
Exchange Development Forum Guide has useful information for using the Exchange Development Forum.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Window pops up saying can not complete request data base error, disk is full

    Window pops up saying can not complete request data base error, disk is full

    I am using the latest ID version with update and I am using a Mac running 10.9.5. This all started when I tried to make a PDF file from a pub I was working on. The application made the file but went into a spinning beach ball and I had to force quit. Now the window pops up when I open ID and also when I am working on a documents.

  • I am unable to install adobe digital edition 3 on windows 8. It does not open and gives an error message. Please help.

    I have downloaded and installed adobe digital edition 3 in my windows 8 laptop. But it fails to open. I get an error message saying "adobe digital edition has stopped working. A problem caused the problem to stop working correctly. Windows will close the program and notify you if a solution is available". I have downloaded the set up file from the adobe site from the link http://download.adobe.com/pub/adobe/digitaleditions/ADE_3.0_Installer.exe. Can anyone help. I have bought online books and I am unable to read them unless this is installed.

    Hi Kishore,
    Which OS are you using?
    There are some solutions mentioned on this thread that might be helpful to you :Re: adobe digital editions has stopped working
    You might also want to check the KB : Installing Adobe Digital Editions 2.0 in Windows Vista
    Regards,
    Rave

  • In the download window, if the download is not very recent or has already been opened before, I can't open it.

    I CAN'T OPEN MOST OF THE DOWNLOADS IN THE FireFox DOWNLOAD LIST, IF I DOUBLE CLICK, NOTHING HAPPENS, IF I RIGHT CLICK, I SEE THAT THE "OPEN" BUTTON IS GRAYED OUT. "OPEN CONTAINING FOLDER" BUTTON IS ALSO GRAYED OUT, AND SOMETIMES, EVEN THE "OPEN THE DOWNLOAD PAGE" BUTTON IS GRAYED OUT. Seems to happen if the download is older than a day or two, and also seems to happen if I had previosly opened the same download (as if you can open a download only once).

    Thanks for the answer, Cor-el. I was aware of this but since I didn't find the un-openable downloads in my antivirus quarantined files, I was wondering if they might be somewhere else. I don't have cleanup software, (to the best of my knowledge). Also it's strange that all of my downloads are always available right after download, (that is, the open button grays out only if the file is older than a day or two, and also seems to happen if I had previosly opened the same download (as if you can open a download only once).

  • Row highlight does not work when class has a background-clolor

    This is more a CSS / javascript question but since the problem occurs in Apex I'll try my luck here.
    I try to implement a row highlight feature that worked in 3.2 but not in 4.0. The difference is that the style that is used for the table cells contains a background-color in the 4.0 template and it did not in 3.2.
    This is how it works.
    I created a report template with "before each row" : <tr onMouseOver="cOn(this);" onMouseOut="cOut(this);">
    The javascript does this:
    function cOn(td) {
       if(document.getElementById||(document.all && !(document.getElementById))) {
          if (td.previousSibling != null) {
              td.style.backgroundColor="#FFFF99";
              td.style.color="#000000";         
    }My thought was that td.style.backgroundColor="#FFFF99" would overrule the background color given by the class but when this happens from within javascript this does not work. Is this proper behaviour? Are there other methods that will work?

    Hi Rene
    If you are just looking for a row highlight on a mouse hover, it might be easier to place the following in the html header of the page:
    <style = text/css>
    .apexir_WORKSHEET_DATA tr:hover td {
    background-color: #FFFF99 !important;
    color: #000000 !important;
    </style>
    ~Andrew Schultz

  • BETA 10.1.3.1 User Task will not build

    I have a simple process which initiates a User Task running under 10.1.2.0.2. I have opened this up in JDEV 10.1.3.1 and tried to build the project.
    This does not work, and the following messages are produced :
    Project: T:\ManualExceptionHandler\ManualExceptionHandler\ManualExceptionHandler.jpr
    T:\ABI07-ManualExceptionHandler\ManualExceptionHandler\bpel\ManualExceptionHandler.bpel
    Error: Failed to compile classes.
    Failed to compile the generated BPEL classes for "ManualExceptionHandler".
    T:\ABI07-ManualExceptionHandler\ManualExceptionHandler\public_html\manualErrorHandlingUserInteraction_WF_Form.jsp
    Error: WorklistService not found
    Error: oracle.tip.pc.services.hw.task.tasktype.impl not found
    Error: oracle.tip.pc.api.worklist.payload not found
    Error: WorklistConstants not found
    Error: PayloadUtil not found
    Error(30,3): identifier WorklistService not found
    Error(32,3): identifier PayloadConstant not found
    Error(33,3): IWorklistContext not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(35,3): identifier PayloadConstant not found
    Error(37,3): identifier PayloadConstant not found
    Error(38,3): IWorklistTask not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(45,3): Form not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(45,3): identifier PayloadFormGenerator not found
    Error(49,3): identifier PayloadConstant not found
    Error(52,3): identifier PayloadConstant not found
    Error(54,3): identifier PayloadConstant not found
    Error(57,3): identifier PayloadFormGenerator not found
    Error(61,3): identifier PayloadFormGenerator not found
    Error(72,17): identifier PayloadConstant not found
    Error(90,43): identifier PayloadFormGenerator not found
    Error(98,24): identifier PayloadUtil not found
    Error(107,17): identifier PayloadConstant not found
    Error(125,9): Field not found in class manualErrorHandlingUserInteraction_WF__Form
    Error(139,37): identifier PayloadFormGenerator not found
    Error(139,122): identifier PayloadFormGenerator not found
    Error(140,20): identifier PayloadFormGenerator not found
    Error(140,114): identifier PayloadUtil not found
    Error(141,48): identifier PayloadUtil not found
    Error(141,130): identifier PayloadFormGenerator not found
    Error(151,18): identifier PayloadUtil not found
    Error(161,13): identifier PayloadUtil not found
    Error(166,13): identifier PayloadUtil not found
    I will not be able to continue doing much testing, as this process is invoked from every process....
    Please advise.
    Pete

    I don't know where you got the 10.1.3 jdev. Can you get the lattest jdev and try. You need to install latest BPEL engine to deploy the 10.1.2 process from jdev 10.1.3.

  • [svn:osmf:] 11226: Updated DRM Sample to not use the removed DRMUpdater API .

    Revision: 11226
    Author:   [email protected]
    Date:     2009-10-28 09:21:13 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Updated DRM Sample to not use the removed DRMUpdater API.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DRMSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/DRMSample/src/DRMSample.mxml
        osmf/trunk/apps/samples/framework/DRMSample/src/ui/RegionComponent.as

    Hi, 
    I was trying to create and update the calendar event using [POST] https://outlook.office365.com/api/v1.0/me/events and [PATCH] https://outlook.office365.com/api/v1.0/me/events/<eventId> respectively.
    When i try with poster or postman, I get this error
    {error: {code: "ErrorInvalidRequest" message: "Cannot read the request body."} }
    its not working . Any help will be appreciated.
    Note: GET events and DELETE Events are working. I think the API with payload is not working.

  • Problem on using Crystal Report Viewer on windows application ("specified type is not valid ")

    Hi
    I am having problem on using Crystal Report Viewer on one of my windows application.
    I am not sure how to put the Crystal Report Viewer 11 Control onto the tool box.
    I could found a Crystal Report Viewer control on my computer, but it is version 8.5.
    I have also found another one which is Called Crytal ActiveX Report Viewer, i don't think it is the one I can use. As when I try to load a dummy report on to the Crytal ActiveX Report Viewer, It return an error. "specified type is not valid"
    Please see the Code sample below.
    private sub loadReport()
         Dim r as New ReportDocument
         'v is the name of the Crystal ActiveX Report Viewer Control
         r.Load("C:\Report1.rtp")
         v.ReportSource(r) <---It throw error on this line.
    End Sub
    Could you give me some advice about what have I done wrong, How to check if I have set up the Crystal Report Component correctly in my Visual Studio 2005 Standard edition.
    Thanks in advances.
    Many thanks
    Chi

    VS 2005 Standard and Express editions do not come with Crystal Reports; only the Professional and higher editions will have CR bundled. However, I believe you can purchase CR XI R2 Developer and it will give you the components you need to create a VS .NET 2005 application using the Standard edition.
    -MJ

  • I dowloard a book sample to iBook. I then deleted it and bought the book and downloaded it. The search engine will only search the 45-page sample and not the full book. How do I get iBook to search the full book?

    I downloaded a book sample to iBook. I deleted it and then bought the full book and downloaded it. The search engine keeps only searching the sample, about 50 pages, and not the full book. How do I get the search engine to search the full book?

    I am having this exact issue. I just downloaded a book and went to open it and got this exact problem.
    I purchased he book through indigo/kobo edition and paid for it and immediately went to open it and am getting the same error
    Error getting License. License Server Communication Problem only mine says  Bad Device key after.
    Not sure why someone has not answered this question yet...i am using windows 7 and this is how i always do it. Never had this problem before when purchasing a book.
    i hope someone answers this soon.

  • Esx sampler is not able loading samples

    hello,
    I am new in this forum and hope someone can help me out.
    Everytime when I open the Esx24 sampler and choose from the menu a sample, a window opens which says: progress, load audio sample for xxx . The window remains open and there is no progress. I can not close the window anymore and nothing happens. I have to force quit Logic. This also happens when I try to open older Logic 6.0 files with esx24 samples in it.
    I guess the Esx24 sampler can not find the samples. But they are located where they as I believe should: computer - Library - Application Support - Logic - ESX factory samples.
    Any suggestions? Excuse my bad mastery of the English language. I am a native German .
    Regards,

    Ashermusic,
    Excuse my late response. Thank you for your reply.
    {knip}
    Make sure your actual EXS24 instruments are in the
    Sampler Instruments folder in the Logic folder in the
    Application Support folder.
    They are located there - in my desperation even copied them as well into the Logic folder - Application Support folder - user
    If they are and this is still happening there are 2
    solutions:
    Aha. So this problem is known - occurs often?
    1. Buy Redmatica's EXSManager Pro and re-link the
    sampler instruments with the samples. (Best choice.)
    OK but I am broke ... again ... and have to head for a cheaper solution.
    2. Use Logic's Project Manager to do it. (more
    cumbersome but free.)
    Project Manager did find the instruments. How can I make a connection with the ESX24 sampler? Now it takes more than 15 minutes till the ESX24 sampler (or Project Manager?) finds the instrument and that Project Manager asks me if I want to use it.
    Is there any way to do this quicker? This is more than cumbersome
    I hope I am communicating understandable
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  
    Imac, intel core duo   Mac OS X (10.4.9)  

  • Impl.h header and snmp samples are not there

    In Solaris9 the fiiles impl.h and the SNMP samples were not there....how can I get them into my system.
    Thanks

    Hi Krisjagan,
    It’s just been declared Deprecated which means that there won’t be any more updates to this.
    It is in fact available as a feature in Server 2012. Pasting some screenshots below from my Lab, you can refer the following related third party article to compare
    your install step is same or not, and whether you configure firewall correct.
    SNMP Extension Fails on Windows 8/Server 2012 when attempting network communication
    https://support.microsoft.com/kb/2771908?wa=wsignin1.0
    How to Install SNMP and Configure the Community String
    https://support.managed.com/kb/a764/how-to-install-snmp-and-configure-the-community-string.aspx
    For detailed information about how you change SNMP to WinRM, you can follow the msdn portal of Windows Remote Management.
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa384426(v=vs.85).aspx.
    How to check if a SNMP Trap is received.
    http://michelkamp.wordpress.com/2012/07/02/how-to-check-if-a-snmp-trap-is-received/
    The similar thread:
    Windows Server 2008 R2 or Windows Server 2012 SNMP Version Support
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/9211da18-cbfb-4adf-84be-43f8654767d1/windows-server-2008-r2-or-windows-server-2012-snmp-version-support?forum=winserverManagement
    More information:
    Windows Remote Management
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa384426(v=vs.85).aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows 8.1 Pro will not boot after installing iTunes 11.1.5.5

    It's a little hard for me to accept that this is true, but the symptoms seem to be pointing the direction of the title of this thread.  I have an all-in-one touch-screen Gateway computer that came with windows 7 (yeah, a win7 machine that came with touch, yeesh) and I put windows 8.1 pro 64-bit on it with a clean install (actually windows 8 was the clean install and then I did the free microsoft store upgrade to 8.1).  It has 4GB of RAM and has a Pentium Dual Core cpu @ 2.2 Ghz.  It was running fine with the previous version of iTunes, but as soon as I updated to iTunes 11.1.5.5 (and there may have been other apple things that updated too (ie quicktime of course), the computer prompted me for a reboot and froze during the reboot process (before it even shut down).  Then it had trouble booting into windows.  I ran startup repair to no avail and decided to do a sytem restore.  My most recent restore point was from a few weeks back, before iTunes was even installed at all on the machine.  I went back to that point and the machine worked fine again.  Then I installed iTunes 11.1.5.5 and the same exact problem occurred - it froze while shutting down after the iTunes install and then would not boot into windows 8.  I did another system restore and have not put iTunes back on.  The system is working fine.  I'm going to try to find out if there's a way to download older versions of iTunes, so that I can install it, but the bigger issue here is: Is this a legitimate bug/incompatibility with some hardware or software or driver that I have on this computer?  I run a computer support business so I know my way around but I don't have time to troubleshoot this from scratch.  Anyone else seeing this?  Apple employees...a little help here?  Any input?

    let it sit for about 30 min and still got nothing
    I then did a "hard shutdown(just pressed power button till it turned off the computer)"
    That may not have been long enough.  But a "hard shutdown" would definitely have been construed as a problem due to the update.
    Asus apparently is a known problem case...
    http://blogs.msdn.com/b/usbcoreblog/archive/2013/10/19/help-after-installing-windows-8-1-the-superspeed-ports-of-my-asus-system-don-t-work.aspx
    Link courtesy Darrell Gorter [MSFT] found here
    "Windows 8 Keyboard and mouse not working"
    http://social.technet.microsoft.com/Forums/en-US/w8itprohardware/thread/06e9b341-0619-4085-acbf-e2f0133ca428?outputAs=rss
    (RSS given to avoid overhead of opening long thread for IE users)
    Note that there may be useful tips for you in both of those threads' comments.
    Robert Aldwinckle

  • Windows 7 Pro x64 does not detect HP Mobile Data Protection Sensor (accelerometer)

    Hello there.
    I installed win7pro x64 yesterday and already came across a serious problem that makes my way of using the notebook a bit dangerous for my precious data.
    When I was working on HP-branded Vista 32bit (from recovery partition etc), there was a device called HP Mobile Data Protection Sensor together with HP ProtectSmart (or Protect Smart) software. In other words, the HDD accelerometer that parks HDD's heads when it "feels" it's falling or something, and software for it. It worked brilliantly.
    Until I decided to install Win7... Then, surprisingly after a driver-install failure and taking a look at the Device Manager I noticed that there's no such device! I checked it three times, looked at every device's property, even reinstalled Vista 32bit back - it showed again - and installed Win7 - not detected again. There's nothing that has Device ID's HPQ004! I remember people saying that after fresh Windows install, there were 6 unknown devices or more. I had only 5. [Fingerprint device, 3x MemCard reader and IR receiver]. There was no accelerometer... Also, when I try to install the drivers/software, the windows pops up:
    ProtectSmart Hard Drive Protection: with text Property.AccelerometerNotPresent
    and then another one saying something like Features were not installed because of installation error or unsupported feature.
    So now I'm stuck with a notebook that is unsafe to travel with, because the disk is no longer protected
    I already installed all the drivers available from HP page, even downloaded newest ones from Intel (chipset) etc.
    Is there a solution to this? Has anyone else encountered this problem?
    Windows 7 is officially out and available as RTM version, not beta, so I think HP should open support for it and release new drivers for win7! And most importantly, fix this issue ...
    This question was solved.
    View Solution.

    Well, thanks to myself, I fixed it. After some thinking I remembered that ACPI = BIOS-related. It appears that there is a problem with the newest (F16) BIOS.
    F.16 changelog is below:
      Version: F.16 A  (26 May 2009)       Fixes  
    Updates the Intel MRC Code to version 2.7.
    Updates the Intel AHCI OP ROM to version iSrc 1.20_E.0012 11252008.
    Updates the BIOS to support Microsoft Windows Vista Operating Systems with Service Pack 2 (SP2).
     I went back to version F.14 and... boom! New (unknown) device found And guess what, it's ACPI/HPQ0004... So now my HDD is protected again ^^ yay!
    I don't know which of these changes cause that, but it looks that that can be fixed.
    I'll go back to F.16 again to see if the device will disappear and then contact HP support on that case.
    EDIT: Well, F.16 breaks things again, so it's definetely a BIOS problem. Thanks for... umm... well... at least spread the word, guys I hope this helps if someone has the same problem.
    Message Edited by dark_skeleton on 08-22-2009 07:08 AM
    Message Edited by dark_skeleton on 08-22-2009 07:11 AM

  • How can i open a link in new window (shift + Mouse Click) while not switching to the new window

    I want to open a new window (shift + Mouse Click) while not switching to the newly opened window. The focus should remain on the window from where i have opened the link.

    You can do that with tabs, but not with windows AFAIK.

  • Why does my Cisco router firewall block Windows Server 2012 traffic, but not Windows Server 2008 traffic?

    Hello,
       I run a small business network with five physical servers: three Dell servers running Windows Server 2008 R2, one custom build running 2008, and another custom build running 2012 with Domain Controller Role (same hardware for both custom builds). 
    The Dell servers are all running the Hyper-V role and each has a number of 2008 VMs.  I also have a 2012 VM with the Domain Controller Role on one of the Hyper-V servers and another VM with a completely base install of 2012.
       All servers are plugged into a Cisco SG300-52 switch which is uplinked to a Cisco 881 router which is connected to a cable TWC provided Ubee cable modem.  I have no VLANs setup.  I do have the Firewall on the router configured
    to inspect most traffic.
       Here is my problem:  I cannot connect to most of the internet on ANY 2012 server (and all exhibit the exact same behavior), but I have NO problems connecting to the internet from 2008 servers.  Here is what I already know:
       1.) I can ping the outside world just fine so ICMP is passing to any external host.
       2.) Two of the 2012 servers are DCs running DNS services and they can connect to the internet just fine for DNS requests because they are doing a perfectly good job of providing DNS services to my network.
       3.) Here's where it gets really weird: I can browse in internet explorer to Bing.com and it works.  I can also go to a couple other Microsoft websites (though they are very slow).  If I click on any link in Bing, however, it doesn't
    work and gives me a page not available error.  If I connect to a non-MS website like Google or my company website, I get page not available.
        4.) I have tried to telnet to port 80 at Bing and it works.  I have tried to telnet to port 80 at google.com and it won't connect.  The 2008 servers have no issue telneting to either bing or google on port 80 and none of my client
    PCs on the network do either.
        5.) Windows Update will not connect and neither will any other update service such as AVG (I have AVG Antivirus installed WITHOUT firewall on two of the three servers. The base 2012 VM has no software installed and no roles...I built it
    just to see if it could connect after a fresh install and it still cannot.)
        6.) The network connection does not indicate limited connectivity (probably because ICMP appears to be passing successfully)
         7.) If I connect the server directly to the modem it has full internet access.
         8.) All internal LAN connectivity is perfectly fine and runs at full speed.
         9.) I have scoured the internet trying to find other examples of this particular kind of connectivity issue on 2012 and I have found two TechNet articles that are similar, but they both had the same resolution: changing the router
    worked, but no one knows why. (I would have included the links, but apparently I cannot do that yet)
    My question is this: What is different about Windows Server 2012 networking that would render it unable to communicate through a router that Windows Server 2008 has no problems with?  I ask because, unlike in these two articles where they were
    running personal networking equipment they could easily upgrade, I'm running a Cisco 881 with what should be virtually limitless configuration options and I have no desire to replace it.  I have to assume the issue is somehow related to the firewall configuration,
    which I could fix easily, but I don't know what to change.  If anyone knows what changed in 2012 and why I would be able to browse to bing and other MS sites but no where else, please pass them along.  Thanks.

    This is the IP Config for the 2012 DC:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : COMPANYDC02
       Primary Dns Suffix  . . . . . . . : company.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection
       Physical Address. . . . . . . . . : 00-25-90-DC-EF-D5
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::81d5:53cf:bd07:14ed%12(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.10.10.202(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCPv6 IAID . . . . . . . . . . . : 301999504
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-96-D5-C3-00-25-90-DC-EF-D5
       DNS Servers . . . . . . . . . . . : 10.10.10.202
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{9929D989-8E88-4096-A1CB-61F1DB173FA3}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    This is the IP Config for the fresh install 2012 VM:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : WIN-800299O7ES6
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
       Physical Address. . . . . . . . . : 00-15-5D-0A-5C-02
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.10.10.49(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Saturday, August 23, 2014 10:23:01 PM
       Lease Expires . . . . . . . . . . : Wednesday, August 27, 2014 10:23:01 PM
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCP Server . . . . . . . . . . . : 10.10.10.1
       DNS Servers . . . . . . . . . . . : 10.10.10.220
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.company.local:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    NOTE: 10.10.10.220 and 10.10.10.221 are the other domain controllers on my network.  One of them is 2012 and one of them is 2008.  They are both functioning correctly for providing DNS services.  The 2012 Virtual DC, however, still has
    the internet connectivity issue that this whole post was about in the first place.
    NOTE2: When I logged on to COMPANYDC02 this morning, it told me that I had new Windows Updates that needed to be downloaded.   Confused, I checked the most recent time WU had checked for updates at it had successfully checked for updates last night
    at 10pm.  Of course, it failed when trying to download them, but it appears that once in a while, a connection gets through successfully...

Maybe you are looking for

  • Cisco ASA 5505 Simple PAT

    Good morning you clever bunch, Having a real issue here, am used to the Router\Switch CLI but been asked to set up an ASA 5505 8.4. Quite simply I am trying to at least test out a static PAT from an external source to an internal server in a test env

  • Hp pavilion dv7 will not boot

    my hp dv7 prodcut id xh116ua#abc  fails to start.  boot starts and gets as far as a blinking logo with windows starting then the screen goes black and nothing happens did advanced sys diag ver 3.7.0.0   result is hard disk fail id Q32F8M-59L777-XD002

  • Query taking too long to execute

    Hi All, I have just moved a cube from DEV to Q and loaded the data(using INIT). I have created a query to test the data. When I execute the query, the initial result is showing up quickly but when I drill down using one char, say CHAR ABC, it is taki

  • How to match edges of objects precisely (2)?

    I have come across an issue related to the previous one I posted (about matching the edges of two objects). In that case, the two objects were adjacent land blocks in a map. Now I am trying to match the border of a land block (in red in the example a

  • [License] is free for Dev ?

    Hi ! Is exist a free License development for the version of Oracle Database 10.2.0.3 ? Message was edited by: user628295