I have a wierd issue. I have a Dynamic Data app that I have made almost no changes to the code of, with scffolding set to true.
There is two tables with a many to many relationship. On insert in the IDE (on my local computer) the many to many appears. However, after being built by TFS and deployed to the server the many to many does not appear on insert.
I assume it is a version of .net or a patch of some kind, but I can't seem to find any information on it.
There is two tables with a many to many relationship. On insert in the IDE (on my local computer) the many to many appears. However, after being built by TFS and deployed to the server the many to many does not appear on insert.
so is the Many-to-Many inserting running successfully on the local machine?
I do have VS2012 installed, but because this is a production project it is still in VS 2010. I am running it locally from the IDE presently with the visual studio development server.
Ok, I managed to switch the project from the Visual Studio Development Server in VS2010 to IIS Express (still VS2010). I had to change the managed pipeline mode to classic for the application to even run. The many-to-many options *do* display on insert and
the insert of the many-to-many items functioned properly.
None
0 Points
4 Posts
Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 22, 2012 02:57 PM|JamesBromley|LINK
I have a wierd issue. I have a Dynamic Data app that I have made almost no changes to the code of, with scffolding set to true.
There is two tables with a many to many relationship. On insert in the IDE (on my local computer) the many to many appears. However, after being built by TFS and deployed to the server the many to many does not appear on insert.
I assume it is a version of .net or a patch of some kind, but I can't seem to find any information on it.
Any ideas?
TIA,
James Bromley
All-Star
94130 Points
18109 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 23, 2012 10:30 PM|Decker Dong - MSFT|LINK
so is the Many-to-Many inserting running successfully on the local machine?
All-Star
17916 Points
5681 Posts
MVP
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 05:08 AM|sjnaughton|LINK
Hi James does everything work locally or when you deply to IIS sdirect6 from VS2012?
Always seeking an elegant solution.
None
0 Points
4 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 07:54 AM|JamesBromley|LINK
Yes inserting a base record and the many-to-many children all in one action works correctly when the project is being ran from the IDE.
None
0 Points
4 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 07:56 AM|JamesBromley|LINK
I do have VS2012 installed, but because this is a production project it is still in VS 2010. I am running it locally from the IDE presently with the visual studio development server.
None
0 Points
4 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 08:10 AM|JamesBromley|LINK
Ok, I managed to switch the project from the Visual Studio Development Server in VS2010 to IIS Express (still VS2010). I had to change the managed pipeline mode to classic for the application to even run. The many-to-many options *do* display on insert and the insert of the many-to-many items functioned properly.