Answer Questions
Brak59 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
Kevin Xiao problem : 'information not found' when using MSDN library by hitting F1.
Hi, I have the same type of the problem that discussesed in the thread on the link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=121785&SiteID=1 But when I check my regestry editor I have found the following values : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Help\0x0409\ {221CD402-A57E-40D5-8341-46B37DB01B58} ] "(Default)" = "(value not set)" "Filename"="ms-help://MS.VSCC.v80" "VS_Docs" ...Show All
DutchCoder Calculate Event and Changes in Range
Hi, I'm wondering why the change (delete and insert) of Excel.Range will trigger the event handler of WorksheetCalculate I supposed the Calculate event hanllder will only be fired when user enter a function in a cell, but I found it will be fired too if I programmatically delete or insert a Excel.Range ! Thanks, Hi, Setting Application.EnableEvents to false prior to changing the formula in the SheetChange ...Show All
DionG MSDN in shared location
Hello there, I have installed MSDN library for VS.NET 2003 in a machine in the network. It should act like a web server. How can I view those documents from my development machine, Since it consumes more space I don't want to install the MSDN Library in my development machine. It is something like viewing a webpage on the browser. How can i achieve this Thanks in Advance, Sekar Hello Sekar, We don't have ...Show All
Rodrigo Diaz Unable to start debugging Unable to start program xxx
I have been using VS .NET 2002 (VC++) somewhat infrequently. It has recently started complaining that it can't start debugging. I have check several services to see that they are enabled. and have uninstalled several products. I have even uninstalled VS and all the .Net framework and reinstalled. It usually responds with the above error. Occasionally I get an "server had exception" error Any Ideas ...Show All
mcoulton Besides the installation software , is there a webpage where I can get the Framework 2.0 Redistributable EULA ?
Hi, at this moment , I have storage problems to download and install the Microsoft .NET Framework 2.0 Redistributable , however my target is to check the 2.0 Redistributable EULA, before download it and install, but I couldn't find it, only for Microsoft .NET Framework 1.1 Redistributable, I coud find, is there a link where can I read the Microsoft .NET Framework 2.0 Redistributable'sEULA thanks in advance I ...Show All
Agent00 Display the Content of the Uploaded file in the InfoPath Form.
Dear Friends, I have some problem regarding InfoPath 2003. How can I display the Content of the Uploaded file in the Infopath Form. For Example ...if I upload the one Excel Sheet file (.xls)...After uploaded...The Form will display the Excel Sheet content on it (Obviously in the same Form). My Questions is it possible . Anyone can help me . Vasanth. Sorry, I meant Excel, but you got the point... Franck ...Show All
Mingxia property graphical representation
Is it possible to show an icon on left side of a atributte I mean, in the class diagram expample, classes has attributes and would like to show an icon on the left side of the atributte if one of his properties takes a specific value. Thanks As Gerben rightly points out, you need some custom code to do this (it is not supported as part of the DSL definition format). This is a fairly common scenario, though ...Show All
SteveBouffard How to support Temporary Projects
Please teach us how to support temporary projects. Please teach us the topics about temporary projects in Visual Studio 2005 SDK. Best Regards. Shinya Watanabe Dear Douglas Thank you for reply. And thank you for your kindness in last year's Developer Lab. We confirmed Visual C# referring to your answer. It is thought that it is not supported by VC # in the following four items. --- 1.Creation of soluti ...Show All
PablitoMil AssemblyInfoTask: Overwriting read-only files?
Hey All, I just found the AssemblyInfoTask for MSBuild and it's almost exactly what I need! I'm creating a build system for our product using CruiseControl.net where the source is fetched from SourceSafe before a build. I've got a version generated by CC being passed into the MSBuild engine, and in testing, being written to the assemblies via the AssemblyVersion property. The problem I'm encountering is that when the files are fetched from ...Show All
Nikolay Yordanov LINQ CTP (May 2006) is here!
We have the new CTP for you on the LINQ home page . There is one combined MSI for VB and C# developers that contains plenty of goodies: lots of features that you had requested and we had planned in VB, C#, System.Query, DLinq and XLinq. New component - LINQ over DataSet. New samples, visualizers. I will leave it to you to explore the details and give us feedback. Thanks for your interest and excitement since last PDC. This is what keeps ...Show All
Sto King How to switch the skin at runtimes
I would like to create an application that allowed user to choose their favourite skin at runtimes. For example, the default theme of the application is "tortoise theme", it is in tortoise shape and color. User can switch it to "butterfly theme"(Maybe via combo box), this will change the application to butterfly shape and color. User can also switch it to any other theme. But the business logic at the code behind w ...Show All
Viking_p Text / MS Word in .net and printing - any suggestions?
I love the .net framework and what it has to offer. But it seems it is lacking a bit on text and graphic manipulation. I have a situation where I need to throw fairly simple variables into a MS Word template and simply print the template. The template has images and text. The user will need to preview the printable version in a .net windows form. Unfortunately, I'm not even sure how to host a windows word document inside a window ...Show All
OVL What is ObjectDumper?
hi ,all. what is ObjectDumper is it a custom class DLINQ can be considered as a form of O/R M. For me, the jury is out on the performance issue. It is a early release and there are plenty of tweaks and enhancements that will likely be coming. Indeed, the January CTP was first release of LINQ bits to include a working version of DLINQ. They are not even up to a beta release yet, so I would reserve judgement on performance at th ...Show All
biswebdotws Cannot use AND in the where clause
For the code... Dim rawTables = From tables In dq.SystemObjects _ Where (Tables.Type = "U" And tables.Name <> "sysdiagrams") _ Select Name, Id ...the query I get is... exec sp_executesql N'SELECT [t0].[id], [t0].[name] FROM [sysobjects] AS [t0] WHERE ( (CASE WHEN [t0].[type] = @p0 THEN 1 ELSE 0 END)) & ( (CASE WHEN [t0].[name] <> @p1 THEN 1 ELSE 0 END)) ',N'@p0 nvarc ...Show All
