Search

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

Matching Posts

  • Re: C# with linq in asp.net 3.5

    Dear Rajnish, You can still use a three tiered application. Personally I'm a big fan of the MVC framework. It's a very different approach on the classic way of asp.net development. Thanks to the ADO.net entity framework You'll be able to easily and quickly generate your models. Hope this helps...
    Posted to Getting Started (Forum) by interwanderer1 on 11/10/2009
  • Re: Newbie, Can't connect "IIS Virtual Directory Management for SQLXML 3.0" to my IIS server (Vista)

    Dear Veger, You should work with web editor 2008. and indeed you don't need to install IIS on your developer machine to test. In some cases it can be good but IIS is needed on the computer that you will host your website on. This will probably be a windows 2003 or 2008 machine. Most likely IIS will already be installed. If you are learning on how to develop asp.net websites just for yourself it will be much cheaper to use a shared hosting account. this will cost you a few dollars a month and
    Posted to Getting Started (Forum) by interwanderer1 on 11/5/2009
  • Re: website or sql-excel?

    Dear mark, It would be better to create a website. What you are doing now is an unnecessary extra step. since you don't use Excell for reporting and only for entering numbers it doesn't seem like much work to transform this to a webpage. The advantage will be that you don't need an extra step to export your data to your database. Large companies usually have a lot of legacy and many people like to keep working with what they know... programming towards excel has it's use but not as
    Posted to Getting Started (Forum) by interwanderer1 on 10/24/2009
  • Re: Epic fail for reuse of socket... Help is most appreciated !

    Darrel, Thanks for your answer.... The software is probably designed completely wrong. It runs that piece of code and based on the open socket it sends fpt commands.... the piece of code you see above is being called before ftp commands are executed.... In a correct design the ftp commands should probably be called within this piece of code. The thing is, I have a time issue here and I'm looking for a work-around. Isn't it possible to just to run my program and say, release that particular
    Posted to Free For All (Forum) by interwanderer1 on 10/4/2009
  • Epic fail for reuse of socket... Help is most appreciated !

    I've got this very anoying issue with a tcplistener and I can't find on google how to solve it. Sometimes when I start listening in my code, my ftp device doesn't connect and then I have to stop my program. When I do this and start the program again it complains on listener.start().. and it says "Only one usage of each socket address (protocol/network address/port) is normally permitted" . I can't find it on Google but I really want to reuse my socket address the second
    Posted to Free For All (Forum) by interwanderer1 on 10/2/2009
  • Re: Webservices and generics

    thanks for the answer... i just declared a constructor with no parameters and i didn't get an exception anymore
    Posted to XML Web Services (Forum) by interwanderer1 on 9/24/2009
  • Re: Webservices and generics

    Nope, don't even get that far.... my client that consumes the webservice can't update... with the following error: Error 46 Failed to update Web Reference 'UserAPI.API'. Error:There was an error downloading 'http://user.services/API.asmx?disco'. The request failed with the error message: -- System.InvalidOperationException: Method API.LoadAllUSersByGroup can not be reflected. ---> System.InvalidOperationException: There was an error reflecting 'LoadA(0x80131509) file
    Posted to XML Web Services (Forum) by interwanderer1 on 9/11/2009
  • Re: Webservices and generics

    Imports System.Web Imports System.Web.Services Imports System.Web.Services.Protocols Imports User.Business Imports User.Model <WebService(Namespace:="http://www.users.be/services")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> <Microsoft.VisualBasic.ComClass()> Public Class API Inherits System.Web.Services.WebService <WebMethod()> _ Public Function GetInfo(ByVal Message
    Posted to XML Web Services (Forum) by interwanderer1 on 9/11/2009
  • Re: Webservices and generics

    Server Error in '/Users.Services' Application. Users.Model.ActionResponse cannot be serialized because it does not have a parameterless constructor. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: Users.Model.ActionResponse cannot be serialized because it does not have a parameterless constructor
    Posted to XML Web Services (Forum) by interwanderer1 on 9/11/2009
  • Re: Webservices and generics

    Thx, I'll give it a try
    Posted to XML Web Services (Forum) by interwanderer1 on 9/10/2009
Page 1 of 39 (389 items) 1 2 3 4 5 Next > ... Last »