Answer Questions
tuanzhang Where do I get System.ServiceModel 3.0.0.0?
Hi, OK, so I followed the installation instructions to a tea and am able to define a service in VS. However, when I try and add a reference to the service from a client, I get this error: Could not load file or assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. I looked in my GAC and I see only version 2.0.0.0 of this as ...Show All
Sumith Koshy Visual Studio 2005 Automation Samples
The Visual Studio 2005 Automation Samples are now available on the web for download. They are available at http://msdn.microsoft.com/vstudio/downloads/code/automation/default.aspx Please provide any feedback you have regarding the samples. Enjoy! The correct URL (now that they moved it) is http://msdn2.microsoft.com/vstudio/Aa718336 Right off the bat - contents of many of the README files are incorrect or out dated. Loo ...Show All
Dc123 Detecting Cursor in the Text Box
Hi, Does anybody now how I would go about to detect over which character the cursor is hovering over in a textbox For example, certain parts of text in the textbox are handled as special values, I would like some action to happen when the cursor hovers on certain text within the text box. Thank you, Jaco Thank you very much, it is exactly what I needed. Jaco ...Show All
Red Jazz Of Progressive Blood Dynamic IP
I write Client and Server in Wcf and i have problem with base address. The Server take the base address from other source ( dll config i write ) Uri baseAddress = TakeBaseIP(); // Create a ServiceHost for the CalculatorService type and provide the base address. using ( ServiceHost serviceHost = new ServiceHost ( typeof (General Service ), baseAddress)) // Open the ServiceHostBase to create listeners and start listening ...Show All
nikonek VS.NET 2005 Beta 2 Team Suite Edition fails half way through.
I finished downloading the full Vs.net 2005 Beta2 team system files, extracted them and then attempted to install them on my Development Laptop. It turns out, I just re-built my laptop with a clean installation of Windows XP SP2, and MS OFFiCE 2003. There are a few more apps, but the bottom line is that the laptop is clean. I ran the Installation, and it installed the .NET framework 2.0, and then the MSXML 6.0 Parser. It got to the VS.NET i ...Show All
eagle_eye Why Sum over Nullable return Nullable in same time as Min over real values throw exceptions for empty collections ?
This is two related questions: a) Why Sum over int return nullable int not a regular In this example int a = null ; int b = 1; var check = a+b; // Result in null int [] numbers = { a, b}; var numSum = numbers.Sum(); // Result in 1 Value of numSum is 1 - but value of check is null. What is a reason to return nullable int in case if null-value never expected b) ...Show All
Mec343 NamedRanges....weird
I am having troubles when using NamedRanges over merged cells. the Value2 property is returning weird values. what is the difference between the Value & Value2 properties.... Hi, There is no practical difference between the two. Here is an interesting discussion of why most C# developers end up using Value2 instead of Value: http://blogs.msdn.com/eric_carter/archive/2004/09/06/225989.aspx From ...Show All
Waldemar Erhardt Checkbox in the table control
I have a Boolean field in the data source that I would like to display as a check box. Anyone know how I can do this Thanks You could try conditionaly formating a small text box. Either change the background color to shade the box, or if you want a real check mark I think the Wingdings font has a check mark character. ...Show All
dougseven Print information of control
I have a statistical application in which I have a Grid and MS Chart, now I need to print the information that they contain. How I can print the content of the controls , Where I can unload a code of example Thanks http://www.codeproject.com/com/WirgerPrintArticle.asp Simpler one here available... Good luck both of us... Hi Klarita Have you found a solution for the printing problem with the MSChart Control. I have run ...Show All
RKN_India Problem Installing WinFX Components Beta2 on Compaq TC1000 TabletPC
When running winfxsetup on my TC1000 (Transmeta Processor), it starts normal, but then the extraction-progress-dialog stop at 75%, the setup-process is running and consuming cpu-time, but nothing happens (I waited 6 hours, before giving up). What am I to do Thanks for your reply, Heiko Supported Operating Systems: Longhorn (Windows Code Name) ; Windows Server 2003 Service Pack 1; Windows XP Service ...Show All
Reuben Behavior of a MenuStrip inside the Actions Pane
I'm posting this here because I have another issue that seems to be related to (the hosting provided by) the VSTO Actions Pane within Word's Task pane. If it would be more appropriate to post this question to a different newsgroup, please let me know which one. I have some UI code that contains several MenuStrips and a TreeView that has a ContextMenuStrip. Basically the same UI code is re-used in two different environments, a standalone Wi ...Show All
Branch Custom namespace error?
Just a newbie on this, but frustrated. I am having troubles with the photshop sample from the beta2 sdk. < Window x:Class = " PhotoStore.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " PhotoStore " Loaded = " WindowLoaded " xmlns:ps = " clr-namespace:PhotoS ...Show All
Ratheesh how to insert datagridview into a bookmark
Is there a way to insert datagridview into a bookmark. In my scenario I have external word document that has several bookmarks. I need to insert this file into master document that is vsto customized, with all of the wording and replace bookmarks with datagridviews at the runtime. I got it as far as adding datagridview to the document, but I don't know how to place it into the bookmark position. Also datagridview overlays all of the text. What I ...Show All
.NET Installer XML document in data grid view
I'm opening an XML document in the VS editor; in memory, there's no disk file. Everything is working great, except one thing: When I try to open the document in data grid view (by right-clicking on the window and clicking the "View Data Grid" item), I get the error "Error HRESULT E_FAIL has been returned from a call to a COM component". Anybody have any idea what I'm doing wrong TIA, John I've run across ...Show All
FabioTv13 Transform Model to DSL
Hi I ask my self, if there is a kind of "best practice" how to generate a DSL from a model I have drawn in my custom designer. Where should I start to implement such a scenario Thanks in advance Alexander Alexander I'm not sure that this is the best approach for you. If you want to create another DSL with more refined concepts, e.g. EmailComponent, then I would suggest you copy your original langu ...Show All
