Tagged Questions

7
votes
3answers
680 views

What is the best practice when the database schema changes in entity framework?

I am using Entity Framework to do the ORM in .NET project. The problem I am facing is that when the database schema changes, there is no proper mechanism to update the edmx file. For example, If ...
2
votes
1answer
125 views

Adding a custom target validation schema in Visual Studio

I want to use a Visual Studio 2008 web project to build an application that uses: <!DOCTYPE vxml PUBLIC "-//W3C//DTD VOICEXML 2.1//EN" "http://www.w3.org/TR/voicexml20/vxml.dtd"> as it's ...
0
votes
1answer
106 views

GridView does not load schema from the SQL stored Procedure

I have gridview, when I connect the sqldatasource and run the application, data from stored procedure is shown but when i switch to design mode, the schema does not loads in gridview. I need that ...
0
votes
1answer
366 views

Issues Visual Studio Team System 2008 Database Edition and GDR

I have Visual Studio Team System 2008 Team Suite, that included Visual Studio Team System 2008 Database Edition. I have VS 2008 SP1, .net framework 3.5 sp1. In a project SQL parser, we need to add ...
0
votes
1answer
166 views

SOAP Message contains an extra tag after generation from WSCF Blue in Visual Studio 2008

I'm using Visual Studio 2008 to write a simple web-service but have been running into some problems. You might need to format my The full expected message is something along the lines of: <?xml ...