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

Software Development Network >> Visual Studio

Visual Studio

New Question

Impossible to uninstall GAT
confused of creating an instance c#/xaml
Strange error
Usercontrol preview
ReportViewer HyperLinkTarget property problem
How can backup sourcesafe for only project and its histories
Have a problem in opening an aspx file in the IDE?
Is database necessary to generate report
error logging in while publishing on uddi
how to show page title in navbar?

Top Answerers

robinjam
pyeung
Tej62007
Kinlan
NickoM
Michael Herman - Parallelspace
Vince P
arkiboys
Jack Spade
robinjam
sitemap
Only Title

Answer Questions

  • Anees Ahamed AssemblyInfoTask starts at revision 0, but team build at revision 1

    We are using the team build to do a nightly build/deployment and the assemblyinfotask to increase the build number in the assemblyinfo file. But the first build start with revision 1 in team build but assemblyinfotask at revision 0. Is it possible to change TFS or assemblyinfotask so they are synchronized and start with the same revision number Ok, thank you. This is not a big issue, but maybe this can be a configuration option on the next version I had some problems with the test app in AssemblyInfoTask. Bu I tried to change revison from 0 to 1 in line 56 in Version.cs (Microsoft.Build.Extras.Version) and compiled a new version but still the revision start at 0. I have uninstalled the old version ...Show All

  • seco Vb6 on Vista

    I hope not to be primitive, but I still use Vb6. I Installed BEta version of Windows Vista (beta2), but I cannot install Vb6 on in it. I know, it is still Beta, but i want to ask of Vb6 will be workable in Windows Vista in the future Error: NTVDM encountered a hard error Thanks for listening.   Forgive my 'dutch english'. Hi Brendan, Your response is all well and good, but in my particular case I have a VB6 application (freeware) which has had over 100,000 downloads, and I would really like to know if it is possible to run VB under Vista, particularly as MS has announced that they were hoping that 100 pct of VB applications would run under Vista. Not much point in them being able to run there if I am unabl ...Show All

  • Liam404 WCF HTTP Basic authentications setup - username/password validation

    Hi! I have some trouble to set up username password validation and configure basichttpbinding for HTTP Basic-authorization. Code for self hosted service: using ( ServiceHost host = new ServiceHost ( typeof ( EchoService ), new Uri ( "http://localhost:8080/echo" ))) { Console .WriteLine( "Host service name" + host.Description.Name); Console .WriteLine( "Host service namespace" + host.Description.Namespace); Console .WriteLine( "Host service credentials : " +host.Credentials.UserNameAuthentication.ToString()); host.Credentials.UserNameAuthentication.UserNamePasswordValidationMode = System.ServiceModel.Security. UserNamePasswordValidationMode .Custom; Val ...Show All

  • Joseph Stalin How To: Attach event handler to element in DataTemplate?

    This question/problem is a little bit esoteric, but hopefully someone has seen it before... I need to attach an event handler to the Loaded event of Image elements within a DataTemplate. The Loaded event handling method is in a utility class, so I can't use XAML to attach the handler. In a Window's Loaded event handling method I call this method in the utility class : FrameworkElementFactory factory = listBox.ItemTemplate.VisualTree; while ( factory != null ) { if ( factory.Type == typeof ( Image ) ) { factory.AddHandler( Image .LoadedEvent, new RoutedEventHandler ( OnImageLoaded ) ); break ; } factory = factory.FirstChild; } There are two problems, one is not too bad (just odd) and t ...Show All

  • kjak January Orcas CTP

    Hi! I have download and installed January Orcas CTP on virtuell server and now I can start Visual Studio Orcas 9.0, but can not find any Linq project to start playing. I am a first timer about Linq. I checked and there is a version 3.5 Net framefork installed under Windows. Regards http://www.microsoft.com/downloads/details.aspx FamilyID=1ff0b35d-0c4a-40b4-915a-5331e11c39e6&DisplayLang=en Hello, I blogged about this when it got released, and done a few pointers on how to get started http://blog.benhall.me.uk/2007/01/orcas-january-ctp-lack-of-linq.html However, Linq To SQL (like SQLMetal) is released in a Feb CTP, but Linq to Objects and Linq to ...Show All

  • kymaita Unwrapped messages

    Hi I've developed a WCF-WebService. Now I've the problem, that when I generate the client-code, it always unwraps my Request/Response-Messages. I tried it both with svcutil.exe and wsdl.exe, and both made it the same way - so I think something is wrong with my service-definitions. Sample: Server: [MessageContract] public class Request { [MessageBodyMember] public string Test; } [OperationContract] public void Test(Request req); For this I got the following result on the client: public void Test( string test); Any Idea Thanks Dani Can you try /messageContract when you use svcutil Dani-CH wrote: Yes I saw that... but I don't like that behavior at all :-) I mean, for the ...Show All

  • Brown_Jeff Datasets and WPF

    I have been struggling with Dataset Designer for weeks off and on but it came to a head yesterday when it refused to work. Adding a query other than a select caused an error where MSDatasetGenerator failed with an "Object reference not set to an instance of an object" error. Tried innumerable things. Nothing worked. Reinstalled VS 2005 and tested with a new Windows Forms app, NewWFApp. It worked. Joy! Went to my WPF app. Didn't work Tried the NewWFApp. Didn't work Restarted VS. Tried NewWFApp. Worked Tried new WPF app, NewWPFApp. Didn't work. Seems that WPF interferes with the Dataset designer in some way. Quick test. Add a dataset to a project, Dataset1. Create the Datatable and TableAdapter. You sh ...Show All

  • DarthCoder Context menu @ specified position

    Hi all! I have to open context menu at special position disregarding where the mouse click was performed. Is there any way to do this Thank you very much! ContextMenuService .SetPlacement . In addition ContextMenuService also has functions for setting the horizontal and vertical offset. ...Show All

  • Steve98796 Returning an array of custom data types, array always empty

    Ok, I'm really about to lose it with this problem. It's such a simple concept but some how I can't get it to work. I have a service that returns a List(of somecustomobject) and I can see that the list does have items in the service but when it actually returns to the client, there are 0 elements! I created a simple service/client to see if I could figure out the problem. It has to be something simple! Here's my test service code... <ServiceContract()> Public Interface IService1 <OperationContract()> Function MyOperation6() As List(Of ComplexString) End Interface Public Class Service1 Implements IService1 Public Function myoperation6() As List(Of ComplexString) Implements IService1.MyOperation6 Dim x As New List(Of ComplexS ...Show All

  • AlexBB in a web brouser navigation control i need to open msoutlook

    i my windows application i have placed a web brouser navigation control and in this navigation control i need to open the msoutlook application can any one plz help me You need to post in a newsgroup that's appropriate to your question. Follow the link in my first reply to you for a list of groups. I suggest you ask in the outlook programming group. Hi Rajesh VSTO is a plug-in for the Visual Studio interface and doesn't really have anything to do with straight Office automation. In the Please Read First message at the top of this forum you'll find a list of places to go to ask Office-related questions. I recommend the Outlook programming newsgroup as the best place to get help on automating Outlook. You might also try th ...Show All

  • Alan Stevens Vista IIS7: Method not allowed or No endpoint listening at (address)

    Trying to get a first run of a web service running on Vista. I used VS2005 to create a project. I can view a normal aspx page from the site set up for my service. I also found the command line program that installs the necessary "stuff" to allow an .svc file to be recognized by IIS7. I created an .svc file using the svcutil.exe. I created a test client to access the service and I cannot get it to work. My test client includes the classes created by the svcutil and this is my simple test: private void Form1_Load( object sender, EventArgs e) { using ( BizBancServiceProxy proxy = new BizBancServiceProxy ()) { // Use the 'proxy' variable to call methods on the service. this .label1.Text = proxy.MyOperati ...Show All

  • Big5824 Resources in language service still not solved...

    The first discussion is there: https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=723992&SiteID=1 . My problem is still unsolved. Could somebody help me What is the problem: I cannot load my language service, because IDE reports, that the package does not contain VSPackage.resource. Thank you very much, Martin Welcome, Martin! :) Hi Martin, I am not sure that my tip will resolve your trouble. But you should note that IronPython sample uses tag LogicalName for some resources. That can be a reason in your case. You should open your project file in text editor and ensure that this tag is present. That is a piece of ProjectBase.files file from <VSSDK_INSTALL_PATH>\2 ...Show All

  • Jon M. More Show All Files issues

    Hello. I have some extension over VC++ project in Visual Studio and ordinary VC project is nested in my superstructure. I have problem with Show All Files. I can handle Show All Files icon state when my project or nested VC project is selected in Solution Explorer by track ECMD_SHOWALLFILES command number in IVSUIHierarchy->QueryStatusCommand() or IOleCommandTarget->QueryStatus(). Also I can handle that button click in ExecCommand() or Exec() in corresponding interfaces. However when selection is moved to file or folder I can not handle neither icon state nor click. Neither IVSUIHierarchy nor IOleCommandTarget methods are not called with ECMD_SHOWALLFILES command from Visual Studio. Why How can it be possible to do ...Show All

  • GPC44151 Update and Delete check boxes don't show up on gridview smart control in visual studio 2005 Professional

    For some reason, I been keep missing the 'Enable Update' and 'Enable Delete' options in GridView smart control. It only shows: Enable Sorting Enable Paging Enable Selection. If I tried to add through properties, it simply don't work. Any suggestion would be helpful. Thanks. Habib. Habib, This forum is specifically for Visual Studio Debugger issues. Try asking on a more appropriate forum. Azeem Khan Visual Studio Debugger. ...Show All

  • SoulSolutions Binding code updated values

    Hi, I'm having a problem trying to make a bound control update based upon changes in the code. I've used an example from another post to start a timer in the WindowLoaded event: void WindowLoaded ( object sender , RoutedEventArgs args ) { System . Diagnostics . Debug . WriteLine ( "Register timer" ); DispatcherTimer dt = new DispatcherTimer ( DispatcherPriority . Normal ); dt . Interval = new TimeSpan (0, 0, 1); dt . Tick += new EventHandler ( dt_Tick ); dt . Start (); } void dt_Tick ( object sender , EventArgs e ) { sessionTime . Tick (); } In my "SessionTime" class, I've implemented INotifyPropertyChanged so that I call "PropertyChanged" inside ...Show All

707172737475767778798081828384858687

©2008 Software Development Network

powered by phorum