Arty Arochita's Q&A profile
Windows Forms Only downloading changes?
Okay, so I'm using Clickonce for deployment of a project that has an executable, some DLLs, and two folders full of text files. I published to a web site, downloaded, and all went fine. I then made a few changes to the executable and republished, making the new version mandatory. When I started the application, it downloaded the new version as expected, but did two things that I can't stand. First, it downloaded the whole thing. I thought it was ...Show All
Visual C# console window together with a WinForm application?
i need a console window together with a WinForm application. like: http://www.codeproject.com/csharp/console.asp public class Win32 { [DllImport("kernel32.dll")] public static extern Boolean AllocConsole(); [DllImport("kernel32.dll")] public static extern Boolean FreeConsole( ...Show All
Visual Studio Team System Can not upload more then 4MB when create Work Item
Hi I am create a Performance Session with Team Developer, after the performance profiling, I got a big report. therefore I would like to create a Qos WorkItem by right click the PerformanceReport the xxx.vsp file. -> create working item --> ... however, it fail in create a work item, because the report is too big, 45MB. the Visual Studio tool, just do not let me to do so. how to config to enable this scenario Fo ...Show All
Windows Search Technologies Address bar - locked
my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have ...Show All
Visual C++ Dynamically allocated ostringstreams? Getting C strings from ostringstream instance
I'm getting different results comparing a dynamically allocated ostringtream and a local instance. Here is the code that gives the "funny result" (dynamically allocate ostringstream) #include "stdafx.h" #include <sstream> #include <string> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { std::ostringstream *sbuf = new ostringstream(); if (sbuf != NULL) { sbuf->operator<<("This is ...Show All
Visual Studio Team System Quick Search for Work Items
A question I had when showing this to the CSR's. They asked is it possible to enter some text in a generic search field and it will search all issues in the Work Items (any type) to see if that text matches any work items Is this possible We don't have this feature in v1. We have this as a suggestion in our database to consider it for next version. -Mohammad ...Show All
Windows Forms Add New Data Source >error "The system cannot find the file specified"
Hi, Have small problem :( When I want to add new data source to VS project I get an error. Here are the steps: In the data sources panel: 1.Click add new data source 2.In data source Config wizard select "Database" 3.Next 4.New Connection 5.SQL Server using .NET Provider for SQL Server 6.Next 7.Select server name, SQL Client, authentication info, select database, click Test Connection 8.Test Connection Succeeded :) 9.Click OK 10 Erorr dial ...Show All
Software Development for Windows Vista Custom Properties and SQL Persistence
Hi, Is there a way to access a custom property of a given workflow instance via the SqlPersistence stuff or does each workflow need to be loaded via the runtime and queried that way I'm writing a very basic State Machine workflow to model an document approval process which will run under ASP.NET. I'd like to create a "Pending Approvals" kinda page where managers can get a list of their pending approvals. The workflows have custom prop ...Show All
.NET Development Whatever happened to .NET ObjectSpaces?
Anyone know I've been looking for an answer to the very same question.. This indicates that development on OS has been suspended: http://msdn.microsoft.com/data/objectspaces.aspx ...Show All
Visual Studio Step over (F10) responds slowly
Hi, I have start using VS 2005 this week and i notice that when i am using the step over while debuging it is response very slowly compered to VS -6. I notice that the call stack and Autos windows also addes to the poor performance, and each step the auto windows refresh. 10xs alon Please take a look at our debugger FAQ at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=919407&SiteID=1 . There are some steps you ...Show All
Visual Studio Express Editions Multiple Data Files (SQL Express) can be used in one application ?
Hi to all of you, In VB.NET 2002 I was using Multiple MS Access files to store data. Is it possible with VB.NET express 2005 and SQL Express 2005 Parminder Yes, you can use multiple SQL Express database files from a single application. The only limitation with the Express edition is that you can only access databases on your local machine; Visual Studio .NET 2002 allowed you to access remote databases. Hope this ...Show All
Visual Studio Express Editions how can I uninstalL Visual Basic 2005 express edition
Hi all, I need help uninstalling vb 2005 express edition. When I do it manually I get such an error: "Setup is unable to determine a valid ordering for the installation. See the error log for further details." I was trying to repair it from CD but without results. and I found this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=311301&SiteID=1 and I used this application msiinv.exe to find the product ...Show All
Visual Studio 2008 (Pre-release) How to use XPSViewer in Win32 based applications
hi: I have a few qeutions to ask : a)Our company's software(win32 based application) would spport xps file format, viewing and wirting the xps file. Could the XPSViewer be embeded in own software to view the xps file if can do, how to do If can't, how to support to view the xps format file b)What are difference between win32 based application and WPF application Could I use the new API classes under win32 based application such as Documen ...Show All
Visual Studio Team System Problem with workgroup edition installed on a workgroup
Hi, I followed the step by step guides to installing the workgroup edition. It was installed on a fresh win2k3 server. Both the workstation and the server had the accounts 'Kevin' and 'Administrator' created with the same passwords. The installation completed successfully, and I created a team project whilst logged on to the server as administrator. The first problem, and perhaps clue, was that I was unable to view the sharepoint sites fro ...Show All
SQL Server Xpath/Xquery SQL question
Hi all, Sorry to dump my problem, but I'm a bit stuck for ideas. I've searched BOL and MSDN but can't seem to find anything that does what I want, and I'm no Xpath/Xquery expert. I'm running SQL 2005, and have a typed XML column with the following data in it: < PPP_PCB xmlns = " urn:hl7-org:v2xml " xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation = " urn:hl7-org:v2xml PPP_PCB.xsd " > < MSH & ...Show All
