﻿<?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  » Activation under Vista with Wireless card</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 03 Jun 2026 21:58:40 GMT</lastBuildDate><ttl>20</ttl><item><title>Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12170.aspx</link><description>Ok, I've looked through the forums and can't find any reference to this.&amp;nbsp; I've noticed multiple references to binding to a wireless network adapter as well as references to using a USB network adapter to allow keeping activated on both a desktop and laptop.&amp;nbsp; However, when I activate, my wireless adapter doesn't show in the list (interestingly my bluetooth PAN adapter shows on my laptop and my VMWare adapters show on my desktop).&amp;nbsp; This is true of both the built in wireless on the laptop and a netgear WG111v2 on either one.&amp;nbsp; This means I HAVE to remember to deactivate from the desktop before I leave for the day (I carry the laptop with me so if I forget to deactivate it that's not a big deal) or I have problems.&lt;/P&gt;&lt;P&gt;Is this a known issue with Vista and not seeing the wireless adapters?&amp;nbsp; BTW, I run Vistal Ultimate on both x64 on the desktop and x86 on the laptop.&amp;nbsp; Unfortunately I can't move the bluetooth dongle back and forth because I use a bluetooth mouse on the laptop and I use it off and on through the day in the office.&lt;/P&gt;&lt;P&gt;I'm not sure why it can see the belkin bluetooth dongle but not the netgear wireless dongle.&amp;nbsp; Is there something I need to do or am I just out of luck?&lt;/P&gt;&lt;P&gt;Thanks in advance for any help, while I can work with things currently, it's rather a pain especially if I could just be able to plug in the netgear wireless dongle on the machine I'm going to be working on at any given time.</description><pubDate>Fri, 02 Nov 2007 21:12:13 GMT</pubDate><dc:creator>Cyrus Welch</dc:creator></item><item><title>RE: Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12379.aspx</link><description>[quote][b]Ben Chase (10/30/2007)[/b][hr]Here's the posted fix:&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost12266.aspx"&gt;http://forum.strataframe.net/FindPost12266.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if it doesn't get you activated on the wireless card :)[/quote]&lt;P&gt;So far it seems to work fine.&amp;nbsp; I'll test it on my desktop (already tested on the laptop) in a few minutes, if I don't say it didn't work that means it did (which I fully expect it to).&amp;nbsp; Many thanks.</description><pubDate>Fri, 02 Nov 2007 21:12:13 GMT</pubDate><dc:creator>Cyrus Welch</dc:creator></item><item><title>RE: Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12267.aspx</link><description>Here's the posted fix:&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost12266.aspx"&gt;http://forum.strataframe.net/FindPost12266.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know if it doesn't get you activated on the wireless card :)</description><pubDate>Tue, 30 Oct 2007 09:08:10 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12263.aspx</link><description>No, I think we were trying to just reduce the number of adapters that whould show up in most users combo boxes to reduce confusion (most people don't need to see their 1394 fire wire connection listed).&amp;nbsp; However, looks like the Wireless80211 type is valid and has just been left off.&amp;nbsp; I'll post and update that will allow you to active on that network card type.</description><pubDate>Tue, 30 Oct 2007 08:58:26 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12226.aspx</link><description>[quote][b]Trent L. Taylor (10/26/2007)[/b][hr]What are the types that your card shows?&amp;nbsp; In the sample I gave you, put a break point on the nicInfo within the For Loop and see what the NetworkInterfaceType is set to for you wireless card.&amp;nbsp; This is what is causing the IsValidInterfaceType to fail.[/quote]&lt;/P&gt;&lt;P&gt;Wireless Network Connection 2 (Dell 1350 NIC) shows as Wireless80211 and comes back as false.&lt;/P&gt;&lt;P&gt;Bluetooth Network Connection 5 shows as Ethernet and comes back as true.&lt;/P&gt;&lt;P&gt;Local Area Connection (build in eithernet) shows as Ethernet and comes back as true &lt;/P&gt;&lt;P&gt;Local Area Connection 2 (the netgear USB Wireless adapter) shows as Wireless80211 and comes back as false.&lt;/P&gt;&lt;P&gt;So it looks like only interfaces that come back as "Ethernet" are being seen as valid.&amp;nbsp; This doesn't seem all that great to me.&amp;nbsp; If needed I guess I can go out and buy a USB ethernet adapter just for this, but that seems a bit silly given that I have a couple of these netgear things laying around doing nothing else.&lt;/P&gt;&lt;P&gt;I remember having a problem like this with VMWare versions prior to 5.5 IIRC not seeing wireless adapters as being able to be bridged.&amp;nbsp; 5.5 and higher don't have that problem, but then I'm not doing virtual machines on my laptop at the moment anyways.</description><pubDate>Fri, 26 Oct 2007 12:27:32 GMT</pubDate><dc:creator>Cyrus Welch</dc:creator></item><item><title>RE: Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12207.aspx</link><description>What are the types that your card shows?&amp;nbsp; In the sample I gave you, put a break point on the nicInfo within the For Loop and see what the NetworkInterfaceType is set to for you wireless card.&amp;nbsp; This is what is causing the IsValidInterfaceType to fail.</description><pubDate>Fri, 26 Oct 2007 09:55:04 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12196.aspx</link><description>Ok, when running the code, that the wireless adapter shows (it better, it's actively in use).&amp;nbsp; However it shows false for valid interface, and the netgear does the same (it's not in use but it is enabled).&lt;/P&gt;&lt;P&gt;The built in adapter is a dell wireless 1350 mini-pci card and is actually actively in use with a valid IP address.&amp;nbsp; If all I had was the wireless I would be&amp;nbsp;in trouble since I would not&amp;nbsp;be able to activate.&amp;nbsp; What would cause an active in use adapter to show as not being a valid interface?</description><pubDate>Thu, 25 Oct 2007 12:44:16 GMT</pubDate><dc:creator>Cyrus Welch</dc:creator></item><item><title>RE: Activation under Vista with Wireless card</title><link>http://forum.strataframe.net/FindPost12172.aspx</link><description>Cyrus,&lt;/P&gt;&lt;P&gt;[quote]Is this a known issue with Vista and not seeing the wireless adapters?[/quote]&lt;/P&gt;&lt;P&gt;No, this is not necessarily a function of StrataFrame that is causing your problem as this is a very common setup...including me and I have activated in this very scenario in the past few days.&lt;/P&gt;&lt;P&gt;First of all, we enumerate all of the network adapters on the machine using the NetworkInterface class within .NET:&lt;/P&gt;&lt;P&gt;[codesnippet]For each adapter as NetworkInterface in NetworkInterface.GetAllNetworkInterfaces()&lt;BR&gt;&amp;nbsp; '--&lt;BR&gt;Next[/codesnippet]&lt;/P&gt;&lt;P&gt;We then determine if it is an IP enabled interface using an SF class:&lt;/P&gt;&lt;P&gt;[codesnippet]If Not MicroFour.StrataFrame.Tools.Common.IsValidInterfaceType(adapter) Then&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Continue For&lt;BR&gt;End If[/codesnippet]&lt;/P&gt;&lt;P&gt;So one of two things is happening on your network adapter.&amp;nbsp; First, it is either not enabled or visible.&amp;nbsp; Second, the OS or .NET interface is not returning a valid IP enabled state for adapter.&amp;nbsp; You can write a very simple program with this logic to see what is going on with your network adapter.&amp;nbsp; Past that there is not much else I can suggest.&amp;nbsp; The interfaces and IP information for the NIC is coming straight from the OS.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample Test:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[codesnippet]Imports System.Net.NetworkInformation&lt;/P&gt;&lt;P&gt;Private Sub CheckNetworkAdapters()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim nicInfo as String &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For each adapter as NetworkInterface In NetworkInterface.GetAllNetworkInterfaces()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nicInfo = adapter.Name &amp;amp; adapter.NetworkInterfaceType.ToString()&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox(nicInfo)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox(MicroFour.StrataFrame.Tools.Common.IsValidInterfaceType(adapter).ToString())&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;BR&gt;End Sub[/codesnippet]&lt;/P&gt;&lt;P&gt;Try that and see if you can determine what is going on with your NIC.&amp;nbsp; Hope that helps :)</description><pubDate>Wed, 24 Oct 2007 21:50:37 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>