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

Software Development Network >> Cathie 64's Q&A profile

Cathie 64

Member List

BhuttCrackSpackle
Rajkumar Cheney
HPEvju
Frank Miller
Sledgehammer
Shamdogg
Amit V
Sharezxx
Pajaro
kiwicoder2
asiaindian
lhoodwinkle
xxxmpsxxx
Dietz
Rhubarb
ChiragKhabaria
Antony1
Demix
Mat1t
RBChallenger
Only Title

Cathie 64's Q&A profile

  • Smart Device Development CabWiz Info

    This is just a quick post to hopefully save someone some of the pain and agony that I have suffered over the last 2 days trying to get a CAB built for a new PocketPC app. If CabWiz reports an error similar to: Error: CAB file "D:\CabFile.CAB" could not be created one of the first things that you should check is that you do NOT have 8.3 file naming turned off. If registry entry HKLM\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation is set to 1, then CabWiz will either not work or will only work intermittently (depending on whether you are working in a directory that has short names or not). If it is set to 1, change it to 0 and then reboot. You will also need to recreate all existing directories that do not ...Show All

  • SQL Server Createing SQL data base record for comma delimted records

    I am a new user to SQL an I need to create a data base record from a comma delimted file (.CVS). The CVS file has up to ten fields all alpha/numeric. I must create this data base file using a stored procedure! The data base records will be displayed on a grid screen but this grid view will not be used to update the original CVS file. Thank you for the info! I was planning to create the database and file directly in SQL Express! It the stored procedure that will populate the data file that has me hung up! The original file (the CVS - comma delimited file) needs to be inserted into the database file. I seem to know the direction to go--but how to Once again thank you ...Show All

  • Architecture Load Balancing of Business functionality in a Distributed Scenario

    Hi, I have a scenario wherein the custom application that I am developing would be installed at 3 different locations. Now based on how the business load is, one system should be able to offload certain part of its work item queue to the other two systems where load isnt that heavy. Sounds confusing. Well let me try to articulate with an example. Suppose I have to process Insurance claims and I have two office within a city which does that. Each office would handle requests designated to their area. Now suppose Office 1 has heavy load of claims to processed and it knows that Office 2 doesnt have any heavy workload, it should be able to offload the same to the other office get it processed and give the result back even though the claim doe ...Show All

  • Visual C++ place for code

    maybe this is a stupid question, but I have started microsoft visual C++ today (c++ itself also for the first time) and i dont know where to put the code. i'm making the program hello world, but it doesnt work it asks if i want to 'build' the programm and i dont know what it means. i named the program hello and i put the code in the place where it says: hello.cpp is this the right place if so, what am i doing wrong this is the code: // hello.cpp : Defines the entry point for the console application. // #include "stdafx.h" int _tmain( int argc, _TCHAR* argv[]) { return 0; } #include <iostream.h> int main() { cout << "Hello World!\n" ; return 0; } ...Show All

  • Windows Forms ComboBox Datasource

    The comboBox on my ActionPane does not display the Data attached to it via a datasource. Any thoughts would be much appreciated. j Thanks for the response. I've selected a DataSource and specified the DisplayMember as well as ValueMember. If I have the ComboBox bound to a list of hard coded items, it works just fine. Is there any ActionPane/ComboBox/Datasource binding samples that you know of out there j ...Show All

  • .NET Development Problem in Using the "FtpWebRequest" in VS 2002

    Dear all, I need to write a program that need to upload some files to a ftp When I search in MSDN, i find this articals http://msdn2.microsoft.com/en-us/library/ms229715.aspx#codeexamplesection when I copy the code and apply in my program, it has the error message that cannot find the namespace of the FtpWebRequest I have updated the .NetFramework to 2.0 I have no idea to solve this probelm. it would be great if someone can help me to solve it. or povide another method to upload a file to ftp. Thank you Vs 2002 I have an example using Studio 2005. I sent you the example in an email attachment...for 2002 I also sent you an ftp client for VB6. You may have to convert from ...Show All

  • Software Development for Windows Vista Packaging: "[Content_Types].xml" part?

    I'm messing around with the packaging APIs (my eventual intent is to figure out how to add my own custom parts to an existing XPS file, since MS isn't telling). I started with the PackageRead sample, and made some adjustments to basically take a .XPS input and dump it to a flat-file structure. I'll know when I have it right when I can take any of the sample XPS files, dump to a folder tree, manually re-Zip that back to a .XPS and get a faithful reproduction. It's mostly working, except some sample XPS files have a [Content_Types].xml file in the package root. But for whatever reason, none of the Package collections (Parts & Relationships) seem to recognize the existence of this. So I have two questions: 1) Anybody know how to get at th ...Show All

  • Visual Studio Trapping the F5 menu command

    I'm having some difficulty in trapping the F5/Start Debugging command. I've tried adding the command like this: id = new CommandID(VsMenus.guidStandardCommandSet97, 295); command = new OleMenuCommand(new EventHandler(ShowConsole), id); mcs.AddCommand(command); but no luck. I've also added a section in the commands table like this: CMDUSED_SECTION guidVSStd97:295; CMDUSED_END My other user defined commands work ok - I can trap and handle them fine. Is there anything else I need to do Thanks Dermot Hello Dmitry, Here's the code from my Ruby package. It overrides the Exec/QueryStatusOnNode methods of the standard MPF ProjectNode. Dermot public over ...Show All

  • Visual Studio Report Viewer - New version?

    Any idea when we can expect a new version of the report viewer. Much as I tried I could not find a way to display html from data stored in a database as html. And I believe that functionality will be in the next version. Otherwise I will soon have to go back to the manual method of producing reports, wasting weeks of work using the report viewer. Thanks an icy silence..... is the next version ever gonna happen it would be nice to have some indication or even a CTP ...Show All

  • Audio and Video Development Interesting article about HD authoring

    http://www.dv.com/features/ category=Archive DVD: The Next Generation A look at the terminology and authoring workflow of the Blu-ray Disc and HD DVD formats By David O. Weissman You'll need a login, but it's free And yes, it's also about that other disc The registration process is pretty annoying and clunky, but the content is great. I found several articles that were extremely helpful and interesting. Thanks for the link. ...Show All

  • SQL Server Debugging stored procedure inside SSMSE !!!

    Hi for all i just get the news that the Dec. CTP of SQL Server 2005 & tools is released ! but my dream is to see debugging stored procedure support inside the SSMSE as debugging applications inside Visual Studio 2005 Many many many thanks to Microsoft  and for the great efforts on the cool products Mohamed  hi Mohamed, personally I'd like to see the debugging interface in SSMS(E) too, but I do think Microsoft will stick with Visual Studio for this... but we can throw the coin and hope St. Claus will hear us for next Xmas regards ...Show All

  • Visual C# does managed code take precedence over native code?

    i wrote a small demo C app that sends a message and a struct to a managed C++ dll. this C++ dll marshalls over the message and struct to a managed struct and sends it to a C# assembly that just prints out the values of the struct (to see that everything came over ok) and sends back a string reply, it also prints some debug text to console. before the call to the C++ dll, i make a few calls to printf to print to console. when it runs, it does the C# assembly debug statements before the native C printf statements. other than that everything looks ok. does managed code take any sort of precedence over native code printf is buffered by default. The output won't show up until there's a certain number of charact ...Show All

  • Visual Studio Team System MSSCCI Provider installation error

    Hello! One of the devlopers has .net 1.1 framework installed on his computer. He is using Visual Studio 2003 and wants to access Team Foundation Server. I tried to install msscci provider version 1.1 from the msdn downloads website and it comes up with the message: "The setup requires the .net framework version 2.0.50727. Please install the .net framework and run this setup again. The .net framework can be obtained from the web. Would you like to do this now " The user isn't ready yet to get .net 2.0 framework. Please assist. Thank you! Yes, heinstalled the msscci Provider. There is no folder named SourceCodeControlProvider under HKEY_LOCAL_MACHINE\SOFTWARE and hence ...Show All

  • Windows Forms ClickOnce Workaround.

    hey guys, I need help from you guys. Just a few questions if these can be dealt with. 1. Is it possible to use click once without its backward compatibility I mean would want the newly published files(all files) overwrite the old ones. Would it be possible 2. Just wanna hear your ideas on this guys. For example, we have multiple servers running. Considering a multinational compay that has employees on North America, Asia and Europe. Each continent is being represented by a server. The purpose of which is that every time theres an update, those employees from europe would just connect to the server on europe and so is USA and Asia with their assigned servers respectively. Would it be possible for ClickOnce to deploy to multiple servers ...Show All

  • .NET Development SqlDataSource to call stored procedure

    Can someone show me how to use SqlDataSource to call stored procedure in a c# class (a support class for aspx) and not in aspx or code-behind Thank you for your reply. I was a little confused. I am using .net 2.0. Is sqlDataSource a replacement of OracleClient, which I think so I saw note on msdn site for OracleCleient states Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework. ...Show All

©2008 Software Development Network