Kesava's Q&A profile
Software Development for Windows Vista CallExternalMethod in Code-Only and Code-Beside Workflows
I have created two identical workflows that use a CallExternalMethod activity. I'm using .NET 3.0. One workflow is code-only and the other is code-beside. When I configure the CallExternalMethod activity, I see that the Data field in the Properties pane works differently for the two workflows. On the code-only workflow I can specify a member of my workflow class as the data to be passed. I see "Name" and "Path" sub-fields in the Properties pane. On the code-beside workflow I cannot seem to specify a member of my workflow class as the Data to be sent. Also, I do not see the Name and Path sub-fields in the Properties pane. I have checked the help and searched the forums and I can't find any documentation fo ...Show All
Windows Forms Visual Studio Deployment Question
Hi, sorry if this is in the wrong place but there is no separate "Visual Studio Deployment" forum. Anyway, I was wondering if the "standard" edition of Visual Studio comes with full MSI deployment capabilities. The Visual Studio 2005 Product Line Overview says "yes" next to deployment tools, but when reading reviews of the differences between standard and pro everyone says standard only comes with ClickOnce. Can anyone confirm that the standard Visual Studio comes will the full deployment tools and not just ClickOnce Thanks a bunch, Daniel Yup, Setup projects for building .MSI's are in the Standard SKU. I think marketing got some wires crossed, but I just checked our build s ...Show All
.NET Development Getting a clicked button to be 'clicked' in all opened windows
Hello, I work now on a program and I just can't find anywhere how I can make it work. What I'm trying to do is: When I strike a button on the keyboard, in one focused window, it should be applied also to all the other opened windows as well. What can I do, do you know someone that did it already (a freeware/shareware) or maybe you know how to do that (even if it doesnt works perfectly, I'd like to see your way of thinking) Please send your solution to arcadyt@hotmail.com or write it here. Thank you very much, Arcady I don't know if I understood you correct: You want, if you press a key, notify all windows that the key was pressed If this is your question I can possibly help you. I have wanted that feature too. M ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Looking for suggestions on protecting game assets
In my development I typically purchase royalty free content for meshes, music, etc. Although the content is royalty free I am bound by the terms of use to protect the content from re-use by others through reasonable means. In developing C++ based games for Windows I typically encrypt the data on the CD or in the distro and decrypt at load-time. My question here is, do you have any suggestions on how to protect content and still use the content pipeline and the XNA C# based game studio You can derive your own content manager from ContentManager and override the OpenStream method. This would allow you to provide a decrypting stream as the input source. You would also need a custom content processor on the build side to do the encryptio ...Show All
Smart Device Development PDA and Internet connetion
Hi, I have an application developed in c#, in my PDA and i need to know if someone knows a way to established a internet connetion throught a button in my application. This is urgent..... Does anyone have a suggestion or an ideia Thanks. Hi, When you use HttpWebRequest to retrieve a web page, it will detect if an Internet connection is present and establish one if it's not. You can find more documentation about the class here: http://msdn2.microsoft.com/en-us/library/system.net.httpwebrequest.aspx Cheers, Anthony Wong [MSFT] ...Show All
Visual Studio Team System VS 2005 IDE Create SQL Store Porcedure like 2003 IDE
I use to have an option within the 2003 IDE to generate SQL Stored Procedures, however using the new 2005 IDE and SQLDataSource I can only generate dynamic SQL stagements or refer to existing Store Procedures. Can 2005 IDE generate SQL Stored Procedures If so how I have looked through the MSDN library and How to's for this. Doug DrDrain - Are you trying out a CTP of the new Team Edition for Database Professionals If not, you may want to look at this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=833748&SiteID=1&mode=1 . If you aren't using "TEDP", I may have to redirect your post to the forum for the existing VS2005 database features unless someone on our team also happens to be familiar with t ...Show All
Visual Studio Tools for Office VSTOR wit XP Home Edition and Office student version
Hello, I downloaded the vstor to program against Microsoft Word. After a successful installation I tried to make a new word project (Add New Project->Office->Word Document) but everytime I get the following error: A compatible version of Microsoft Office Word 2003 is not installed on this computer. You must install Microsoft Office Word SP 1 and the Visual Studio 2005 Tools for Office runtime (Vstor.exe). Select the Repair option when you install the runtime. VSTOR.exe is available on the Visual Studio 2005 Tools for Office installation media or at the Microsoft Download Center.... My Operating System: XP Home Edition Version 2002 SP2 My Office Package: German Microsoft Office edition for students and teachers My Visual Studio: VS 20 ...Show All
Visual Studio 2008 (Pre-release) System.Windows.Markup.XamlParseException: Error in markup file 'XBox;component/GameLibrary.xaml' : Cannot find type 'GameLibrary
I create XAML Browser Application and test run ******************* Startup URI: C:\Labs\XBox\XBox\bin\Debug\XBox.xbap Application Identity: file:///C:/Labs/XBox/XBox/bin/Debug/XBox.xbap#XBox.application , Version=1.0.0.0, Culture=neutral, PublicKeyToken=0453a06c9c16e5d8, processorArchitecture=msil/XBox.exe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0453a06c9c16e5d8, processorArchitecture=msil, type=win32 System.Windows.Markup.XamlParseException: Error in markup file 'XBox;component/GameLibrary.xaml' : Cannot find type 'GameLibrary'. The assembly used when compiling might be different than that used when loading and the type is missing. ---> System.ApplicationException: Cannot find type 'GameLibrary'. The as ...Show All
Smart Device Development SIP icon location
Hello, on new WM5 devices, the SIP icon appears to be a bit more clever than before. If an old application is executed, it will appear in the bottom right corner of the screen. On other occasions it will appear in the bottom centre of the menu. This behaviour might produce decent results for most cases, but causes troubles in an application that i am assigned to. Does anybody know if there is a way to configures the SIP icon to show up in the bottom right corner of the screen I do not want to move the MS_SIPBUTTON window by force, but a more decent API that configures the SIP control to show up the old way. Thanks in advance, Peter Vrenken If you add at least three menuitems when you design the form, the SIP is positioned at the bot ...Show All
.NET Development How to copy a file to a folder shared on the network
I am generating a zip file then I have to move it to a folder shared on one of the system in the network. How Can I to move a folder into shared folder on one of the system in the network in C# .net 2.0 Additional info: http://articles.techrepublic.com.com/5100-10877_11-6152061.html Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All
Visual Studio Express Editions DataEntry and Querry
Hello, Form1 has one TabControl with two Tabpages, one "Look up Button" and one "Save Button". TabPage1 is the "DataEntryForm". Its Fields > ID, LastName, FirstName, and many others.... TabPage2. is the "FindForm" containing a DataGridView (is this possible ) with ID, LastName and FirstName only. How can this be made in VB: Case 1. User type LastName into "DataEntryForm" corresponding field. Querry is performed. &nb ...Show All
Visual Studio Team System LoadTest PerfCounters and 64Bits WebServer
Hi all. I'm running ASP.Net2.0 in a 64b server. When I run LoadTests from a 32b machine, the ASP.Net related perf counters are empty. To see this counters with perfmon (locally in the server) I changed the key: HKLM\System\CurrentControlSet\Services\Sysmonlog\imagepath to %SystemRoot%\syswow64\smlogsvc.exe It works fine in the server, but not when I use perfmon from remote (32b) machines How can I include 64b the perf counters in the LoadTest Session inside a VS 32b Thx in advance rido check out the following link. Reading 32-bit counters on a 64-bit machine ...Show All
Software Development for Windows Vista Information card "reset"
I'm preparing to enable pluralsight.com to accept InfoCards, and as I do, some practical issues are coming to the surface. Here's the first :) For the multitude of websites who will accept self-issued cards, we need to consider up front what's going to happen when one of our users' machines gets trashed and they lose those their self-issued card. Even if you're a website whose security bar is so low that you can simply email the user her password, that's not going to work with an information card! Regardless of the secondary authn mechanism you're considering (if any), I'm curious to know how you're thinking of exposing this "information card reset" feature to the user. It might be a good idea to have a relatively standard way of ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Simple Menus (Download)
As our first sample we have created a simple menu system that loads from xml. The menus can resize, move, and write text to the titlebar. Check back for the variable width font sample coming soon. Please let us know what you think Submit@XNASpot.com Download: http://www.xnaspot.com/Sample_SimpleMenu.aspx I was unable to use the source download for the sample you have provided: Error: The Project file was saved with an incompatible version of XNA Game Studio Express or the project file has become corrupted. I'm too much of a noob at the moment to troubleshoot it and figure out for myself (but I'm trying). The rest of the files open individually, and it seems only the solution file (MenuSample.sln) is the problem. Any cha ...Show All
SQL Server SQLServer Version Registry Key
Hello, Any one know the SQLServer 2000 and 2005 version key. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\CurrentVersion is not returning correct value for example SQLServer 2005 box registry value is 9.00. 2047 .00 but Select @@Version outout is Microsoft SQL Server 2005 - 9.00. 2153 .00 (Intel X86) May 8 2006 22:41:28 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1) Thanks. ...Show All
