E. Richards's Q&A profile
Smart Device Development Problem launching a debugging session on VS.NET 2005 Standard
I'm trying to create a simple test app to begin development on a SmartDevice app in VS.NET 2005 Standard. I have WinXP SP2. I chose a "Device Application (1.0)" project from the C# projects (I wanted .NET CF 1.0 rather than requiring 2.0). Did nothing else, just decided to launch it in the emulator to make sure everything worked - and it didn't. When I try to deploy to any of the emulators, I get a dialog box which says: "Fai ...Show All
SQL Server Interop.ADOMD
Can anyone tell me what application or SDK installs Interop.ADOMD and any dependencies Thanks. - Wendell G ...Show All
Windows Forms .NET Framework 1.1 Released!!!!
The latest version of the .NET Framework has been released. This version contains hundreds of bug fixes and a few new features. Download it today from: <a href="http://msdn.microsoft.com/netframework/">http://msdn.microsoft.com/netframework/</a> - mike ...Show All
Visual Studio Team System Problem in changing the System.AreaPath Field in Work Item.
Hi, We customized the MSF Agile Template according to our project requirement. Now when we create a new Work Item we now want to make the "Area Path" field to accept the values from given by the user who is going to create the work item. But the problem is that it is by default displaying the project name in that field and if the user want's to changes the value it is not allowing him to do. We placed the following statm ...Show All
Visual C# Distribution and .Net Framework
For the last month i had been working on a sudoku game. Was using VB 2005 express edition. After all was done, tried to pass it on to others. Then only got to know that .NET framework should be loaded on the other PCs also. Then I read somewhere on net that if you use Visual C#, ou dont face this problem. I tried converting my project, but even in Visual C# its giving the same "Initialisation error 0xc0000315". So wat is the solu ...Show All
SQL Server SQL Replication
I have an end-user question about what replication solutions are available in SQL 2005 for the following configuration. We are looking for a replication option that will allow instant replication of changes made to the database at a remote office with a WAN connection. This is a manufacturing operation and the aplication in use requires those changes to be instantly replicated to the primary SQL server located in the data center. The vendor tha ...Show All
Software Development for Windows Vista Correlation tokens...
Hi, I have several workflows that need to make simultaneous exchanges with external methods and events through a DataExchangeService. To make sure each event is caught by the correct handler I’ve implemented the correlation attributes to the exchange interface. It all works fine, but I find it tedious to set up the parameters and properties related to correlation on the different activities in the workflow. I do not understand why this has to b ...Show All
Software Development for Windows Vista Rules which reference Activity properties in XOML only workflows
Has anyone been successful in creating and executing a rule that refers to an property of an activity which was dropped onto the workflow at design time in a XOML only workflow. In our scenario, we have a hosted designer which outputs XOML only workflows. In the designer, we can drop activities on to the surface and reference activity properties from anywhere on the workflow. HOWEVER, if we write a rule (in a policy or condition) which acce ...Show All
Visual Studio 2008 (Pre-release) Soap security negotiation failed
I've created simple IIS hosted indigo application, and ran it successfully without problems on machine where was coded (PC1). I'm using local ethernet, where three machines (PC1, PC2, PC3) are connected through router, without any software or hardware firewall. When i run client indigo application on PC2 or PC3, i get the following exception: <Soap security negotiation failed>. But if i run line http://pc1/audio/service.svc ...Show All
Visual FoxPro MS Access Switchboard?
Does VFP offer anything like the switchboard in Access I would like to create several forms & just be able to click on a link to open whatever form the user wants at that time. Any suggestions There is nothing prebuilt in VFP to do this, but you can easily create a form, drop commandbuttons on it and add the necessary logic to run the required forms. If the form needs to be dynamic based on use ...Show All
SQL Server Question with Email Subscription
Hi, I have installed Visual Studio 2005 Reporting Services and try to make some subscription. The strange thing is that after I clicked "New Subscription" in the Reporting Manager and Report Delivery Option only shows the option "Report Server File Share" .I cannot select email subscription. Did I miss something out here THanks for the help Josh Hi Josh, sure that you have config ...Show All
Software Development for Windows Vista Tutorial - Lab 5 Ex 1 - votingArgs
In order to use a votingArgs argument (Task 3, Step 13), you need to make the VotingEventArgs class in VotingService.cs public (Task 2, Step 3). In addition, I had to create a votingArgs field (of type VotingEventArgs) in the VotingWorkflow class. ...Show All
Visual Studio Team System TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed
Im trying to create a project and i got this error any ideas. Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking. Explanation Plugin error text: “Value cannot be null. ---> Value cannot be null.” User Action Contact your Team Foundation Server administrator. Warning TF30144: The New Team Project Wizard attempt ...Show All
SQL Server Problems with Parameterized insert SQL with OLEDB Destination
Hello, I've searched around and can't find any references to the problem I'm having. I'd appreciate any ideas or input. I'm trying to use the OLEDB Destination for an insert at the end of a long data flow. I need to parameterize the input, and for some of the columns I need to use literal values instead of parameters. It seems like this should be the most common thing in the world, but I'm at a loss to get it to work. I type in the SQL statement ...Show All
.NET Development How to measure the memory pressure?
I am designing a .Net component that relies some on a quite elaborate cache system. The cache can be regenerated at any time but at great CPU/IO expense. The WeakReference is not enough my own needs because (for example) it cannot take into account the regeneration costs that may vary from a WeakReference to an other. I would like to know how the memory pressure that applies on the current process can be measured in .Net I have seen the method ...Show All
