chaillom's Q&A profile
Visual Studio Express Editions XML and Visual c# problem
Given the following code: private void button1_Click(object sender, EventArgs e) { System.IO.StreamReader sr = new System.IO.StreamReader(@"people.xml"); System.Xml.XmlTextReader xr = new System.Xml.XmlTextReader(sr);   ...Show All
Windows Forms Cursor
I'm working on a form where some graphics are draw. After drawing, it's possible to select some part of the drawing. When in selection mode, I wish I can change the mouse cursor for something else than a simple arrow. Did someone know how ...Show All
SQL Server How to Create a Sequence Generator number in SSIS
Hi, I got 5000 rows in source and when i am sending the data to destination it has to create a sequence generator number for each row. Can any one help me which transformation do i need to take for doing this in SSIS. Row Number Transformation ( http://www.sqlis.com/default.aspx 93 ) ...Show All
Visual C# Creating a wizard by using Microsoft.WizardFramework
Hi, I created a wizard by using the Microsoft WizardFramework. I am able to run the wizard and I see the different pages title in the "Orientation Panel" but for some reason I can see the actual pages in the "Content Pane"!! 1. I defined my wizard to inherit the WizardForm class (changed the code after adding a "Windows Form" to my class library): namespace MyClassLibrary { public partial class MyW ...Show All
Visual Studio 2008 (Pre-release) Anyone having issues with CTP Bits after install?
It always seems to be me :) I had the beta1 bits working perfectly (after much trial and tribulation). Today I got around to installing the CTP/PDC bits of WinFX,SDK, and VS Exts. As far as Indigo goes, nothing compiles and IIS pukes on the Web.Config for the ServiceModelSamples. Basically what I didn't do is uninstall/reinstall VS2005-Beta2. For all I know it could be the machine.config changes I made for Beta 1 to get the ...Show All
.NET Development Activator.GetObject third argument.
I'm getting the following SerializationException as Server calls client event method: An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll Additional information: Because of security restrictions, the type System.Runtime.Remoting.ObjRef cannot be accessed." I can call methods on the remote ...Show All
Visual Studio Team System Is it possible to run a sql script as a test or a step inside the test?
Hi, Is it possible to run a sql script from inside visual studio as one of the tests or a step inside a test This is what I'm trying to do. I have a bunch of web tests that I am running through an ordered test. My tests get executed as follows: Web Test1 Web Test2 Web Test3 ... Web TestN I need to insert some data into the database between Web Test2 and Web Test3. The way I do it now is I have two ordered tests. The firs ...Show All
SQL Server VS 2005and SQLserver Express intergration
Hi, I've installed the following on my Windows 2000 sp4 system. VS studion 2005 standard edition SQLServer Expresss SQLSever Express management tools. I know the SQL server is working as I can get to it from the management tools. I've successfully created a DB, made tables, and done selects. My VS 2005 appears to have installed without problem and isn't giving me any problems except as follows. VS 2005 won't open a connection to the database. I' ...Show All
Windows Forms Install app as admin for ALLUSERS on a single machine, requires .msi be present 1st time nonm-admin users run app.
I have an app that I have been installing using InstallShield Express. I install for ALLUSERS while logged in as administrator. The installer creates the appropriate icons and start menu entries for all users and any subsequent non-admin user can run the app even after the installation file (usually on a CD) is no longer available. The app and all sub-dirs and support files are installed to \Program Files\<my company name>\<my app name& ...Show All
.NET Development TableAdapter insert/update/delete order
I have a typed-dataset with a dozen or so tables which are hooked together with typical on-to-many and many-to-many relationships. I'm using table adapters to do the CRUD actions. For updates I was using: //Update parent tableadapter_parent.Update(dataset.parenttable); //Update child tableadapter_child.Update(dataset.childtable); But I am getting foreign key reference errors when deleting records because the adapter is trying to dele ...Show All
Visual Studio Team System Event log errors RTM Workgroup edition
I have just installed the workgroup edition on a fresh installation of Windows Server 2003 R2. I'm getting the following errors in the application event log on boot: 1) MS SQL Server - Failure Audit - Event ID 18456 "Login failed for user 'domain\tfsservice'. User: TFSSERVICE Followed by 2) Windows SharePoint Services 2.0 - Error - Event ID 1000 #50070: Unable to connect to the database STS_Config_TFS on THUNDER. Check the ...Show All
Microsoft ISV Community Center Forums Problems compiling an MDB to an MDE
Hi all, I have a front end/back end split 2002-2003 file format mde which I have been using for 3 years, and tweeking every now and again. All of a sudden I can not compile the development mdb file into an mde file, and keep getting the same error message saying that I "probably have too many forms". The error msg mentions problems associated with 500+ forms, but I have nowhere near that many. (Linked Tables:33, Tables:2, Delete ...Show All
Windows Forms Report with bitmaps
Hello, please, would you be so kind to help me with creating report with bitmaps. I have name of bitmap file in one of MDB database column and I need to display (and print) in report. I tried to use Crystal Report, but without success. Thank&nb ...Show All
Smart Device Development couldn't find resource assembly
Hi, I'm getting "couldn't find resource assembly" msg. when i execute the apps in wireless mode. (via AP) In USB connection it's working well. PDA is pinging with notebook. i refered : http://blogs.msdn.com/netcfteam/archive/2004/08/06/210232.aspx http://www.google.com/search hl=en&q=Could+not+find+resource+assembly I added system.SR.dll as a reference.Still getting the same error. What could be the reason how to ...Show All
Game Technologies: DirectX, XNA, XACT, etc. dxguid.lib corrupt?
Hi. I'm trying to use DirectInput8 from the October SDK edition with Visual c++ 6.0 and when I try and link dxguid.lib (in order to get IID_IDirectInput8) I get the error: dxguid.lib(dxguid.obj) : fatal error LNK1103: debugging information corrupt; recompile module Anyone else get this Or am I in a unique situation Thanks in advance. very clearly not so useful. Back to dx5 for me. At least that works fine. ...Show All
