Software Development Network Logo
  • Windows Forms
  • Game Technologies
  • VS Express Editions
  • .NET Development
  • Visual FoxPro
  • Visual C#
  • Visual C++
  • VS Team System
  • Visual Studio
  • Visual Basic
  • SQL Server
  • Smart Device
  • Windows Live
  • Windows Vista
  • Microsoft ISV

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

Teknologik

Member List

CFMtch
Rick40
RodRav
Ricardo_AG
Ichiro
Andreja
Cory S.
LANewman
asdfj
Kumarsamy
Morris71
Ernest L
JT_AnnArbor
Andy Wilbourn
Alexander Yaremchuk
hotmailman
Mark Kortink
krisjl20
Joe Dawson
Dylan Phillips
Only Title

Teknologik's Q&A profile

  • SQL Server The system could not verify that the destination supports secure storage capability

    I am trying to save my package (using MS Visual Studio) with ProtectionLevel = ServerStorage but it is failing with the following error "failed to apply package protection with error 0xC0014061, the protection level, serverstorage, cannot be used when saving to this destination.  The system could not verify that the destination supports secure storage capability...".   I am trying to test a scenario on which the package ...Show All

  • Visual C++ OpenFileDialog

    I have this code that I want to put in my project but I do not know exactly where to put it or how to complete it, if someone could please help me with this CommonDialog.Flags = OFN_FILEMUSTEXIST + OFN_HIDEREADONLY + OFN_ALLOWMULTISELECT CommonDialog.DialogTitle = "Select Map" CommonDialog.Filter = "Map Files (*.map)|*.map|All Files(*.*)|*.*" CommonDialog.FilterIndex = 2 CommonDialog.CancelError = True CommonDialog.Action = ...Show All

  • .NET Development XSLT: How to loop through different elements in an XML?

    I am new to XML and XSLT. Here is what I am trying to figure out: I have to write a XSLT to convert from one XML format to another XML. The original XML has several elements types. I currently use <xsl:for-each select="ROOT/ElementType1" >.........</xsl: for-each> <xsl:for-each select="ROOT/ElementType2" >.........</xsl: for-each> and so on. but this means processing the origi ...Show All

  • Visual Studio Team System NUnit or VSTS Team Test

    Discuss.... We have mstest.exe for running tests from the command line (in case you're not using MSBuild.exe) and we also work with msbuild's "tasks" where you can specify which tests you'd like to run.  These are authored from the UI when you're creating a new "build type" as part of VSTS. Tom ...Show All

  • Visual C++ newb problem processing arrays with functions

    Hi, I've been working on a class project to read in an array of structs, process them, then output to a file.  The project reads in the array correctly however, it's not being processed correctly, the output is all zeros.  It's prolly something easy but i just can't see what i did wrong.  Any help is much appreciated, thanks! Here's some of the code: fill array function: int fillArray(PayRoll[]); int count ; ...Show All

  • SQL Server Insert Parent Child records...

    Hello, We have a complex functionality of migrating data from a single record into multiple parent child tables. To give you an example, lets us assume that we have a single table src_orders in the source database. We have a parent Order table and a child OrderDetails table in the target database. We need to pick one row from src_orders and insert this row in the Order table, pick up its PK (which is an identity column) and then use this t ...Show All

  • Software Development for Windows Vista Where can I get the VS2005 Workflow Project Templates for WSS v3/SPS2007?

    Where can I download the VS2005 Workflow Project Templates for WSS v3/SPS2007 As the Office beta is private, the best place to go for those resources is the download site that you have access to as part of the beta program. There should be the resources that you are looking for there. ...Show All

  • Visual Studio Tools for Office Again: Error HRESULT E_FAIL has been returned from a call to a COM component

    I just got this error message again: Error HRESULT E_FAIL has been returned from a call to a COM component Using the benefits portal sample on a brand new Windows XP installation in a virtual machine, all updated. Error HRESULT E_FAIL has been returned from a call to a COM component. ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E ...Show All

  • Visual Studio Team System Code analysis check in policy variant

    I'm experimenting with the code analysis check in policy for a project in TFS (Beta 3). While I like the fact that the check-in makes sure I've run the code analysis tools first, what I don't like is that it seems the only way to satisfy this policy is to run code analysis on every Compile/Build. What I would prefer is to be able to do a regular Build that didn't do the code analysis step, so the build time would be quicker (eg. I would not have ...Show All

  • SQL Server Client Server Access

    I have designed an application on VB Express 2005 and I want to run it on a PC on a LAN. I have also installed SQL Server Express on another PC to act as a server.. but I get a login problem when I tried to run the application from the client PC. Should I installed SQL Server Express on the client PC as well Or there is another way to connect to it from the client PC By default SQL Server Express does not  ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Installation Problems?

    Hi there, I've gone ahead and installed the XNA package, following the instructions in the download. The prerequisite's, Visual Studio Partner Edt, and the XNA installer. I've however not downloaded the MechCommander2 package yet. I wanted to see if this was any bit usable without it. I fire up Visual Studio and attempt to make one of it's "content build", and am greeted with a number of exciting errors. Of note, the content build proj ...Show All

  • .NET Development COMException when using System.Management,ManagementobjectSearcher

    When I use System.Management to read processor serial number in Windows 98 then it throws exception of COMException class. It tells that Class is not registerd. Problem occurs only in Windows98, In Windows 2000,XP it works well. So Please can u help me or can throw some light of hope Thanks Regards, Nilesh COMException (Class not registered) Error Code is 0x8004100f Which class are you using Win32_Processor Can get the query working in ...Show All

  • Visual Basic SQL Select Statements for database

    I have a database that contains Zip Codes and Cities. The Zip Code is the primary key. I am using VB .Net 2003 and Access 2003 for this project. I want the user to be able to type in a portion of a city name and the program to display in its datagrid all the cities that begin with the string the user typed in. My code looks like this: Private Sub btnZip_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bt ...Show All

  • Visual Studio Visual Studio/VSS Problems

    Dear Frenz, Can anyone solve my issues, Kindly help. VISUAL STUDIO/VISUAL SOURCE SAFE ISSUES Below are the scenarios we identified from VSS: Sometimes when we open Project from Visual Basic (located in VSS), it is showing “ Failed to load project ” Error. After modifying the code in Visual Basic, If we try to check-in multiple forms at-a-time, It checks-in the forms perfectly. After checking-in, it is allowing us ...Show All

  • Windows Forms Changing look and feel of WinForms application

    Hi there, I have a question that I can't solve for a long period of time. I love custom interfaces against standard ones but can't find the way to customize my Windows Forms application. Lets take a look into msn for example. 1. In the conversation dialog the RichEdit with messages has overridden scroll bar. How to change look and feel of scroll bars of each control using Windows Forms Maybe by using User32 and GDI32 functions 2. Send bu ...Show All

©2008 Software Development Network

powered by phorum