Search

You searched for the word(s): userid:747180

Matching Posts

  • Re: Change Web Method Naming

    I am runnning VS 2005 TFS and corresponding .NET 2.0. But I just figured it out friday afternoon. In my class file (it was generated from an xsd-file) I removed the following line of code from each class: System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=True) Then a whole lot of my problems and strange behaviors in the project were solved - including this strange naming. Now my methods are named right as they should. :) Thank you for looking into this. Maybe this helps someone who's got
    Posted to XML Web Services (Forum) by ManofStil on 7/6/2009
  • Change Web Method Naming

    Hello, I've got the following web method definition: <System.Web.Services.WebMethod(MessageName:="Create_Record")> _ Public Function CreateNewRecord(ByVal Parameter1 As MyClass) As String So far, so good. When I want to create the parameter class of type "MyClass", I have to call it as follows: Dim newrecord As New MyWebService.Create_RecordParameter1() My question is: I don't want to have the parameter name in my method name. I'd rather to have something like
    Posted to XML Web Services (Forum) by ManofStil on 6/30/2009
  • TF30162 & no "sites" folder in WSS 2.0 SP2

    Hello guys, I've been reading a lot of forums about the error TF30162 and as far as I've seen there're almost unlimited possibilities for this issue. Here's my current problem: I've done a complete reinstallation of our TFS 2005 - including MSSQL2005, Sharepoint 2.0 SP2, IIS 6.0 and so on - everything straight as the TFS Installation guide recommends. After some problems during installation (the problem about virtual directories that needed to be deleted and recreated) I finally
    Posted to Installation and Setup (Forum) by ManofStil on 1/14/2008
  • Removing Columns changes other variables as well?

    Hello, I am doing the following script to export a session saved table to excel. 1 Private Sub lnkbtnexport_Click( ByVal sender As System. Object , ByVal e As System.EventArgs) Handles lnkbtnexport.Click 'Private Sub btExport_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) 2 3 Dim temp As DataTable 4 Dim dgexp As New DataGrid() 5 temp = CType (Session( "Gridview1Datasource" ), DataTable) 6 temp.Columns.Remove( "LASTID" ) 7 dgexp.DataSource = temp 8 cmpExport2Excel
    Posted to Data Presentation Controls (Forum) by ManofStil on 12/6/2007
  • Re: Error while installing Team Explorer

    no ideas, anybody?
    Posted to Visual Studio 2005 (Forum) by ManofStil on 7/13/2007
  • Error while installing Team Explorer

    Hi all, thank you for this great forum which was a help for me very often. But now, I've got a problem where I didn't found a solution to, yet. I've got a Windows XP SP2 PC and Visual Studio 2005 Team Edition with SP1 installed and wanted to install the Team Explorer. So, setup detemined that I need to have the Microsoft Premiere Partner and the Team Explorer installed and started the installation. But right in the middle of the Partner installation, Windows tells me, that the installations
    Posted to Visual Studio 2005 (Forum) by ManofStil on 7/10/2007
Page 1 of 1 (6 items)