dcab's Q&A profile
Visual FoxPro CAST Problem using ADO
I'm trying to retreive a character field as a numeric from a FoxPro free table using ADO inside Visual Basic code. The query: "Select A, Cast (B as numeric) from c:\test.dbf" yields the following error message: Function name is missing ). Any ideas I think you're using an old version of VFPOLEDB driver. cast() is new to VFP9 and you should be uisng latest VFPOLEDB driver for it to work ...Show All
Visual Studio Tools for Office Trust Warning
I had already posted this in my Trust Load Customization post. I've tried so many things my head is spinning. I need more help and wasn't sure exactly where to post this follow up in my original post. I'm getting a warning that says "The assembly must be granted full trust before the solution will run. For more information see Help." It seems that the trust issue relates to the spreadsheet and not to my vb.net code (I think). ...Show All
Visual Studio Team System Is there a Starteam to TFS migration tool?
Is there a Starteam to TFS source control migration tool ...Show All
Visual C# Array of objects
hi.. In my application i want to create an array of object of a class.Based on the requirements at runtime i want to create that.. Is there any way like malloc/calloc in C. As a newbie i really need a help.. thanx ...Show All
Windows Forms add reference to ocx in IDE vs aximp.exe
Thanks to a hint from Mike Harsh (http://www.windowsforms.com/Forums/ShowPost.aspx tabIndex=1&tabId=41&PostID=2427), I was pointed to using aximp.exe when trying to embed my activex controls programmatically into a winform. The purpose of this is to create the wrapper to  ...Show All
Visual Studio Tools for Office Unable to rebind ListObject to data source
After this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=128775&SiteID=1 I tried to rebind the Listobject but the data does not seem to appear on Excel even though the binding seems to be effective as the watched object does have the values from the table if you drill down on it. The display on the Excel side though does not appear. Below is the code used to try to rebind &nb ...Show All
Visual Studio Tools for Office Why does the ContextSwitchDeadlock happens?
I got following error in a very basic VSTO Excel Workbook project. My method responds to a hyperlink, sets some integer values in a 10x10 cells array; and then user rng.Find() to find a specific string. However, the last part is when the while loop continues trying to get the next string with rng.FindNext(foundRange). The strings are found, but then Excel does not return from it (it takes all my CPU time); and finally, I got this error. Conte ...Show All
Visual Studio Team System Question about changesets gathered for Team Build.
I just noticed a behavior which I had hoped wasnt the case. I have a TeamProject with two branches. I have two Team Builds - one to build Branch1, the other to build Branch2. I make a change in Branch1, fill out the comments and check it in. Then make a change in Branch2, fill in the comments and check it in. Then I start the Team Build which builds Branch1. When the build happens it gathers up both changesets and associated them this buil ...Show All
Visual C++ stl queue - why don't you work
I'm wondering why I get this message when I try to use a stl queue in a managed class. I'm using .net 1.1, so i can't use the new 2.0 typed queue. error: error LNK4006: "class std::queue<short,class std::deque<short,class std::allocator<short> > > * (* ALDaps::que)[64]" ( que@ALDaps@@3PAY0EA@PAV $queue@FV $deque@FV $allocator@F@std@@@std@@@std@@A) already defined in main.obj; second definition ignored So, I added ...Show All
.NET Development FtpWebRequest connection
Is the FtpWebRequest connection persistent, so i can send more than a command If not there's a way to have a persistent connection other than use a simple Socket and implementing the Ftp RFC Thanks in advance for your help We have the concept of connection management for WebRequest class. For more information please visit http://blogs.msdn.com/adarshk/search.aspx q=servicepoint&p=1 FtpWebRequest extends fro ...Show All
Windows Forms DateTimePicker
Hi, Is there any way to handle with 'Null' values in DateTimePicker control when it is bound to datasource Any sugestion... Thanks You could also use Infragistic's NetAdvantage UltraDateTimeEditor. It can naturally work with Null values. ...Show All
Windows Forms VS.Net hanging on compile
Apologies if this isn't the place but I'm getting rather desperate. I'm running VS.Net Enterprise edition on Windows 2000 Advanced Server.(not much choice in this matter) I'm pretty sure I compiled my project at least once without an issue, but I really ...Show All
Visual Basic HowTo? Code 'add ins' for IE
I want to develop an add in for IE. This add in will have an icon on the tool bar of IE that performs a simple function when clicked. Where is the best source of info for this type of program Many Thanks Hi, Check out the following articles: 1.] http://www.codeproject.com/csharp/dotnetbandobjects.asp 2.] http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/Shell/programmersguide/shell_adv/bands.asp Regards, ...Show All
Visual Studio Team System Setting-up Team Builds so only the libraries that have changed are rebuilt
I have a Team Build that takes too long so I want to break it up so that only the libraries (DLLs) that have changed are rebuilt. How can I do that It seems that my present Team Build checks out the latest version of the code for all the Visual Studio Projects in my Visual Studio Solution and rebuilds them all. Can I create a directory on the Build Machine for the latest versions of the built libraries (DLLs) and then checkout + build only ...Show All
SQL Server How To Load Periodic SnapShot Fact Table With SSIS
I need help from you data warehouse / SSIS experts out there! I have a Transaction Fact Table with dollar amounts as the measurements. The grain is one row per transaction. I want to roll this up into a Monthly Periodic Snapshot based on 5 keys. I am having no problem where there is transaction data for each month. However, the problem I am having is - how do I gracefully insert the Monthly rows for the five keys where there was no activity i ...Show All
