Software Development Network Logo
  • Windows Vista
  • Game Technologies
  • Visual FoxPro
  • Visual Studio
  • .NET Development
  • VS Team System
  • IE Development
  • Visual Basic
  • Windows Forms
  • Microsoft ISV
  • SQL Server
  • Audio and Video
  • SharePoint Products
  • Visual C++
  • Visual C#

Software Development Network >> Visual Studio

Visual Studio

New Question

Visual Studio 2005 error - The given path's format is not supported
Position dialog based off of toolbar command position
Creating popup panels like Blend
Example code and it's language
Linker eror
msdn Sample problem
VSTO 2003 basics
Report layout and Chart Properites
Can't debug threads anymore
How can i force the placement of a port on its parent ?

Top Answerers

Brad_SAN
AfCo
treesprite
ofer ebert
Nigel Harper
KoryS
thehellspawn
Mirific201201
Ash8Fee
Aelx
sitemap
Only Title

Answer Questions

  • J1mlad ADO.NET vNext Installation problem

    I attempted to install ADO.NET vNext today, but upon starting the install wizard, I was prompted with a message box stating: "Could not access network location VisualBasic\ADO.NET vNext CTP\1033\." I have previously installed the .net 3.0 framework, Visual C# express 2005, Visual Web Developer 2005, and the May 2006 Linq CTP. I'm logged in as administrator on my box, so I couldn't imagine it would be a security issue". Does anyone have any thoughts on this, or any suggestions where I might look for answers I didn't have any luck googling on Ado.net vNext installation problems. Thx for any help. I decided to look at the MSI tables with Orca.exe. I noticed in ...Show All

  • Terence Tung Bound a Command to a Event in "loose-Xaml"

    How ca I bound a Command to a Event Something like this: <Window     xmlns:cmd="clr-namespace:MyCommands;assembly=MyCommands" <Window.Resources>     <cmd:OpenWindowCommand x:Key="OpenWindow1" cmd:Xaml="TestWindow"/>   </Window.Resources>      <TabControl SelectionChanged="{StaticResource OpenWindow1}" Name="MyTab" Margin="144,237,57,18" IsSynchronizedWithCurrentItem="True" > Is there a way to do this with a loose-XAML (XAML without "x:class") Horst I know there are securityrisks with a solution like this. but to clarify. It would be developers/admins doing the coding/creating of forms, not ordinary users ...Show All

  • VenkateshBabu Visual Studio 2005 SDK

    Hello Does anybody know why after installing VS SDK, while build, VS will open all of projects in the solution and add below tag to them <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> or <ItemGroup> <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" /> </ItemGroup> And how can I turn it off. Regards Mohsen We believe we've finally fixed this one for Orcas RTM We no longer mark solution files at all, and we now only mark individual project files when you actually run the T4 custom tool in that project. Ah yes, I also did exactly this before finding a vwd.webinfo file, and <Service Include=""&g ...Show All

  • Jawad Naeem Problem installing .NET Framework 2.0

    When installing the .NET 2.0 framework in the VS 2005 installation, th einstallation would just take forever not getting anywhere. I would leave it for 4 hours hoping that it would install but nothing happpened. This was using an ISO downloaded from the MSDN Academic Alliance (my University is subscribed to it for all members of my course - therefore I was using a DVD burnt by one of my mates, that had worked on his computer). Having given up with this I then decided to try installing the .NET 2.0 SDK before installing VS 2005. Again I got the same problem with the SDk install. After much searching through the Internet I still found no answer to my problem, therefore I tried to read up on eveything the .NET SDK needed to update, and discov ...Show All

  • wendling lionel Target.ssdl - naming convention for elements in this file

    I was looking through the CTP and noticed that in the Target.ssdl file that there are "EntityContainer", "EntitySet", "EntityType" elements defined (same naming style as for the Model.csdl). This confused me a little as I was expecting to find 'Target' (schema) information instead of Entity information. Should these be named "TargetContainer", "TargetSet", & "TargetType" or am I misunderstanding the purpose of the Target.ssdl file Cheers, -Mat In ADO.Net vNext, the database can be modeled in EDM terms -- the SSDL is a manifestation of the database schema information in EDM terms. Thus, we represent tables as EntitySets and databas ...Show All

  • Jon Stroh Creating new item type

    How would I create a custom item type I want to allow the creation of assembly (.asm) files in my project and I cant figure out how to do this, so I thought a custom type would work. Thank you. Then all you need is to give your package a ProvideProjectItem attribute with the Guid of your ProjectFactory class and where to look for the templates. Jonathan Davlin wrote: Then all you need is to give your package a ProvideProjectItem attribute with the Guid of your ProjectFactory class and where to look for the templates. How do I do this I don't quite understand what you're saying... is there a link where I can read on this Well yes I can have .asm fil ...Show All

  • Rodolfo Montero Bin extension problem ??

    Hi , I get a message box when opening a solution over Internet: http://img104.imageshack.us/my.php image=untitledmw8.jpg Any idea how to solve it  The IIS is located on the same PC as VSS, and this is my srcsafe.ini: ; The two important paths used by SourceSafe. Data_Path = data Temp_Path = temp ; This tells admin where to put personal directories for new users. Users_Path = users ; From this, find users.txt; from that, in turn, find ss.ini for a user. Users_Txt = users.txt ; The following line contains common file groupings. File_Types = VB(*.bin,*.vb;*.resx;*.xsd;*wsdl;*.vbproj;*.sln;*.cls;*.bas;*.vb ;*.fr ),VC(*.c;*.cpp;*.cxx;*.vcproj;*.sln;*.def;*.ds ;*.h;*.hpj;*.hpp;*.hxx;*.ico;*.inl;*.mak;*.rc;*.rc2;*.rgs;*. ...Show All

  • zr119_62 Sorting using Dependency Property

    Hello, I'm trying to use Dependency Properties to sort Gridview. I'm 90% done, I got a nasty problem. So now I'm not sure if my approach is correct. I've seen the sample where the gridview is sorted when a gridview header is clicked ( How to: Sort a GridView Column When a Header Is Clicked ). However, I don't like the way they're switching templates in code. So: 1. I introduced an attached property SortDirectionProperty. 2. Introduced a ColumnHeaderContainerStyle in which I set the template for GridViewColumnHeader (GVCH). And use triggers that check the attached property SortDirectionProperty. 3. When the GridViewColumnHeader.Click is invoked I figure out the sortDirection and assign it to the GVCH attached property Sor ...Show All

  • RenoMike A couple of Sandcastle questions

    I've noticed the following The Member column in the type description pages seems to truncate long method names. On a large enough monitor (with a high enough resolution), it is possible to work around this problem by resizing the window so that it's large enough to avoid the truncation. It's probably similar to the problem with truncation of long namespaces that was mentioned in a previous thread. Will there be a fix for this Using the Prototype style, in the table of contents, the label for the parent "node" for overloaded methods includes the parameters of the first overloaded method. In other words, the label of the parent "node" is the same as the first child "node". Wouldn't it be better if the paramete ...Show All

  • Robin E Davies Successive Async Call problem

    Hello all, Just a question about best practices. I'm developping a Windows Application that discuss with some services. I have a method that can take a long. So i put this method OneWay. The problem is when the user on Windows application call more that one times this method (multi click on button) the server doesn't reponse to me. I think it lost the call and don't notify via callback mechanisme my client. What is the solution to don't have this problem Do i pool the client demand Thanks a lot for your help, Nicolas Waw :) Thanks for your great explications. Just a last question perhaps :p What about Visual studio with svcutil. Is the add service reference function customizable or is the service refere ...Show All

  • mojoshaneman Need to generate .rdlc at runtime for dynamic report processing in a web form.

    Where can i find info on this I want the user to select parameters. I can piece together the SELECT statement from the user inputs. I can fill a dataset with the results from an Oracle DB. I think the final part missing is how to generate and attach a new .rdlc file to render the report. Any help is appreciated. I have a similar need as you. Were you able to come up with a feasible solution for your problem Thanks in advance hi GlennL, SQLBuilder and RDLGenerator are both build in house. We first tried to look, if we could get product that could help us in building an application, but could not find any in the Market, so we end up building ...Show All

  • Tzal ReportViewer not finding assembly in webapp Bin folder

    We are experiencing a major problem while trying to call custom code from our report in a web app. The following message describes our problem: " Unfortunately, because of a bug, copying custom assemblies to the webapp bin folder will not work. We are [microsoft is] hoping to fix this in a service pack. Until then you have to deploy custom assemblies to the GAC. " (Rajeev Karunakaran - nov 2005) But, we are not allowed to add our assembly to the GAC. This means we can not use the custom code at the moment. Is there a known workaround this report viewer bug Or maybe some hotfix Thanks in advance, Erwin Molendyk so how about splitting your c# assembly so that the BL is where it c ...Show All

  • eric shih ListObject binding

    is it possible to bind a listobject to a collection in C# I appreciate if anyone has an example. Thanks thanks... what about the order of columns displayed. I have bound the listobject to a Person class having firstname lastname and age properties. the listobject is showing the lastname first and then firstname. how is it basing its order listObject.SetDataBinding(dataSource, dataMember, string[] columns) show only and order of columns this is fine when we are dealing with data tables in datasets. but in my case i have a Person class and a collection of Persons. the datasource is the collection but what is the datamember and the column names in that case ...Show All

  • JIM_LANGDON Unknown Web Service error.

    Hello, I have made an application that hosts a Web Service using WCF. At first sight when I start the service, connect to it with client application everything works fine. The problem comes after 10 - 15minutes, when the host application terminates and I get windows error display message. However the application process is still running. I can't even shut down it using task manager. When I try to run project again I get error: HTTP could not register URL http://+:8000/VirtualLab/. Another application has already registered this URL with HTTP.SYS. I use IIS 5.0, ws binding is: basicHttpBinding. Here is the error log: #Version: 1.0 #Date: 2006-12-19 18:48:55 #Fields: date time c-ip c-port s-ip s-port cs-version cs-method cs-ur ...Show All

  • LLeuthard reproduce DWM technology

    Hi, As I understand, the DWM run as a full screen WPF application that “captures” the rendered output of each application and it redraw each of them. It sounds simple but probably I miss something. Is it possible to capture the output of running applications, convert it and manipulate it with vector transformations thank you. I don't know enough to comment on the specific comparison to DWM. If you want the WPF application output to be live, you can create a VisualBrush and set VisualBrush.Visual to the root of the page you wish to display. If you’d like it to be static and be a snapshot, you can use a RenderTargetBitmap to create a bitmap from the page. See Greg Schechter's blog for more on DWM. - the DWM is u ...Show All

727374757677787980818283848586878889

©2008 Software Development Network

powered by phorum