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.
JamesBromley
0 Points
4 Posts
Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 22, 2012 06:57 PM|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
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 02:30 AM|LINK
so is the Many-to-Many inserting running successfully on the local machine?
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 09:08 AM|LINK
Hi James does everything work locally or when you deply to IIS sdirect6 from VS2012?
Always seeking an elegant solution.
JamesBromley
0 Points
4 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 11:54 AM|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.
JamesBromley
0 Points
4 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 11:56 AM|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.
JamesBromley
0 Points
4 Posts
Re: Many - to - Many Dynamic Data VS2010 .NET 4 Not on insert in release
Jun 24, 2012 12:10 PM|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.