﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum / StrataFrame Application Framework / Issues  / "Provider Failure" / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Tue, 07 Oct 2008 13:12:58 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: "Provider Failure"</title><link>http://forum.strataframe.net/Topic16333-10-1.aspx</link><description>I had a similar problem and traced it to a WMI issue. &lt;/P&gt;&lt;P&gt;Please review this link.  &lt;A href="http://windowsxp.mvps.org/repairwmi.htm"&gt;http://windowsxp.mvps.org/repairwmi.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I downloaded the WMI Diagnois Utility and found the problem.  I hope that it solves your problem.</description><pubDate>Thu, 24 Jul 2008 03:22:43 GMT</pubDate><dc:creator>Richard Keller</dc:creator></item><item><title>RE: "Provider Failure"</title><link>http://forum.strataframe.net/Topic16333-10-1.aspx</link><description>I picked the wrong week to quit sniffing glue!&lt;/P&gt;&lt;P&gt;The method &lt;FONT color=#0000ff&gt;My&lt;/FONT&gt;&lt;FONT size=2&gt;.Computer.Name&lt;/FONT&gt; works fine in a basic test windows app but my normal app crashes. I can call the method in the line prior to set connections and it fires ok.&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;MsgBox(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;My&lt;/FONT&gt;&lt;FONT size=2&gt;.Computer.Name) work&lt;/P&gt;&lt;P&gt;ConnectionManager.SetConnections() crash&lt;/P&gt;&lt;P&gt;I am in and out and dont have much time so maybe tonite i can figure this out. &lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Tue, 13 May 2008 15:14:33 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: "Provider Failure"</title><link>http://forum.strataframe.net/Topic16333-10-1.aspx</link><description>Just create a test program and call the above method.  You can also get to it like this:&lt;/P&gt;&lt;P&gt;[codesnippet]My.Computer.Info.OSFullName[/codesnippet]&lt;/P&gt;&lt;P&gt;(or something along those lines :))</description><pubDate>Tue, 13 May 2008 12:55:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: "Provider Failure"</title><link>http://forum.strataframe.net/Topic16333-10-1.aspx</link><description>That is strange it is my on my XP laptop and has both vs 05 and 08 installed i cant remember the last time i compiled the app on this machine but it has compiled and ran before. If I t now have time i will look into this a bit more but for right now i can use remote desktop.</description><pubDate>Tue, 13 May 2008 12:42:26 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: "Provider Failure"</title><link>http://forum.strataframe.net/Topic16333-10-1.aspx</link><description>We actually test on the OS within certain objects.   In this example, the GradientForm header is just referencing standard .NET classes to determine if the OS is Vista.  This is the class that it would be calling:&lt;/P&gt;&lt;P&gt;[codesnippet]Microsoft.VisualBasic.Devices.ComputerInfo[/codesnippet]&lt;/P&gt;&lt;P&gt;This contains the full name of the OS along with some other things.  This is probably an indication that your .NET installation on this client is not up to par or you are missing some standard .NET assemblies.</description><pubDate>Tue, 13 May 2008 09:46:53 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>"Provider Failure"</title><link>http://forum.strataframe.net/Topic16333-10-1.aspx</link><description>I am setting up my laptop as I will be out of town the rest of the week. I get a provider failer when i try to run the application a the Set Connections line in appmain. I deleted the commection info in the connection data folder but that didnt help ...Any ideas?&lt;/P&gt;&lt;P&gt;System.Management.ManagementException was unhandled&lt;BR&gt;  Message="Provider failure "&lt;BR&gt;  Source="System.Management"&lt;BR&gt;  StackTrace:&lt;BR&gt;       at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)    at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()    at System.Management.ManagementObjectCollection.get_Count()    at Microsoft.VisualBasic.Devices.ComputerInfo.get_OSManagementBaseObject()    at Microsoft.VisualBasic.Devices.ComputerInfo.get_OSFullName()    at MicroFour.StrataFrame.UI.Windows.Forms.GradientFormHeader..ctor()    at MicroFour.StrataFrame.UI.Windows.Forms.GradientFormHeader..ctor(IContainer Container)    at MicroFour.StrataFrame.UI.Windows.Forms.WizardControl.InitializeComponent()    at MicroFour.StrataFrame.UI.Windows.Forms.WizardControl..ctor()    at MicroFour.StrataFrame.Data.ConnectionWizard.InitializeComponent()    at MicroFour.StrataFrame.Data.ConnectionWizard..ctor(RequiredDataSourceCollection RequiredItems, Int32 ApplicationPK, Boolean PersistData)    at MicroFour.StrataFrame.Data.ConnectionWizard..ctor(RequiredDataSourceCollection RequiredItems, Int32 ApplicationPK)    at MicroFour.StrataFrame.Data.ConnectionManager.ShowConnectionWizard(Int32 ApplicationPK)    at MicroFour.StrataFrame.Data.ConnectionManager.ShowConnectionWizard()    at MicroFour.StrataFrame.Data.ConnectionManager.SetConnections()    at ActionLabor.Payroll.Base.AppMain.SetDataSources() in C:\Action Labor Payroll\Payroll\AppMain.vb:line 86    at MicroFour.StrataFrame.Application.StrataFrameApplication.Raise_SetDataSources()    at MicroFour.StrataFrame.Application.StrataFrameApplication.RunApplication()    at ActionLabor.Payroll.Base.AppMain.Main() in C:\Action Labor Payroll\Payroll\AppMain.vb:line 34&lt;BR&gt;  InnerException: &lt;BR&gt;</description><pubDate>Mon, 12 May 2008 11:16:58 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item></channel></rss>