﻿<?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 - V1 » Issues  » "Provider Failure"</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 29 May 2026 14:14:50 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: "Provider Failure"</title><link>http://forum.strataframe.net/FindPost18049.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.&amp;nbsp; &lt;A href="http://windowsxp.mvps.org/repairwmi.htm"&gt;http://windowsxp.mvps.org/repairwmi.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the WMI Diagnois Utility and found the problem.&amp;nbsp;&amp;nbsp;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>"Provider Failure"</title><link>http://forum.strataframe.net/FindPost16333.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&amp;nbsp;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;&amp;nbsp; Message="Provider failure "&lt;BR&gt;&amp;nbsp; Source="System.Management"&lt;BR&gt;&amp;nbsp; StackTrace:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Management.ManagementObjectCollection.get_Count()&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.VisualBasic.Devices.ComputerInfo.get_OSManagementBaseObject()&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.VisualBasic.Devices.ComputerInfo.get_OSFullName()&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Windows.Forms.GradientFormHeader..ctor()&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Windows.Forms.GradientFormHeader..ctor(IContainer Container)&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Windows.Forms.WizardControl.InitializeComponent()&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.UI.Windows.Forms.WizardControl..ctor()&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.ConnectionWizard.InitializeComponent()&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.ConnectionWizard..ctor(RequiredDataSourceCollection RequiredItems, Int32 ApplicationPK, Boolean PersistData)&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.ConnectionWizard..ctor(RequiredDataSourceCollection RequiredItems, Int32 ApplicationPK)&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.ConnectionManager.ShowConnectionWizard(Int32 ApplicationPK)&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.ConnectionManager.ShowConnectionWizard()&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Data.ConnectionManager.SetConnections()&amp;nbsp;&amp;nbsp;&amp;nbsp; at ActionLabor.Payroll.Base.AppMain.SetDataSources() in C:\Action Labor Payroll\Payroll\AppMain.vb:line 86&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Application.StrataFrameApplication.Raise_SetDataSources()&amp;nbsp;&amp;nbsp;&amp;nbsp; at MicroFour.StrataFrame.Application.StrataFrameApplication.RunApplication()&amp;nbsp;&amp;nbsp;&amp;nbsp; at ActionLabor.Payroll.Base.AppMain.Main() in C:\Action Labor Payroll\Payroll\AppMain.vb:line 34&lt;BR&gt;&amp;nbsp; InnerException: &lt;BR&gt;</description><pubDate>Thu, 24 Jul 2008 03:22:43 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: "Provider Failure"</title><link>http://forum.strataframe.net/FindPost16376.aspx</link><description>I picked the wrong week to quit sniffing glue!&lt;/P&gt;&lt;P&gt;The&amp;nbsp;method &lt;FONT color=#0000ff&gt;My&lt;/FONT&gt;&lt;FONT size=2&gt;.Computer.Name&lt;/FONT&gt;&amp;nbsp;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/FindPost16375.aspx</link><description>Just create a test program and call the above method.&amp;nbsp; 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/FindPost16374.aspx</link><description>That is strange it is my on my&amp;nbsp;XP laptop and has both vs 05 and 08 installed i cant&amp;nbsp;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/FindPost16364.aspx</link><description>We actually test on the OS within certain objects.&amp;nbsp;&amp;nbsp; In this example, the GradientForm header is just referencing standard .NET classes to determine if the OS is Vista.&amp;nbsp; 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.&amp;nbsp; 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></channel></rss>