Software Development Network Logo
  • SharePoint Products
  • IE Development
  • Visual FoxPro
  • VS Team System
  • Audio and Video
  • Microsoft ISV
  • Visual Basic
  • Visual C++
  • Smart Devicet
  • .NET Development
  • SQL Server
  • Game Technologies
  • Visual C#
  • Windows Vista
  • Visual Studio

Software Development Network >> KFrostILEM's Q&A profile

KFrostILEM

Member List

jiao
JenC
Anu Beniwal
EricRB
xBitx
Demchuk
ebeofrei
lcox400w
IceAngel89
clint 2
irl-barse
Shaan007
cometta
PedroCGD
TaYeB
Rowdy19
KevinFreeman
ArchieW
jambi
Shaun Erikson
Only Title

KFrostILEM's Q&A profile

  • Smart Device Development WebBrowser class with image not containing Pocket IE

    I have an application that uses the embedded WebBrowser class. However, when I install it on my hardware that has an OS image not containing Pocket IE, it doesn't work. A simple example is to make a standard smart device application, drag in a WebBrowser to fill the form, and add the following line to the constructor: public Form1() { InitializeComponent(); this.webBrowser1.DocumentText = "<html><body>Hello, world.</body></html>"; } This works in an emulator and on devices with Pocket IE. But it does not display on the device without Pocket IE. There is a huge cost difference in having Pocket IE versus not having it ($17 to have it, $3 to not have it, I believe). Is there any way to ...Show All

  • Visual Studio Team System 28940 Error when Installing TFS

    I get the following error when attempting to install TFS: Error 28940.TFServerStatusValidator: Calling the Team Foundation Server ServerStatus Web service failed with 503 HTTP ServiceUnavailable status. Verify that Internet Information Services, Windows SharePoint Services, and ASP.NET are configured correctly and that ASP. NET v2.0 Web Service Extensions are allowed . For more information on troubleshooting this error, see the Microsoft Help and Support Center. Any suggestions on how to troubleshoot this problem would be appreciated. This is an extract from the log where the error occurred: 05/05/06 13:08:25 DDSet_Status: Hiding command line parameters 05/05/06 13:08:25 DDSet_Status: Commandline: "C:\DOCUME~1\SQLSER~1\LO ...Show All

  • Smart Device Development Get Current Active Screen Name?

    Can Any one please tell how to get the Current Active Screen Name in C#. Hope you can help Thanks Can Any one please tell how to get the Current Active Screen Name in C#. Hope you can help Thanks ...Show All

  • .NET Development What is the best approach for mapping external data? Any ideas?

    Hi all: My boss and I are having discussions on what is the best way to migrate data from one (unknown) database to our database. Let me explain: We are looking to develop an application that should be able to attach to any ODBC database to grab data or individual records and import them into our database. Here's the problem, we may be unfamilair with the database or how the tables are laid out, we don't know where the data is located (up to their DBA), it could be normalized where our database or table is not, etc... I wanted to have the DBA for the database we are attaching to create a view of some sort or "export" the data into a specified format and then our application just do a field-to-field read into our da ...Show All

  • Visual C# Using the IS operator in a FOREACH loop

    I am either not understanding how the IS operator works or how the FOREACH loop works. I found some C# code that creates 1 object of 4 different derived classes (see code below). Those 4 objects are assigned to variables of an array of the "base class" type. A FOREACH is used to iterate the array. The FOREACH variable is the "base class" type also. In the FOREACH loop, the IS operator is used to find the object that is specifically one of the four derived types. Here is my question... Since the FOREACH variable is a "base class" type how can the IS ever evaluate to true since the type it is being compared to is a "derived class" type What am I missing Given: Class Employee - An abstract ...Show All

  • Visual Basic invalidoperationexception when using data adapter update

    Hi Guys. Ive been working through an online howto on accessing data in an mdb file through code. All has been working great until now. When i try and do an update on any records i keep getting an invalidoperation exception. I have gone over the code many times and cant find the problem. here are some links. If anyone could help it would be much appreciated...   'this is the error i get http://imkaudio.com/error/ updateerror.bmp Imports System.Data Public Class Form1     Dim inc As Integer     Dim maxrows As Integer     Dim con As New OleDb.OleDbConnection     Dim ds As New DataSet     Dim da As OleDb.OleDbDataAdapter     Dim cb ...Show All

  • Visual Studio Team System Refactoring Has Failed

    I am trying to use the refactoring on a SQL2005 project but all I get is the error "refactoring has failed". I opened my SQL2005 project. I went into the schema view and opened the tables up. I picked a clolumn in a table and right clicked it and selected Refactor->Rename. I typed in the new column name and clicked OK. That is when I get the error. Thanks ...Show All

  • .NET Development COM threading apartment in Windows Service hosted Remoting components

    Hello everyone. I'm working on a C# component that must access legacy COM components that only work well in STA threads. The component is exposed through .NET remoting and hosted through a Windows Service. I've determined that the thread in which the remoting-exposed component runs isn't the Windows Service main thread. (BTW, the same thing happens when the host is a console app, so the [STAThread] attribute in the main() method didn't alter the component's thread apartment). The problem is that I can't find way to specify the threading model for the thread that hosts the component, and it's causing me trouble with the legacy STA COM components. Is there a way to tell the remoting infrastructure the threading model in which a certain c ...Show All

  • SQL Server can use Where in Dts query?

    i create a model mining to know percent of product, which is like more by customer is have percent biger than other products that is don't like by customer. i use DTS to get result to sql server. select flattened predict([modelName].[tablePredict],Include_statistic) from [modelName] prediction join ..... i have result with a table A in sql server: productid $support ... $adjustedprobability 1 0.0 ... 1 0.0 ... 1 63.3 ..... how can i write in Dts so that table A not have record with value $support=0.0 - second: percent people like that product is knowned by $adjustedprobability or $support and value small or big ...Show All

  • .NET Development Get user information

    Hello! I am trying to find an easy solution to my problem. I am trying to use code on the C# page to get user info. I use may be a half dozen different techniques. they all return "NT Autority\Network Service". no matter how I switch permissions in IIS, I can't get it to say "domain\user", even after I log in with the prompt. If I could find one way of doing this that would be outstanding. I wonder if anyone has tried something similar. -Bahman Assuming this is an ASP.NET app try Page.User.Identity.Name. This will return the authenticated user of the request (w/o enabling impersonation). ...Show All

  • Visual Studio 2008 (Pre-release) Reliable messaging, Cannot create a sequence

    Hey, I'm creating a custom transport, and am currently trying to get RM to work. For some reason the server denies the client to start a reliable session, and I was hoping someone in here would know why This is what the RM part of my binding looks like: < reliableSession maxRetryCount = " 8 " ordered = " true " /> And the SOAP message sent is: {<s:Envelope xmlns:s=" http://www.w3.org/2003/05/soap-envelope " xmlns:a=" http://www.w3.org/2005/08/addressing ">   <s:Header>     <a:Action s:mustUnderstand="1">http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence</a:Action>     <a:MessageID>urn:uuid:858ee524-81e8-46d6-9c63-93d87ff8c909</a:Mes ...Show All

  • Visual Studio Windows Installer problem

    Please help: Windows Installer pops up on its own whenever a program is opened. It says: preparing to install... When cancelled, it stays on the screen for a minute or two and then the program can continue to be opened. It started when Microsoft Office 2003 was installed while Office XP was already installed first. I uninstalled the 03 but problem persists. How can this be fixed I'm afraid this forum is for software development on the MS platform, not technical support as your query is. I have to ask you to repost your question over at the appropriate communities: www.microsoft.com/communities http://office.microsoft.com Thanks ...Show All

  • Microsoft ISV Community Center Forums Commandbar ICon (Excel VBA )

    I m making one AddIns for Excel. I have added a CommandBar. Now I can assign the ICon to CommabBar Using Pasteface method. But this is creating some Problem for me. So is there Any other way to assign Icon to Commandbar... You don't describe the problems you are having, so it's hard to make a sensible suggestion. In later versions of Office (2003 and perhaps 2002), you can modify the picture and mask propery of the button. In earlier versions you are stuck with pasteface, but you may be able to improve the quality of your image. The picture and mask technique is described in Professional Excel Development by Bullen, Bovey, and Green. This book is a must-have for any serious Excel developer. - Jon ------- Jon Peltier, Microso ...Show All

  • Visual Basic Error: Value of type 'WndProcCallBack' cannot be converted to 'Integer'.

    I get the following error for the parameter myDelegate in the SetWindowLong function: What am I missing Lots thx. -greg Error: Value of type 'MainForm.MessageHandler.WndProcCallBack' cannot be converted to 'Integer'. Friend Class MainForm Dim myDelegate As New WndProcCallBack ( AddressOf WndProc ) defWindowProc = SetWindowLong( Me .Handle.ToInt32, GWL_WNDPROC, myDelegate ) End Class Module MessageHandler Public Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" ( ByVal hwnd As Integer , ByVal nIndex As Integer , ByVal dwNewLong As Integer ) As Integer Public Delegate Sub WndProcCallBack ( ByRef m As S ...Show All

  • .NET Development How do I change my forms dataset using vb.net and SQL Express and drag-n-drop dataset wizards?

      Hi all, I've been chasing down the multiple datasource issue. Where the ide was so unstable that creating a different datassource for each query was safer than attempting to modify an existing one. i.e. the datasource and all its work was being corrupted. ----- I now have a form which was created using the drag-n-drop dataset wizards. In my project I have a form which has a DatagridView based upon a dataSource /Dataset. I also have a Combo box based upon a completely different datasource/Dataset. I would like to copy the form into a new project and base the controls upon a completely new/different datasource/dataset which is a single datasource/dataset that has all my tables and underlying quer ...Show All

©2008 Software Development Network