Helga Pat's Q&A profile
Visual Basic CANT DEPLOT APPLICATION
Ok this is my first time doing this click once deployment thingy But im trying to basiclly deploy my application so that others can download and use it the problem is i dont know where to deploy it to I need help i tried microsofts website but it wont let me get acess to it. I would have thought it was obvious that Microsoft is not providing web space for every person who downloads an Express version. You can deploy to your local machine. If you want people to be able to download it, then you need to provide server space. ...Show All
Visual C++ char array
I am trying to create a 3-dimensional array that stores records in 38 rows, with 3 columns. This array has a mixture of letters and numbers, so I declared a char array, the problem is, the rows with more then one character get truncated (00, 10, 11 become 0, 0, 1). Is there a way I can declare this array properly in order for it to allow me to have 2 characters in certain sections Below is a sample of the array. char array[38][3] = {{'0', 'G', '1'}, //3 dimensional array; number, color, column {'00', 'G', '3'}, {'1', 'R', '1'}, {'2', 'B', '2'}, {'3', 'R', '3'}, {'4', 'B', '1'}, {'5', 'R', '2'}, {'6', 'B', '3'}, {'7', 'R', '1'}, {'8', 'B', ' ...Show All
Visual C++ Head file error!
Hello, everyone! I'm updating a network programe which was coded by another guy. His work envirement is WinXP+VC6.0. My OS is XP. I install VC6.0, VS 2005 and WinFX. When i run this program. Some head files, such as ntddndis.h, netcfgn.h cannot be found. Original include directories are : C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE So, i have to add directories: C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\Smar ...Show All
Visual Studio Team System How to add the Root Cause field to a Work Item
Hi, How can I add the Root Cause field to the bug.xml file (in order to customize the bug work item). I can see the field in the Column Option window, but can't see it in other work item types (Risk, Task..). Thanks, Michael You can use the witexport and witimport tools to customize your workitemtypes. 1. Use the WitExport tool to get your current WorkItemType definition. 2. Modify the definition (add the field you want, etc) 3. Import the new definition back into the project using the witimport tool. Here's the definition of the "Root Cause" field from the current CMMI Bug definition. You can customize t ...Show All
Visual Basic Reporting Services for SQL 2000 and VB 2005
Will the Reporting Services for SQL 2000 work with Visual Studio 2005 Thanks Bob Anderson New London Ohio Hi Bob, If there's a Reporting Services forum, this question would be better addressed there, but I asked someone on the RS team and they answered as follows... You can use Visual Studio 2005 to build applications that consume the reporting services SOAP, WMI, and URL interfaces. You cannot use Visual Studio 2005 to build extension to Reporting Services 2000. You cannot use Report Viewer controls that come with VS 2005 to integrate RS 2000 reports into applications. You cannot use the RS 2000 Rep ...Show All
Software Development for Windows Vista How to pass a Parameter to a loaded workflow instance
Hello, i'm new to the wwf, so I hope anyone can give me a tip to pass parameters to a already running wf-instance. My Szenario: I have created a new wf-instance (passed some parameters) - everything ok I use the persistence service to save the instance - ok Shout down the application Restart the application Load the wf-instance Now on loading, I want to set some properties on the wf-instance - how can I do that I want to set some kind of usercontext which is used in the workflow/activity. This usercontext is set on the startup of the application... Best Regards, Thomas Hi ...Show All
SQL Server Processing SCDs in bulk
I read another post. I'm hoping I'm just doing something wrong, and that the SSIS team wouldn't have done this: I read in a batch of records that should cause changes in an SCD in some cases. The table is empty originally. In the wizard, its handling changing attibutes ,fixed and historical. 3 records in ( all with the same business key) = 3 records out In this case, it should only produce 1 record. Are you kidding me There must be a way to set the batch size to 1, right Are they all going down the "new" output I see your point. Not all of them are new are they and I as ...Show All
Software Development for Windows Vista FileWatchService and State Machine Workflows
I have a question in regard to the FileWatcherService activity available for download and how to incorporate it with a statemachine workflow. I am developing a state machine that will react to files being dropped into a FTP store. Based on the file extension and name of the file, a new workflow instance will be started or a persisted one with be reloaded. In either event the appropriate state activity will run. The FileWatchService will need to react to files being dropped info the FTP site overtime. Using the FileWatchService example, once that workflow example completes (for one file) the FileWatchService does not react to new files. ...Show All
.NET Development Problems adding web reference
Hi guys, I quite new to web services. I'm not quite sure if this is the place to post this but my problem involves a web service so here goes. I am using Visual Studio 2005 to create a windows service which will call some functions exposed by a web service. Now, my problem is that I can't add that web service as a web reference. Some background on the web service is that it is compiled in Delphi 2005. And it has a .dll extension, which is different from the books and web I've read which shows .asmx extensions. When I right click on project, select add web refereence, and on the dialog that comes up, I browse the web service, I get t ...Show All
Windows Live Developer Forums Check out the Windows Live Messenger Application Gadget
Be one of the first to try out the new Windows Live Messenger gadget on Live.com! The gadget is so new, it's not in the application catalog yet. But you can load it using this URL. http://www.live.com/gadgets/MSNAppCatalog/MSNAppCatalog.xml The gadget puts an auto-updating window on your Live.com page that constantly updates to show a list of all the Bots and Activities available for Windows Live and MSN Messenger. You must be running MSN Messenger 7.5 or Windows Live Messenger Beta for the links to work. This is because the gadget uses the "MSN:" protocol that was introduced in MSN Messenger 7.5. Try out the gadget, ...Show All
.NET Development How to Write Raw Hex to a File?
How can I output raw hex codes to a file When I do (StreamWriter)w.Write((Int8)65); I get the string "65" in the file, but I expected the letter "A" (ascii 65). i dont know what is your scenario to tell you what is the best thing you can do but to write any character depend on his ascii representation you can just use chr() function like (streamWriter)w.write(chr(65)) which will print for you A ...Show All
Visual Studio Team System Area and Iteration fields and field constraints
I am working on a new Work Item type I have added to a TFS test project for tracking change requests. I am using 'Area Path' to represent application type eg. Admin application, Billing application, Banking application. When I try to add a required rule to System.AreaPath 'Area Path' I get the following error. TF26062: Rule '<REQUIRED />' is not supported for the field 'System.AreaPath'. Is there a work around to this as it is quite nice to have the Applications split into categories in the tree structure 'Area Path' provides. However I need this field to be mandatory. Regards, Ben Unfo ...Show All
SQL Server textbox width
I have, what I think may be a simple question. How can I format a textbox to be able to increase in width to accomodate the data I see where it can be done for the height but not for the width. I hope someone has an answer for this.... I am pretty sure it is the 'can grow' property in the properties window you can set it to true or false ...Show All
.NET Development about Metadata Physical layout(#Blob)
In the PE file, there is a #Blob Heaps, which I do not understand what it is. And I read the book which say If the first 1 byte of the "blob" is 0 bs , then the rest of the blob contain the bs bytes of actual data. etc.... I really do not understand what that means. Does it means that if 0XXXXXXXX (2) , it has XXXXXXX(2) bytes of data then 1st 2 bytes are 10bs. Does it mean that 10XXXXXX YYYYYYYY (2) will have XXXXXX time 256 and plus YYYYYYYY bytes of data Thx Sounds like you got it right. You can look at the decompression algorithm in the function CorSigUncompressData in Cor.h included with the .NET framework SD ...Show All
.NET Development Consuming List with SOAP
1 Hi! This is maybe OT, but I don't know where else to put it. I want to consume a Linux SOAP Web Service with C# .NET. (I wrote this web service with Perl and SOAP::Lite, so I can change the output, if necessary). The webservice returns a list of arbitary length. The message looks like this: -- < xml version="1.0" encoding="UTF-8" > <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins tance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/X MLSchema" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmln ...Show All
