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

Software Development Network >> Visual Studio

Visual Studio

New Question

Creating Rich Reports in MS Word
Unable to configure Visual Source Safe in .Net 2005
Why can't MSBuild create XML documentation for a VJ# project?
Looking for a working Attached Events sample
Control Templates
Internet Connection in VS 2005
VSS Web Service: Unexpected error 0x80004005
Error at element 'StaticExtension' in markup file '' : Binary format of the specified custom attribute was invalid..
Install vsto 2005
Visual Studio 2005 Setup Problem sdkvars.bat' could not be opened for write.

Top Answerers

Paulo Vinicius
MRaybone
Erik Moore
DavidSmith
Teenprogrammer
HKSunny
SamSL
pmcdermott
Serpen
ueoctudorprice
Data-Flo
Only Title

Answer Questions

  • James C Bender new package wizard

    I get the following exception trying to debug after building the generated code from the wizard. System.ArgumentException crossed a native/managed boundary   Message="Cannot find the requested resource."   Source="Microsoft.VisualStudio.CommonIDE"   StackTrace:        at Microsoft.VisualStudio.CommonIDE.ResourceLoader.GetBlob(String resourceName, Int32 lcid, Byte[]& bytes, Int32& count) ...Show All

  • BKewl Duplex Contract and Close ?

    Hi together, I have implemented a duplex contract between a service and a GUI client. The service calls in the client (timer triggered). So more detailed: when the client starts, it connects to the server. After that, the server calls in the client (via a CallbackContract). The calls are initiated via a timer. Now my problem is, when I close the GUI, the server still tries to call in the client - and then it crashes. So what I do is the followin ...Show All

  • Mark Lowenstein SETUP FAILURE!!! VS.NET 2005 Professianal

    Hi all,   I installed VS.NET 2005 Standard 2 days ago, then downloaded the Professional from the msdn subcribers site. So I uninstalled the standard and tried to install the professional, but I get the following error: [11/02/05,09:41:18] Microsoft Document Explorer 2005: [2] Error code 1603 for this component means "Schwerwiegender Fehler bei der Installation. " [11/02/05,09:41:18] Microsoft Document Explorer 2005: [2] Setup Failed on c ...Show All

  • Nata Korshunova ToBindingList compile error ?

    Hi, Another newbie question. LINQ is fantastic btw. Productive boost is immense through SQLMetal and new c#3.0 language features. Once we have an IDE update for intellisense support it'll be superb! I have a slight problem. The LINQ sample for data binding works find against Northwind, i.e.: db = new Northwind(Program.connString); var employeeQuery = from employee in db.Employees orderby employee.LastName select employee; employ ...Show All

  • fender46 DLL locked

    In my Add-in I need to modify project dlls. Visual Studio seems to hold a lock on some of them. This generally happens only with dlls that are references in the project. I know it is not my code that is holding onto the object because I've run tests with Visual Studio up without my Add-in, and tried to delete the problem dlls through Windows Explorer with no success. Is there a way around this It is blocking me from moving forward with my wo ...Show All

  • Eleda How to Impersonate in wsHttpBinding?

    Hi I am using wsHttpBinding. I have used both kind of secuirty i.e. message and Transport. I wanna know how could i imperosonate the user in Windows message mode. How does this thing work, without Impersonation coz i tried calling my WCF service from remote system, it doesn't ask for credential.Then how does message authentication work without in SSPI mode. I have set Negotiations to true and also tried Message Behavious attribute Imperonatio ...Show All

  • deBoo serverDocument...does this always require user intervention?

    hiya, I've been starting and stopping a VSTO project for a while now, due to shifting user requirements :-( Anyway, I like the idea that serverDocument can attach functionality to a standard, non vsto word doc....However, as far as I know, the user has to open the word doc. Can this be done automatically..maybe in conjuction with a fileSystemWatcher I ask because I have a word doc as an input doc (the user receives this as an attachme ...Show All

  • Gasys DataTemplate/DataBinding not working.

    <DataTemplate DataType="{x:Type l:Angle}"> <StackPanel Orientation="Horizontal"> <TextBox Text="{Binding Degrees}"/> <TextBox Text="{Binding Minutes}"/> <TextBox Text="{Binding Seconds}"/> </StackPanel> </DataTemplate> <StackPanel Grid.Row="0"> <TextBlock>Northern Latitude:</TextBlock> <ContentPresenter Content= ...Show All

  • ManuKarthink Failed to load viewstate

    Hello, When I stay at one report for some minutes and push "Back to parent report button" I receive " Failed to load viewstate" message: Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and posit ...Show All

  • MARIU5 Outlook VSTO Addin not loaded at startup

    Hi, With VS 2005 BETA 2 and VSTO 2, I'm trying to develop a simple addin for Outlook. But every time I click F5 in VS, Outlook is launched but my addin is not loaded. Even if I use a breadkpoint, I can see that nothing is loaded (a breakpoint on this line is never triggered: this .Startup += new System. EventHandler (ThisApplication_Startup);   ) Do you have any idea Thank. For the rest of the group... what was the issue ...Show All

  • kanand GridView representation of XML

    Hi, I am trying to display the contents of an Xml Document in a GridView. An example of the the Xml is as follows; <Table> <Column>Name <Cell>Dave</Cell> <Cell>Pete</Cell> </Column> <Column>Age <Cell>32</Cell> <Cell>26</Cell> </Column> </Table> I want the GridView to look as follows; [Name] [Age] Dave 32 Pete 26 That is, in tabular form. My Xaml ...Show All

  • fixmycomputer cut , copy , paste in richtext box

    Hi can anybody know how to get functionalities like cut , copy and paste by programatically in richtext box thanx I'm not sure I understand your question... But here is an answer: To programatically trigger commands like Cut, Copy and Paste... you simply need to invoke the appropriate command on your richtext control... ApplicationCommands.Cut.Execute( param, myRichTextBox); param depends from command to co ...Show All

  • GeordieSi VB6 Integration Question with WCF. Hosting Service in VB6

    I have a different requirement and I have hit a roadblock. I was hoping someone could give me some insight. I am working on an existing VB6 Client that I want to communicate with using WCF. The Client is to receive messages from a server. I created a Service Contract in C# that exposed one method: void SendMessage(string Message) Also in this class is code to expose a Service host so anyone can communicate and call this method " ...Show All

  • r2d1 DSL and XMI interchange format

    Hi, Good day! I have a general question regarding the interoperability between Microsoft DSL tools and other general purpose modeling tools that supports UML/XMI. On one hand, since UML could be customized towards different domains/platforms through UML profiles, we can view such UML Profiles as DSLs targed for different domains/platforms. More importantly, such DSLs are defined through standard UML and could be imported/exported through XMI for ...Show All

  • Cool Zen a problem with Exec function

    Hi all, I've made a add-in project to generate a new web project.I have a question that after executing onfinish method in default.js should then execute Exec function in connect.cs, but in fact Exec function didn't execute. How to solve this problem Best regards In vs2005, I found using .vsz/.vsdir style wizards to implement web project's function is also ok, Why apart from generating project, ...Show All

555657585960616263646566676869707172

©2008 Software Development Network

powered by phorum