Re: web service software factory + visual studio 2008

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance





"Puja Patel" <pujarpatel@xxxxxxxxxxx> wrote in message news:u3#Qf9qHJHA.456@xxxxxxxxxxxxxxxxxxxxxxx
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

.



Relevant Pages

  • web service software factory + visual studio 2008
    ... access classes using web service software factory. ... Now my problem is there is a new version of web service software factory ... which i used with visual studio 2005. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: vs2008
    ... "Puja Patel" wrote in message ... I created a web application initially using vs2005 on .net 2.0 and used following products to create crud stored procedures, business entities and data access classes. ... Web Service Software Factory Dec 2006 ...
    (microsoft.public.dotnet.framework)
  • example of Web Service Software Factory
    ... somebody has a good example about web service software factory? ... I´m begining in this topic. ... Leon ...
    (microsoft.public.dotnet.framework.webservices)