Answer Questions
Davidrd Project File Metadata
Hey Before I get all wound up trying to implement this, can someone give me an indication if it's even possible I am using VS2003, and want to be able to add custom metadata to project files and folders, and manage that metadata from the dev environment. When you get the properties of a file, you get the Build Action enumeration, Custom Tool , Custom Tool Namespace , File Name and Full Path string properties. The lone property for ...Show All
JasonRiccio Could not locate the assembly "WindowsUIAutomation"
I just installed Visual Studio 2005 Team Suite Beta 2 Version 8.0.50215.44 (Beta2 50215-4400) and WinFX SDK Beta 1 Web Setup, and Microsoft Visual Studio Extensions for WinFX Beta 1. I go to create a brand-new Avalon Application and without adding a single line of code I compile. I am given the following errors: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not ...Show All
Philip Coupar VS2005RC Fails to Install
I'm having a problem getting to install the RC. First problem is the uninstall tool failed to uninstall my VS2005Beta2. The log file is filled with "Product {GUID} is not installed" followed by a failure. When reading through the log it states it's "Starting fix for {BB69B4AB-619E-487f-B0C2-5ACD1AE5A9A0}.... Issue name is Uninstall Visual Studio Components" MSIEXEC /x {BB69B4AB-619E-487f-B0C2-5ACD1AE5A9A0} also fails due to pro ...Show All
Bobby123 User defined reports
Can the final user modify the .rdlc file to have a customized report Is there (o will there be) a "Designer" external to Visual Studio In what type of application do you use StimulReport How did you find out about it My biggest problem with going with them is the lack of information available out there. How are they as a company Are they responsive when you have problems ...Show All
Stanislav Baranov Problem installing Vs2005 on Vista Feb CTP
I've seen this problem discussed on the forums before, bit with Vs beats. When installing VS2005 on Vista 2005 Feb CTP I get the message "Suite intergration Toolkit" and Fails to install. How can I get round this. Thanks. That worked for me. Of course, I would LOVE to know why. Ric I've had no problems with installation from the DVD, could there be ...Show All
Jesper Winer Running SQL scripts against multiple database backends
I have to run a series of sql scripts from a specified directory against sql server, oracle, and access. The scripts need to be run in a particular order. I see that there is a Sql.Execute task in the SDC tasks but it looks specific to sql server I checked out the latest source from the svn repository for the community tasks project and the SqlExecute task is also sql specific. If i use either of these (just for sql server for now) they ...Show All
Rafael Nascimento FireFox Compatiblity
We need to create reports that can be displayed in a multitude of browsers. We created our first report with ReportViewer and it looked great in IE, horrible in Firefox. I've seen some work arounds listed in this forum for shrinking report issues etc. I was wondering if we should continue down the ReportViewer path or just switch over to Active Reports or another 3rd party product. We have similar problems with using ClickOnce in Windows forms, ...Show All
Tergiver How to develop a portalUI like that in "http://www.valil.com/portaluitest/portaluitest.xbap"?
How to develop a portalUI like that in " http://www.valil.com/portaluitest/portaluitest.xbap " The following Error is reported when building the following code: Error 'MyApp' is not a recognized namespace. Line 11, position 6. What's wrong with it Code: < Mapping XmlNamespace="MyApp" ClrNamespace="PortalUIWin" > <Window x:Class="PortalUIWin.Window1" ...Show All
Pongo how to add a project into VSS8.0 and how Visual Studio load a project from VSS8.0
Hi,all I installed a VS2005 and build a project, then I thought that I need to control the sourcecodes, thus, I installed VSS 8.0. However, the SourceControl Item is not appeared under the File menus. It don't like what is appeared in VS2003. I wondered how to add a exist project into VSS via VS2005. And how to reload it from VS2005. My OS is window xp sp2 English. And VS and VSS build number is 8.0.50727.42. waiting for your help...... Th ...Show All
Harvinder vsto2005
i have vbasic express, sql server express and office 2003 proffessional, what else do i need to starting developing vsto2005 applications i have seen the products comparision page on microsoft site, but i dint understand. can u help me Sir you mentioned vsto2005 product can u send me the exact location of this vsto2005 product bcoz no where can i find it on the site ...Show All
Shawn Murphy Control for numberic input
How to allow to input number only into textbox Howevver I want this control allow to input integer number, float number, key controls. Please support the C# code for this control if anyone has. Thanks :) Take a look at the ConnectedData/BindValidation sample in the SDK. It should be easy enough to change the ValidationRule to do what you want. Michael Yep, and he ...Show All
JamesCandy FPSE Version Number question
All: Having recently installed W2K3Server SP1 (32-bit), I've have noticed that our FrontPage Extended Webs now report that they are running version 5.0.2.6738. According to the FPSE website from Microsoft, the following holds true: 5.0.2.6738 The version of FrontPage Server Extensions 2002 for Windows x64 editions only. (emphasis mine). Now, this tells me that my 32-bit version of Windows Server 2003 SP1 is runnin ...Show All
warez&#33; "yield enumerate"...
(Slightly off-topic, but it at least deals with enumerations.) Lately, I've found myself using the following pattern: public IEnumerable<T> Foo(IEnumerable<T> values, IEnumerable<T> moreValues) { foreach (T t in values) { yield return t; } foreach (T t in moreValues) { &nb ...Show All
Berchtold Willy VS wont load package
Good morning all, I have a 2005B2 package written in VB, with a native sattelite dll. When I run my project in the experimental environment my command table is loaded (my menu item shows up), but when I click on it VS wont load my package. If I register the package to auto-load it loads fine on startup (I can break in Initialize()), so it seems that it is registered OK. Anybody have any suggestions how I can troubleshoot this problem Here ...Show All
VuduLord June CTP of Visual Studio
Any caveats with installing the new June CTP of Visual Studio 2005 with the June CTP of SQL Server 2005 If they're not compatible, should one stick with Beta 2 of Visual Studio 2005 on the assumption that the next CTP of Visual Studio will be compatible with SQL Server 2005 I just replaced my VS.NET Beta 2 with the VS.NET June CTP. The SQL2005 June CTP is not compatible with this release, ...Show All
