web service software factory + visual studio 2008

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Puja Patel

    web service software factory + visual studio 2008

    hi all,

    am not sure if this is the right place for this post.

    I created a website on .net framework 2.0 using visual studio 2005 and web
    service software factory. I created all my business components and data
    access classes using web service software factory.

    Now my problem is there is a new version of web service software factory
    available for visual studio 2008 and it creates data access classes in a
    different way than the previous version of web service software factory
    which i used with visual studio 2005.

    In short, if i want to use visual studio 2008 and web service software
    factory , then i have to build my website from scratch. As old data access
    classes won't work with this.

    Does anybody know if there is any fix up available where I am able to use
    visual studio 2008 adn web service software factory

    OR

    Is there a way where I can convert my data access classes compatible to new
    version of web service software factory?

    thank you

    puja


  • John Saunders

    #2
    Re: web service software factory + visual studio 2008



    "Puja Patel" <pujarpatel@hot mail.comwrote in message
    news:u3#Qf9qHJH A.456@TK2MSFTNG P06.phx.gbl...
    hi all,
    >
    am not sure if this is the right place for this post.
    >
    I created a website on .net framework 2.0 using visual studio 2005 and web
    service software factory. I created all my business components and data
    access classes using web service software factory.
    >
    Now my problem is there is a new version of web service software factory
    available for visual studio 2008 and it creates data access classes in a
    different way than the previous version of web service software factory
    which i used with visual studio 2005.
    >
    In short, if i want to use visual studio 2008 and web service software
    factory , then i have to build my website from scratch. As old data access
    classes won't work with this.
    >
    Does anybody know if there is any fix up available where I am able to use
    visual studio 2008 adn web service software factory
    >
    OR
    >
    Is there a way where I can convert my data access classes compatible to
    new version of web service software factory?
    The place to ask would be the discussions at their site:
    http://www.codeplex.com/servicefactory. However, I can tell you that it
    isn't so much an issue that the new version will be incompatible - the issue
    is that the new version does nothing at all as far as data access goes. Your
    code will be perfectly compatible - it will simply never be called unless
    you add the code to call it.

    The main difference with the new version is that it uses Domain Specific
    Language designers to design the services. If you were using version 2
    previously, that means you have no models in your solution. You won't have
    to rewrite anything because, as far as the new version knows, your code does
    not exist, since it does not exist in any model.

    --
    John Saunders | MVP - Connected System Developer

    Comment

    Working...