ckm's Q&A profile
Windows Forms Deploy chm file with click-once
I'd like to include a chm file with the application that I am deploying, but no matter what subdirectory of the project I put it in I can't seem to get the file to be included in the deployment. The help file does work correctly from my application on the development machine where I have it located in the project bin directory. Right now, my deployment is just to a directory from which I burn a CD. Thanks, jerryK ...Show All
Visual Studio Express Editions Problems with Downloading Registration Benefits
There have been several reports of problems with accessing and downloading registration benefits. We have investigated the issue and have news to report. This sticky thread will be updated with additional information as it becomes available over the next few days. Background In order to negotiate deals with partners and authors to provide the highest value benefits, we must must be able to guarantee a secure download center that li ...Show All
Visual Studio 2008 (Pre-release) Exception at WindowsFormIntegration.dll
After I upgrade to Feb CTP and run my program, a exception is thrown : System.IO.FileLoadException occurred Message="Could not load file or assembly 'WindowsFormsIntegration, Version=3.0.51116.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)" Source="Flag.PMS" FileName="WindowsFormsIntegration, Version=3.0.51116.0, Culture= ...Show All
.NET Development Sending a html page as an e-mail using Net.Mail.MailMessage
I have a .net page that sends an email but i want it to send a html page as the body. Is there anyone that knows how to do this in VB Hello, I am trying to do this but sending current page as an e-mail body. This is a web form that users will fill some fields and send form with the information thery entered. Is this possible Thanks, Gus G. ...Show All
Visual Studio Team System FXCOP
Can anybody tell me the new function for ISMEthodCall() in older version Thanks We actually have a cyclomatic complexity rule that will ship in VS 2005 Team System. I'll be glad to show you around that code in the near future. 8) We'd also like to develop some analysis that accounts for other interesting test-related metrics, such as Halstead statistics. Another interesting idea for you to consider taking on in the future. Nearly forgot t ...Show All
Visual C++ newbie vsn 2003. Win32 console wizard does not appear to set project up properly?
I am trying to create a win32 console application. I run the wizard using the defaults and it creates the project but returns with "Object doesn't support this property or method". I can enter a c program and compile it but if I try to run or debug it, the program comes back with "Unable to start debugging unable to start .exe, the system cannot find the path specified". If I load the hello world sample, it compiles and I ...Show All
Visual Studio Team System Where to get load test controller and agent software?
The help says look in \vs\controller and \vs\agent. It doesn't say on what. It's not there on my DVD (the trial version downloaded from MSDN subscriber downloads - our partner status hasn't yet been updated to see the full one) ta Matt I dont think its available yet. The Controller and Agent installations seem to be a seperate product now. We have been running four instances of the full setup and kicking them off ...Show All
Visual Basic Textbox Question
What im i doing Wrong, Can any one help thanks Lukan Private Sub TextBox3_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox3.TextChanged Dim A As Double = CDbl (TextBox2.Text) Dim B As Double = CDbl (TextBox3.Text) Label10.Text = (A * B).ToString( "#,###.##" ) End Sub Private Sub TextBox2_TextChanged( ByVal sender As System.Object, ...Show All
Visual Studio Express Editions How do I view Console.Writeline?
I'm rather new to programming. I've read two VB Express books and everything that I could find concerning Console.Writeline, and yet I still cannot figure out how to view what I write to it. When I use Debug.Writeline, I can view what I write to it in the "Immediate" window. I guessed that I should be able to view Console.Writeline in the "Output" window. Is that correct I tried things like the example below, and nothing ...Show All
Visual Studio 2008 (Pre-release) C# 3.0 Feature Suggestion - symbols
I was playing around with ruby the other day and was reminded of the ":" symbol as in "abc".send(:length), although ruby doesn't care if the :length symbol actually exists on the target, it gave me the idea that we could really use a language feature that would have compile time checking for class members to be used as an alternative to passing around field/property names as strings that are later used in reflection apis, O/R ...Show All
Visual Studio Extend DataSet Designer ?
Is there anyway to extend the current DataSet designer in VS2005 I would like to add a few properties to tables and columns. The properties should show in the properties control and then be persisted to the xsd as extended properties (msprop attrribute). Seems simple enough :) If I have to create a designer by hand - it just wouldnt be worth it. Thanks As far as I know the DS designer is executable code th ...Show All
Visual Studio Team System Does TFS have it's own SCM, separate from VSS
After installing TFS, I installed VSS 2005 on the server (seemed the obvious thing to do). I'm now confused as to whether TFS has SCM built in, or whether it just uses VSS 2005. Yes, TFS has a brand new source control system. In VS 2005, you can select what source control provider you want using Tools -> Options, select the Source Control node, and then change the source control plug-in with the co ...Show All
Windows Forms DataGridViewComboBoxColumn value is not valid
howde... I decided to move towards VS-2005 after seeing that the Datagrid has be revamped to included comboboxs, buttons, images etcs.. I noticed that the Dreaded Tablestlyes has been dropped (YAAAARR!!!!) any way after useing for about a day scratching my head.. I keep getting DataGridViewComboBoxColumn "value is not valid" dont make sense to me.. btw I am not useing the wizard as I need to dynamically create Colums.. ok here is so ...Show All
Visual Studio Team System How can I configure which rules to use...
Hi, I'm using Beta2 and I want to configure which rules to uses when I run Code Analysis on my projet. Can I do this through the IDE What about CustomDictionnary.xml Thanks JF For C#, VB & C++ projects, the rules can be configured by going to the project properties and selecting the "Code Analysis" tab. For ASP.NET, the rules can be configured by going to the website menu, selecting "Code Analysis Configurat ...Show All
Architecture %TEMP% Env Variable
Is there a need for having multiple values for the System's %TEMP% variable From a design point of view, is it safe to assume it as a single valued variable Incase it is a multi-entry variable is there a registry entry or some reference that separates the %TEMP% value created by Windows and %TEMP% value created by a 3rd party program How can I make sure that I use the one that is defaulted/created by Windows Thanks in advance! when ...Show All
