Sean Cassell's Q&A profile
Software Development for Windows Vista Is Tablet PC SDK what I need to enable Wacom tablets in my Xp app
Heres a question for ya, lol. I'm working on a paint application and would like to incrporate a tablet support such as Wacom in them. All the research I do on it point me to the Tablet PC SDK. I just want to make sure that this is what I need. My application is designed for a normal version of XP, not a Tablet one. From what I read the Tablet SDK just adds classes that support for Tablet PC's but I'm not sure if they add support for tablet ...Show All
Visual Studio Team System Missing Default Rules?
Hi all, I'm new to using FxCop and have been trying it out over the last couple of days. Now that I'm getting more into using it I've noticed something strange. I expect it's just because I'm new to it and seem to be missing something but could someone please clarify this for me Why does the Rules list under the Rules tab in FxCop not match up with the Rules list on GotDotNet (Naming Rules and http://gotdotnet.com/team/libraries/FxCopRules/Na ...Show All
SQL Server Does creating KPI require cube reprocess?
The Analysis Service help says that after creating a KPI you need to process the cube in order to browse it. However, that's not the behavior I'm seeing - it looks like the KPI becomes available immediately. What behavior should I be expecting here The Books Online is being incorrect in this case. You dont need to re-process your cube after creating KPI's. Edward. -- This posting is provided "AS IS" ...Show All
Visual Studio unable to deploy vs2003 add-in on another machine
Hi All, I have created a visual studio 2003 add-in. This add-in works well on my development machine but does not work on another machine. While initializing add-in gives following error. Add-in failed to load or caused exception. Error Message: The system cannot find the file specified. Error number: 80070002 If I create a simple add-in on my dev machine and try to deploy on other machine, it works. But if my visual studio add-in which is usin ...Show All
.NET Development Typed DataSet and WriteXml question about Namespace
Ok, I have a typed DataSet that was generated from an xsd schema using xsd.exe. The xsd schema is owned by a standards organization, so I can't modify it. The generated code sets the Namespace property of the DataSet (e.g. http://www.std.org/xml/name-space ). This controls the scope of elements read from an XML file when calling ReadXml and the file is read correctly with appropriate rows populated. Now, if I turn around and call Write ...Show All
Visual Studio Tools for Office VSTO 2005 Upgrade did not install Visual Web Developer
I recently installed a vsto 2005 upgrade and made sure that the "Visual Web Developer" box was checked in the install options, but when the install completed "Visual Web Developer" is not listed on the splash screen of installed products, nor are web site projects available from the new->project dialog. What happened Where could I have gone wrong I've tried running setup again and ensuring that the "Visual Web De ...Show All
Visual Studio Express Editions Screensaver
How do I add more images to the default screen saver program I used VS2005, started-kit to create the savescreen You are going to have to be more specific. Do you mean add different images for the background image If so, in the screensaver options dialog, specify a background image directory. ...Show All
Visual Studio Team System Batch update work items
Is there a way to update the "state", "assigned to", or "priority" attributes in one shot for mulitple work items Assigning multiple items to one individual, closing out multiple items once a build is put into production are two frequent scenarios for such a match update. I'm guessing there's a command line command that I'm not aware of ...Show All
SQL Server Uninstalling the Beta version of SQL 2005
I cannot install the new version of sql 2005 because it will not install when the beta version is installed. However when I try to uninstall the beta version it says it needs .Net framework 2.0. I have .Net framework 2.0 and so I am stuck with what to do next. Ideas anyone I have dealt with this exact situation. Basically, the installer needs the .NET 2.0 framework ...Show All
SQL Server Escape character for /SET option of dtexec
I have a problem setting some variables in a package using the /SET option of dtexec. Specifically when the value I want to set contains a semi-colon. I get an error like: Argument ""\Package.Variables[User::Delim].Properties[Value];^;"" for option "set" is not valid. I am guessing that I will have to escape the semi-colons somehow, but with what Regards, Lars You don't show the command but from the e ...Show All
Visual J# how can i remove the security warning in VJ#
Hi i have a web application which is code behind html ,upgrading from vj++ to vj#.The application uses wfc control to launch it.While trying to run ,it throws a security warning saying"This page contains components that are potentially unsafe,Do u wish to continue".The process proceeds when clicking yes button otherwise it does n t move further. this security warning looks strange ,when come to internet user.So how can i remove or ...Show All
Windows Forms Build Solution
Hey, I was making a print functiojn in my program and I used this page to know how to do it: http://support.microsoft.com/kb/811401/EN-US/ But on one of the steps to make a dll apear I had to finaly goto the build menu and clikc on Build Solution, but there is no option that says that.... CTRL-B will do the same thing. It's just a build command, but I don't think Express supports solutions ( multi projects at once ). ...Show All
Windows Forms use generic collection as datasource?
I have a generic dictionary of my custom class and want to use it as a listbox datasource. Is this possible Actually, I don't really have to use it as a datasource if this is not possible. My custom class is an item in a listbox and combobox. If I change the description property in my class, how do I get the listbox and combobox to update (the tostring method returns the description) The only wa ...Show All
Visual Studio Team System MSBuild call is not in TFSBuild.proj
In Beta 2 it was possible to add properties to the MSBuild call in the TeamBuild.proj file and later access them from projects. Beta 3 doesn't have that call anymore in the TFSBuild.proj... My questions are: - Is it possible to set the properties from the TFSBuild.proj file - Where is the call to MSBuild located in Beta 3 Yes, it is possible. You will need to use TfsBuild.rsp file to pass options to msbuild call. This fil ...Show All
SQL Server data format of XML data in datafile generated by bcp -n
Hi, The XML column data stored in the data file generated by using bcp -n is in two different formats. one is storing the a ctual length of the data prefixed by an 8 byte length infront of the data; the other one whithout the prefixed length but " FEFFFFFFFFFFFFFFFC030000" infront of the data. Could any body please tell me what the binary means Thanks, Lijie In native mode, the length prefix fo ...Show All
