tmsmith's Q&A profile
.NET Development Provider error while reading DBF file
Dear All, I am newbie in dbf manipulations .currently I have downloaded foxpro driver from the site . but when I am tying to open my DBF file it gives me error like "The Provider could not determine the Decimal value . For Example,the row was just created the default for the Decimal column was not available,and the consumer had not yet set a new Decimal value" I am using the following code snippet to open .DBF file:- ...Show All
Visual Studio Team System new prosess template problem, cannot connect to sharpoint services
hi to all, i varry happy to find this forums... i am tryin to solve problem in team foundation server without success. the problem is: via Team Explorer i am trying to make a new process template by uploading the set of xml files to the foundation server. I get an error, in the errorlog it says, it can not make a connection to sharepoint services,...and says that the resean cannot be determined. Has any body had the same experien ...Show All
Visual Studio Tools for Office Oh Happy Day!
The Office XML specs are going to be fully documented!!!!! Supposedly in March they will be released. A big thank you to MS for this. - dave ...Show All
Visual Studio Team System Tool for Continuous integration available?
Hi, A latest post: http://blogs.msdn.com/bharry/archive/2005/10/01/476030.aspx mentions "This command line tool can be used to implement scheduled builds, rolling builds, continuous integration, etc." Can anyone plz tell which are the tools available for continuios integration and scheduling of team build. i am using scheduled tasks to schedule the build but have'nt seen any such build-in tool. Thanks Nike Hello Nike! The command line t ...Show All
Visual Basic Cannot open project
I went to open recent project and this is the message that appeared C:\Windows|Microsoft.NET\Framework\V2.050215\Microsoft.Common.targets:The import file could not be loaded. Root element is missing. Can someone please help me fix this,I tryed to re install VB 2005 express again no help also tryed to install VB studio 2005 from dvd same message when i tryed to open a new project. Thanks Bruni thanks for the help i fixed problem by removing ...Show All
Visual C++ Why isn't this call working properly?
I'm building a project for myself really; however, this problem is sticking me in the side. Can anyone tell me why this particular problem isn't working #include "pl_en_stats.h" // in *.cpp file for icPlayerInformation_Data struct usage. // in *.h file for Class definition. class LoadGameData { private: char PlayerInformation; icPlayerInformation_Data* pl_statistics; public: LoadGameData(); bool load_SaveData_Open(); ...Show All
.NET Development XML Trace WSE 2.0 problem
Hi, I've recently had frustration experience using a certain web service provided by a known organization. In order to maybe get a response from the technical they want me to send them the XML trace for the input and output calls and answers to the web service. I've downloaded WSE 2.0 tool since i use .net vs 2003, c#. I've desperately been trying to get a trace with no success. Here are the details of what I've been tryin ...Show All
.NET Development Table name alias
I wrote this Sql Select command: SELECT * FROM tblUser as 'MyNewTableName' But this code: myDataTable.TableName gives me only : "Table" Why is that I assume it's because the table alias is kinda "local" to the query. For example, if you run another query using that alias (unless it's explicitly re-defined in the 2nd query), even if it's in the same batch, you'll get an ...Show All
SQL Server SQL Mobile Query
On the paper: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/med302_msdn_sql_mobile.asp frame=true While trying to complete the exercise, I encountered the following unexpected behaviour: While configuring the subscription for the SQL Mobile (from the tutorial – To complete the subscription) section, I encountered the following error – TITLE: Microsoft SQL Server Management Studio ------------- ...Show All
Visual Basic Blair Allen Stark
Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All
Visual C# Stop function execution
Hi, I am developing a small program that resizes one or more images at the same time. I want to implement a function that allows users to stop the program when it is processing images by clicking a "Cancel" Button. But I don't know how to do that properly. Can anyone help me Thanks Ran www.inklass.com/imageresizerv2.zip Check the source on that for background threading for ...Show All
SQL Server Viewing the report as it is being generated?
Is it possible for the first page to be viewed while the rest of the report is still being generated on the server or does the entire report need to be generated on the server before the first page can even be viewed I understand that for downloading/exporting the entire report would need to be generated before that functionality would work but what about just viewing the report as it is generated. Thanks Scott ...Show All
SQL Server SQL Server 2005 upgrade advisor - Dimension problem
Hello all, I used the SQL Server 2005 upgrade advisor to check my Analysis Services data. In the report I got the following message: "Custom rollup formulas, custom member formulas, All member formulas, and custom level formulas are no longer supported as properties on dimensions or levels in Microsoft SQL Server 2005 Analysis Services" When I look at the specific dimension it is every time a parent-child dimension that gives this message. Any ...Show All
SQL Server SQL 2005 SP1 and Peer to Peer Replication
We are thinking about upgrading to SP1 on all of our database servers. Our servers are running on WIN2K3 Enterprise Edition and we have SQL2005 EE also on these servers. Each server is configured as a distributor and subscriber in a peer to peer topology. The readme on the services pack says to upgrade in a specific order but since all the servers server as a publisher and subscribers how do we do it Has anyone upgraded in this scenario ...Show All
.NET Development Route add with C#
Hi, i need to add a persistent route to route table of os with c# and controlling if it's present, simply like command: "route -p add xxx.xxx.xxx.xxx mask 255.255.0.0 xxx.xxx.xxx.xxx". How i can add a persistent route with c# Thanx Use this code to add route: using System.Diagnostics; Process p = new Process (); p.StartInfo.UseShellExecute = false ; p.StartInfo.FileName = &quo ...Show All
