Rosh K Mathews's Q&A profile
Visual FoxPro Vue File Format Structure Needed
Can anyone help me on where I can find information on the structure and format for the VFP Vue files that are created with the command: Create View MyView.Vue Please thanks, Terry VUE files have never been documented and have changed considerably over time. ...Show All
.NET Development XSD.exe
I'm trying to use XSD.exe on a XSD to create C# objects. 1) My XSD has external include XSD's which XSD.exe builds fine. My problem that I am having is that XSD.exe is generating the C# class in one file that includes all the external XSD.files. Now if run XSD.exe on another XSD file that includes the SAME external XSD file I get a duplicate object created in the new C# file. This causes 2 problems, it won't compile since the same object i ...Show All
Visual Basic Vb2005 and Getprocessiocounters
This functions as expected under VB6 Declare Function GetProcessIoCounters Lib "kernel32.dll" _ (ByVal hProcess As Long, ByRef lpIoCounters As PIO_COUNTERS) As Long Type PIO_COUNTERS ReadOperationCount As Long ReadOperationCount1 As Long WriteOperationCount As Long ...Show All
.NET Development Multiple Left Join parameter Problem, pls help!
SELECT Item.ItemNo, Category.Name AS CategoryName, Item.BrandName + ' ' + Item.Name AS ProductName, Item.Description, Item.ReorderPoint, IIf(IsNull(ItemPurchased.QuantityPurchased), 0, ItemPurchased.QuantityPurchased) AS TotalItemPurchased, IIf(IsNull(ItemSold.QuantitySold), 0, ItemSold.QuantitySold) AS TotalItemSold, IIf(IsNull(ItemPurchased.QuantityPurchased), 0, ItemPurchased.QuantityPurchased) - IIf(IsNull ...Show All
Visual Studio Team System Project Alters
Hi, I have a test installation of TFS and everything seems to be working fine but I don't receivce any alerts. I've gone to Project -> Project Alerts and I've enabled all alerts there. Also my project site is sending notifications when a new user has been added. How can I find if there is an error when generating the alter and sending an email Thanks, Marian. Marian, We'll need a little more i ...Show All
Software Development for Windows Vista Multiple event driven activities in the single state
Hello, I have following problem: there is state machine workflow with two states. State 1 does correlation reference initialization for some correlation parameter values and sets State 2 as active; State 2 has two event driven activities. Their correlation references are initialized in State 1. Event sink activities that are used inside of event driven activities are generated using wca.exe tool. Interface definition is given below ...Show All
SQL Server SQL Agent Failing when trying to run my SSIS Package
My SQL Agent was working fine. Now when I try to run it, it failes when trying to run my SSIS package. I looked in the logs, and job history, no luck in finding any critical errors. My SSIS package runs fine through VS 2005 in debug mode. Here are the only errors: 01/04/2006 09:53:48,,Warning,[396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect 01/04/2006 09:53:48,,Warning,[260] Unable ...Show All
SQL Server Measures that depends on other measures
I want to have a measure that depends on other measures so have I understood it correctly if I sum up my options like this: A) I can make a calculation where I can basically do anything but it gets evaluated every time at querytime. This calculation can either be per query (using with member), per session (create member) or intrinsic to the cube (under calculations) but in each case it's still evaluated at querytime. B) I can create my dep ...Show All
Smart Device Development Emulator Flash Memory File
How do I create a flash memory file for the emulator You might have a save state that was created without the flash option. When the emulator is up, use the "Clear save state" from the File menu. To verify, check if there are any files in: \Documents and Settings\<your user>\Application Data\Microsoft\Device Emulator If there are, you can delete those and try to launch the emulator again. ...Show All
Smart Device Development could .netcf 2.0 serialport component not support windows mobile 5.0 ?
Hi everybody : I read many articles in forum ; there are many people having this problem. could anyone have solution in this problem What problem Please be very specific, see this: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.html ...Show All
Windows Forms detect when a row is being added in a datagrid control
I have a datatable that bind a datagrid. I would like to detect when a new row is added, so I can set the value of some fields before user edit these. Here is how to hook into the event that fires when you down ...Show All
Visual Studio Express Editions VB6 to 2005 Control Arrays
Can someone please tell me a little bit more about Control Arrays after upgrading VB6 to 2005 There are 7 images which use the same click sequence, and they are all named Card. The following is a sample of the code: VB6: Private Sub Card_Click(Index As Integer) If Card(Index).Picture = Image2.Picture Then Safenum = Safenum + 100 Card(Index).Picture = Pile(1).Picture Call Nextmove Call Enemymove Exit Sub End If End Sub VB 2005 ...Show All
SQL Server YAIP (Yet Another Install Problem)
Problems getting SQL Express June CTP to install. When I run the setup I get: -------------------------------------------------------------------------- SQL Server 2005 CTP Setup has detected incompatible beta components from Visual Studio or SQL Server. You must run the build cleanup wizard from the CDE to remove previous SQL Server components and .NET Framework components, and then run SQL Server 2005 CTP Setup again. For detailed instructions ...Show All
.NET Development How to get a client certificate in code
Hello, I created an X509 client certificate using Microsoft Certificate Services and installed it in my browser (under Personal). Now I want to call a webservice in code using a raw HttpWebRequest. This works fine, but I want to add the certificate and I don't want to import it from a file but directly from the registry or wherever windows stores it. How can I acheeve this I found some code at http://support.microsoft.com/ kbid=89597 ...Show All
Software Development for Windows Vista How to load conditions from a .rules file in a designer hosting application?
I want to let my designer hosting application be able to read conditions from a .rules file after it reads a workflow from a .xoml file. What can I do The rule editors and related classes use the WorkflowDesignerLoader. They call the FileName property to get the "name" of your workflow file (I put name is quotes since you don't really have to have a file - you might be storing your workflow in a datab ...Show All
