de_Stan's Q&A profile
Software Development for Windows Vista WorkflowWebRequestContext in Beta 2.2
I just installed Beta 2.2 and ASP.NET sample code, but ASP.NET sample failed to compile. It says WorkflowWebRequestContext is not available in the default.aspx.cs. When I looked at the help file, I can see that WorkflowWebRequestContext class should belong to System.Workflow.Runtime.Hosting, but when I look at the classes in that namespace, I can't find it. I can see other classes in that namespace such as WorkflowWebHostingModule. Anyone ...Show All
Visual Studio Is XP Service Pack 2 really required for .NET 2.0?
The requirements for .NET 2.0 state that XP Service Pack 2 is required which is a step up from the requirements for 1.1. (which dont specify any Service Packs) This has become such a hot issue for us that is even questionable whether we want to use 2.0 due to this requirement alone. Is Service Pack 2 really required and if so, why Thanks Andrew Officially, XP SP2 is r ...Show All
Visual C++ Error: LNK2019
Hi I am using MS VC++ .Net (2003) and MS DirectX 9.0 SDK (December 2004). I am getting the following error :- GDPass error LNK2019: unresolved external symbol "public: void __thiscall bullet::gunshot(void)" ( gunshot@bullet@@QAEXXZ ) referenced in function "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" ( WndProc@@YGJPAUHWND__@@IIJ@Z ) "gunshot()" is a function which is declared in a header file, as a public funct ...Show All
Visual Studio Express Editions Is it possible to have VS2003 and C# Express installed side by side?
is it possible to install vs 2003 and c# express at the same time ...Show All
.NET Development Serialization of a method added to a DataTable using partial class
I am returning a typed DataSet that was generated by xsd.exe from a web service. The web service is being consumed by a proxy generated by the wse3wsdl.exe tool. Everything works fine by default. I now need to add some additional properties and methods to the DataTables in the DataSet. To do this, I've added a new file with a partial class definitions of the tables/classes I need to add methods/properties to. I've done this, and it appears to ...Show All
SQL Server Layout File for a Fixed-Length Flat File
Hi, Does the flat file connection format (Fixed Width) have anyway to include a file layout to define the columns. We have different files which contain over a hundred columns. Or is there any other way to do this. Script Component Thanks, Shanti Ash, Which sample are you talking about can you tell me the name of the sample program I can't seem to find it Thanks, ...Show All
Visual Studio Team System Cannot compare, diff or merge files
The VSTFKnownIssues.rtf has the following issue: Issue : Cannot compare, diff or merge files on computers that only have Team Explorer. Details : Due to dependency on a DLL that is not included with Team Explorer, DiffMerge.exe fails on computers that do not have Visual Studio 2005 Team Suite or one of the Team System role-based editions. Workaround : Install Visual Studio 2005 Team Suite, or one of the Team System role-based editio ...Show All
Smart Device Development VS2005 emulator network connection problems..
hi all, I'm just importing a VS2003 PPC project to VS 2005 that requires LAN access via Wi-Fi becouse of disconnected database access to SQL Server via SqlClient namespace objects.. the app is deployed (no active sync) to the 2005 emulator as expected but I get no access to the Wi-Fi LAN.. I just set the emulator NE2000 network card as I did in VS2003, specifying the desired IP and DSN addresses... but I have no access to network as no ...Show All
Visual Studio SourceSafe Web Service Configuration
A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I ...Show All
Smart Device Development Show Application info in HomeScreen
Hi all, I have an simple windows mobile application for Windows 2005. the application contains certain data of the user. i would like to show some of these data in the Home Screen as well. how is it possible. regards, rnv You should only post the same issue in one of the forums. When you say Windows 2005 I guess you mean VS2005 Here is a good start: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen ...Show All
Smart Device Development Treeview Selected Nodes
Since there is no click event for the Treeview control in CF 1.1, is there a way to determine if any node is selected When I test treeBuilding.SelectedNode.Index to see if any index is selected, and nothing is selected, I get the following message: An unhandled exception of type 'System.NullReferenceException' occurred in prjRoofAssessment.exe Is there way to test for this being null, or is there another property to test to determine that NO ...Show All
Visual C# Understanding Invoke method
Hello all, I started recently working with .NET/C#/WindowsForms, coming from Win32/MFC programming. So, all my apologies if you feel I am too much trying to find similarities between both environments. I have a UI application controlling the execution of a background worker thread. The thread is launched when the user presses a button, and must report about the current task being done, to the UI main thread (removing file #### , calculating some ...Show All
Smart Device Development Pocket Access
Hello guys, i need to create new Access tables on PPC2003SE then read from and write to them, of course programmaticaly. Does anyine has an idea on how this is possible thanks a lot in advance To be more clear, i have an Access file on my desktop that contains tables that has the .mdb extension, when i transfer it to my PPC 2003 SE emulator with ActiveSync, it gets the .cdb extension. Once on my PPC 2003 SE i need to ...Show All
Windows Forms First visible row number
Hello, this is my first ever posting! I need to know the number of the row visible inside the data grid, this is exactly like what the DataGrid.FirstVisibleColumn property does, but I want to do it for the “FirstVisibleRow”. This is NOT necessarily  ...Show All
Windows Forms DataGridViewComboBoxColumn and Enum values
Hi, I'm trying to use a ComboBoxColumn in a DataGridView to allow editing of an enum value in a class. E.g public enum Stuff { Apples, Pears, Oranges } public class MyTestClass { public Stuff MyStuff { get { return m_MyStuff; } set { m_MyStuff = value; } } public string MyString { get { return m_MyString; } set { m_MyString = value; } } &n ...Show All
