csharpman's Q&A profile
Windows Forms Other connection method
Any one have a quick way to make TaskVision work with (COM+ and .Net Remoting) instead of WebService Any idea would help. Thanks in advance. According to the C. Vasters, who spoke about indigo (the next generation of the .net platform) ...Show All
Visual C++ VC++ 2005 redistributable (vcredist_x86.exe etc.)
Hi there, I noticed that the Beta 2 redistributable is hosted on the Microsoft download library, but the final ones seems not to be. Will it be hosted on microsoft.com (or is it already somewhere ). Also, it has been reported to me that on Windows 2000 the (RTM) redistributal gives an unuseful error message if Windows Installer 3.1 is not installed. The message is error 1723. "A DLL required for this install to complete could not be run." ...Show All
Visual FoxPro Call application from program and trace Menus and Programs within
Hello, Can anybody help me please Am trying to call an application from another, but having a problem tracing the called program's Menus and Programs. At the beginning it started by having the Encrypted checkbox automatically selected after building project and an application (the application I will be calling) while I de-check it myself. I tried creating the project from the beginning and somehow this stopped, and I could trace again, ...Show All
Visual Studio 2008 (Pre-release) servicehost.open
i used app.config file for self service host my code is as the following using System; using System.Collections.Generic; using System.Text; using System.ServiceModel; using System.Runtime.Serialization; using System.Collections.Generic; using System.Text; using System.Collections; using System.ComponentModel; using System.Data; using System.Threading; using System.Xml; using DBManag ...Show All
Visual Studio 2008 (Pre-release) DLinq Database Creation
Hello everybody! Just some suggestions: 1) I'd like that .CreateDatabase() method from DataContext creates the Indexes by something like class attributes thus I would not need to do nothing on the Database IDE I think that database it's only to store objects and I prefer to parse manually objects also because can it have custom constraints. It has some plans in these scenario for next version 2) I'd like also of the DataContext ...Show All
Windows Live Developer Forums Packet rate
Just a small question about the packet rate, does the 120 packets a minute apply to incoming and outgoing, or is it applied to outgoing packages only. Would make a big difference because if it applies to the total ammount of packages it means you can only send and receive a packet per second if you are using real-time package data. -joost As far as I know there isn't a real limit on the size. At least it's not ...Show All
Software Development for Windows Vista Elevated status required for registry key
One of my apps registers as a context menu handler for shortcuts - not the target of the shortcut, the lnkfile itself. The InstallShield setup that I create, when running Beta 1 or the more recent build 5231, cannot register the following key: HKEY_LOCAL_MACHINE\\Software\\Classes\\lnkfile\\shellex\\ContextMenuHandlers\\{my-guid} I started looking for help in the Shell UI forum. Raymond Chen noticed that when ...Show All
Visual Studio Express Editions How do I delete or remove projects and files from visual C++ express Edition
How do I delete or remove projects and files from visual C++ express Edition mveeravagu wrote: How do I delete or remove projects and files from visual C++ express Edition Projects can be managed using the Solution Explorer. If you can't see the Solution Explorer, you can reveal it by choosing View menu -> Solution Explorer. Here, you can right click on your file and choose Remove. " ...Show All
.NET Development Database transaction
Hi Can someone please help me with code I have two tables in my database and want to add the value of one column in the second table to a column in the first table so that the initial stock will be updated with the new recieved stock amount. First table is STOCK with columns prod_name and prod_quantity Second table is STOCK_RECEIVED with columns prod_name and prod_quantity I am using Visual Studio 2005 Express Edition and Visual B ...Show All
Visual Studio Team System Warehouse not updated
Hi, When I try to open a report, the following error appears: An error has occurred during report processing. (rsProcessingAborted) … When I manually process the data warehouse with TFS Controller Web Service the following error appears on event viewer: Source: MSSQLServerOLAPService LE DB error: OLE DB or ODBC error: Cannot open database "TFSWarehouse" requested by the login. The lo ...Show All
SQL Server Private vs. Public Reports
Hi, I hope it's the right place for this q: We're about to purchase SQL Server Reporting Services 2005, migrating from current reporting platform. I would like to know whether it's possible for any user to save a report as their private report (in a personal folder or so). That is unlike public reports published by authorized role only. If anyone knows where can I find documentation about it, I'll be grateful. Thanks! ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MDX2 and Action Mapping?
Can anyone direct me to documentation on using Action Mapping via MDX in the latest release of the DX9 SDK (Feb) Searching has proved mostly fruitless and DX8 samples of AM (using DIACTION, etc) are useless as it appears the entire structure has changed. I've looked through the SDK docs but they are simply a shell outline and only list classes and their members - there is little to nothing in the way of description and zero examples. Also, a ...Show All
Smart Device Development Code generation for property '<property name>' failed. Custom Control
I have a custom panel control that has a BackgroundImage property defined as per the code sample: private Image backgroundImage=null; [System.ComponentModel.DefaultValue(null)] public Image BackgroundImage { get {return backgroundImage;} set { if (backgroundImage!=value) { backgroundImage=value; Invalidate(); } } } ...Show All
SQL Server SQL 2005 and Access 2003
Is there a patch available for Access 2003 that will allow it to interoperate fully with SQL 2005 In general Access should work fine with SQL Server 2005. If you want to use new SQL datatypes you'll likely need to wait for a new version of Access. Paul ...Show All
SQL Server Need help normalizing multivalue column
Hi! I have a table with the following columns: account_nr, account_totaling_members, account_type the account_totaling_members column contains a pipe sperated list of accounts in a varchar: "1001|1002|1003" I need to normalize this so that i get records like: "10", "1001", "sum" "10", "1001", "sum" "10", "1002", "sum" . ...Show All
