Software Development Network Logo
  • .NET Development
  • Visual C#
  • Architecture
  • VS Team System
  • Windows Vista
  • VS Express Editions
  • Visual Studio
  • Windows Forms
  • Windows Live
  • Game Technologies
  • Visual FoxPro
  • Visual C++
  • SQL Server
  • Visual Basic
  • Visual J#

Software Development Network >> Visual Studio

Visual Studio

New Question

What files to store in Version Control?
What versions of Office 12 (Office 2007) will support VSTO?
Installing .Net framework 2
Can't build .NET solution
Delay when debugging
sqlmetal /excludetable:Sysdiagrams;CustomTable1;CustomTable2
VSHOST Strong Name Validation Failed
About Addin setup in VS2005
Winfx SelfHosted webservice over HTTPS
Usercontrol Nightmare

Top Answerers

soestp
icbob99
Patrick_Kirk
Roman Wienicke
pranavkukreja
ImranBaig
JSensei
soni_ravi362000
Rookie_KC
Sarath.
In拧tit煤t jazykov a vzdel谩vania
Only Title

Answer Questions

  • Kris Phillips Databinding and passing parameters...

    I'm binding to properties on a user control as below < Canvas.Resources > < ObjectDataProvider x:Key = " MarkCollectionDS " d:IsDataSource = " True " ObjectType = " {x:Type DataSets:MarkCollection} " /> < DataTemplate x:Key = " MarkCollectionTemplate " > < StackPanel x:Name = " StackPanel " > < Controls:MarkControl Latitude = " {Binding Lat ...Show All

  • saAction Problem building Managed C++ project with Msbuild that has multiple assembly references

    I have a VS2005 solution that includes a Managed C++ project as well as several C# projects. The C++ project references several of the C# projects. All projects in the solution reference log4net.dll (as an AssemblyReference). My C++ project builds without any warnings using the VS2005 IDE. However, when I build the solution using MSBuild, I get zillions of warning messages such as: log4net.dll : warning C4945: 'LogicalThreadContextProperti ...Show All

  • swin How to manually process template in June CTP?

    I'm using the generate many files from one template approach by Annie . But the parameters for "ProcessTemplate" on the interface ITextTemplating has changed in the June CTP. You now need a "IVsHierarchy" as a extra parameter. Where do I get that thing Passing in null doesn't seem to work. Hope someone knows how to solve this, Gerben. It's actually the first, filename, parameter to ...Show All

  • Dragolux Package load failure AND can't import settings (on another machine)

    Visual Studio 2005 RC1 installed on a machine where August CTP was previously installed. --------------------------- Microsoft Visual Studio --------------------------- Package Load Failure Package 'Visual Studio Explorers and Designers Package' has failed to load properly ( GUID = {8D8529D3-625D-4496-8354-3DAD630ECC1B} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. W ...Show All

  • AjmalAmeen Support for the June or July CTP of VS .Net 2005?

    Does anyone know if there is support for the June or July CTP of VS .Net 2005   I tried to install the Guidance Automation Extensions, but I received an error. Justin. Hi, there is only support in this newsgroups here or at the msdn product feedback center ( http://lab.msdn.microsoft.com/productfeedback/ ) Hi, The current GAX release is tied to VS.NET beta 2 and not supported on any CTP. ...Show All

  • gorshing Error "System.ArgumentNullException: Key cannot be null" when i add twice same project item

    Hi, I have an error in my package. I add a solution I add an project : ok I add an item project (ex BizComponents): ok When i add the same item project (BizComponents), so i get this error -------------------------------------------------------------------------------- System.ArgumentNullException: Key cannot be null. Parameter name: key at System.Collections.Hashtable.get_Item(Object key) at Microsoft.Practices.WizardFramework.Wiz ...Show All

  • RodTorres vs2005 Project Template, entry removal

    I'm using VS2005 to create a project template and would like the resultant project template to only contain certain files but the template file generated always lists the complete set of original project source files, I do not want my source files included in the project template. How can I remove them If I unzip the project template zip file and edit the template to exclude the unwanted files and then rezip the I get the following erro ...Show All

  • jrboddie HashTable indigo

    I have problem with deserialize of HashTable. I define DataContract that contain HashTable and when i use with Svcutil the proxy contain Dictoinary instead of HashTable . [ DataContract ] public class ChannelInfo { [ DataMember ] public int m_ChannelID; [ DataMember ] public string m_ChannelName; [ DataMember ] public string m_ServerName; } [ DataContract ] [ KnownType ( type ...Show All

  • Paul from Arcadia Unhandled Exception when referring to an inherited class

    When I refer to an inherited class in the following program, it is throwing an Unhandled Exception with the following message: "Bad Key Member: 0: ScheduledTask.ExamPaperID in [ExamPaperID]". I think this is a bug in the implementation. Is there any work around for now namespace TestingLinq { class Program { static void Main(string[] args) { string databaseFileName = @"C:\Program Files\Microsoft SQL ...Show All

  • vinothr Can't restore database in hands on lab

    I have tried everything I can find but I cannot restore the database from http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_tr/html/OfficeVSTO2005ExcelLabs.asp to sqlserver express. I have disabled "Shared Memory" in the configuration to get TCP/IP to #1 in the client protocols and yet in the command window I still get [Shared Memory] errors saying the server cannot be found or access is denied. I've even t ...Show All

  • Paolo Ponzano Problem with Class Designer and Pages and Controls

    I'm trying to create a class model for some pages and controls in my website.  However when I drag any of them to the class diagram I get an error "Some of the selected types cannot be added to the class diagram.  From a previous post there was a comment saying you cannot model these types. Is this still true, and if so does anyone know of a work around    I also tried reverse engineering to Visio, but the model only shows ...Show All

  • Koolkanadia A data source instance has not been supplied for the data source 'DataSet1_DataTable1.

    Hi guys, Im trying to develop a very simple report tying up reporting services using dataset. I have defined a dataset in the appcode with a relevant sql. And then I create a rdlc form and tie it to the dataset. This rdlc form is displayed in an aspx page using a reportviewer. During runtime, the above error occured. 'A data source instance has not been supplied for the data source 'DataSet1_DataTable1. ' Any ideas or help anyone Thanks. ...Show All

  • Dean Perry Positioning elements generated by a data template on a Grid or Canvas

    I'm trying to use an XML data source and a data template to generate some TextBlock elements from this data and present them using an ItemsControl. The TextBlocks are generated correctly, but I can't figure out how to position them on a Grid or Canvas panel. It seems the attached properties (Grid.Column, Grid.Row, Canvas.Left, etc) that I define on the TextBlocks are somehow ignored. This is the XAML code I'm using: <StackPanel xmlns="http ...Show All

  • Spidermans_DarkSide XAML & Visual Web Developer Express

    i have downloaded some sample applications and some of them won't run because the XML tags have now been superseded in the latest release candidate. is there a documentation resource where I can see which nodes are available, e.g. ViewBox etc., and what attributes they accept to help me when I am coding my XAML thanks rob. Install VS "Orcas" preview and you will ...Show All

  • Stargazer99 lost help

    Dear all, I just installed Visual Studio 2005 (upgraded from beta 2) and now, all the help files are gone. I mean, they are located on the hard drive, i have reinstalled it 3 times, 1.9GB of files, but the help menu in Visual Studio contains only the "help on help". No other topic. And also, I don't know where to download "Microsoft Document Explorer 8" Any help would be great. Specially since it's hard to find anything relevant on the search en ...Show All

515253545556575859606162636465666768

©2008 Software Development Network

powered by phorum