ADO.NET :: How To Upgrade To VS2010 - EF4 Or IBatis
Oct 22, 2010
I need little advice from you who has experiences in EF4 and IBatis. I would like to upgrade my applications that used IBatis technology and VS2005 to VS2010. The reasons of upgrading are i would like to use the latest technology and also enhance my applications with features that not provided in .Net 2.0
I already try EF4 in VS2010. It looks like nice feature to create application but i need more information about it advantage and disadvantage in performance,security,stability etc. As information, i was using generator to wrap IBatis.Net and VS2005, so it seem the .edmx file similar with classes that my generator was created
I just upgraded a project which was working fine using some ajax control toolkit components. When upgrading the project from VS2008 to VS2010 now I get an error stating that the 'ToolScriptManager is no a known element'...?My ajaxcontroltoolkit.dll is in the bin folder of the website (as it was before) but that doesn't seem to satisfy the VS2010...
The exact error is:
'ToolScriptManager is not a known element. This can occur if there is a compilation error in the website or the web.config file is missing.
In the build errors I have this error:
Error 17 Method 'get_EnableCdn' in type 'System.Web.UI.ScriptManager' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation. C:ProjectsmedlemsportalumbracoMembersEnrolment.aspx 10
Does anyone know what should be done to resolve this...?
So I can't use Crystal Reports 2010, tried it, spend 8 hours debugging problems, then I rolled back. I refuse to use it now, what I have works, so I'm good with old crystal.
Ok, my problem now is that Visual Studio 2010 asks me if I want to migrate to CR2010 every single time I open the solution. Is there somewhere I can tell it not to ask me if I want to migrate the project? I never intend to upgrade, and I'd prefer it if other developers in my team don't accidentally click convert.
I upgrade to VS2010 and I no longer sees the UpdatePanel control available. I do have the latest AJAX Control Toolkit but I do not see this option. In addition, I kept getting the above error. How do I resolve this issue?
I upgraded my site to works with Microsoft Visual Web Developer 2010 Express, works with .net 4.0 and new ajax tools. My site is manage on our site . Now it work on win server 2003 sp2 frameworks 2.0 ajax ast.net 2.0
Is the new upgrade site will work on the web sever ?Should I Upgrade the server to framework 4.0 ?
I am currently using VS2008 SP1, working on an ASP.Net project. The project was in 2.0, during first time I run it in VS2008, wizard asked me if I want to upgrade to v3.5, I clicked no. Later on in the project's property page, I set the 'Target Framework' to v3.5.
my current version of .net framework on web server is 2.0 and now i want to run web apps of .net framework 4.0 on same web server. before doing so i wants experts advice that if i will install .net framework 4.0 on my webserver then my webapplications of .net framework 2.0 will be affected or not and if yes then what should i do to handle both (2.0, 4.0) on my web server at same time.
[Code]....that worked fine in MVC 2. After the upgrade to MVC 3, this same control does not error out, but the rendered action link does not have a route nor variables any more.
This could be an existing issue that was "forgiven" in MVC 2. my routes in 2 were rendered like this:
Products/Browse?MainCat=12&SubCat=0&Product=0. Note there are no slashes.
I am getting an error mesage about my membership I have included System.Web.ApplicationServices
Error 2 Type 'System.Web.Security.MembershipUser' in assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has been forwarded to assembly 'System.Web.ApplicationServices'. Either a reference to 'System.Web.ApplicationServices' is missing from your project or the type 'System.Web.Security.MembershipUser' is missing from assembly 'System.Web.ApplicationServices'. C:Users###DocumentsVisual Studio 2010JobTrackerusersNewJob.aspx.vb 82 29 C:...JobTracker
I have just upgraded to MVC 2.0 and I have noticed a difference in the model binding when posting a form back to an action. In MVC 1.0 if I had a posted a blank form back to my action and then looked at the populated model class my empty string values would show as empty strings, in MVC 2.0 doing the same thing and then looking at my model class shows my empty string values as null, why has this changed?
I've been given the task to update an existing website. Currently the website has a login only for administrators. They administer everything on the site, including all "Artist" data. This is done using simple form authentication and custom user table. Right now the "users" table only has one record since all administrators use the same username/password (not good, I know). As the "new" developer, I've been asked to update this site to allow the "Artists" to register themselves, and be able to update their own information. Ideally I want to get rid of all the current security, and use the SqlMembershipProvider. My issue? I have the database added to my schema, but I'm assuming something else within the site is confused. When I try and use the ASP.NET I get an error: "Configured settings are invalid: Hashed passwords cannot be retrieved. Either set the password format to different type, or set supportsPasswordRetrieval to false.(C:Inetpubwwwrootsitessite1web.config line 21)
Right now there are no users, no applicatins even set up in the sQLMembershipProvider tables. I've been following the MSDN site, as well as some secuity tutorials on this site (ASP.NET), but none of the solutions suggested works for me. I've created a "Register.aspx" page, and when I load it I get this error: "Configured settings are invalid: Hashed passwords cannot be retrieved. Either set the password format to different type, or set supportsPasswordRetrieval to false."
Is there any tool out there which can upgrade an MVC project from MVC2 to MVC3 and at the same time upgrades to the ViewEngine Razor or must I do this work manually everytime a new MVC version is released?
I have a project who build in MVC 1 and i make a new fresh project to migrate them in MVC 3. so it's work fine. but whenever it's come to done or complete we hear that not make changes in Admin panel.so i copy paste the model [logic module] from MVC 1 to MVC3 and now many of code was not worked. they used dll to use logic. when i try to use them in my project who is new version that's not worked.now i thing to migrate the MVC 1 project to MVC 3 and the taks and changes i do last days i integrated in old one.well tell me the way i can use to migrate the MVC 1 project to MVC 3 razor without making new project. means changes in old and make them work fine in razor.
I can see a postback happening and the Page_Load executing. However, the server-side btnHidden_Click never gets fired. I do not want to disable event-validation at the page-level. What am I doing wrong here?
We upgraded our project to 4.0 yesterday and did a live release. Unfortunately for some reason on one of our pages the tab container does not display anymore. I've set a breakpoint at the end of code execution and the .Visible property of the container is True, but the generated HTML has a CSS tag set to make it invisible:
If I use the IE8 development tools to remove the style property then everything displays correctly. why the container is set to be invisible even though the code behind is setting it to visible?
I am posting this here after not getting any responses on StackOverflow.
Last night I upgraded my MVC2 project to MVC3 RC. I followed all the instructions in the release notes and upon running my project (With the Index action of the home controller coming up by default) the following exception occurred:
"Exception Details: System.InvalidOperationException: The view at '~/Views/Home/Index.aspx' must derive from ViewPage, ViewPage<TModel>, ViewUserControl, or ViewUserControl<TModel>."
All of my coding so far has been in areas, and I have not touched the Home/Index view in any significant way, and it worked last night prior to the upgrade. For reference, my view has the following code:
[Code]....
As you can see, I am inheriting from ViewPage even though it claims I am not. The HomeController.Index() view is exactly as what gets installed via a new MVC2 project. I did get pointed to the post here, and upon seeing that I tried a few things. First I tried to manually set my view engines in Global.asax like so:
[Code]....
This doesn't change anything, I still get the exception (even commenting out the RazorViewEngine call). Next I tried to go into the Home controller and did:
[Code]....
And this didn't work either. As of right now I"m at a standstill, as I can't run any of my pages currently. I use source control, so I can revert but I do want to take advantage of things in MVC3.
I have upgraded my project from .NET 3.5 to 4.0 and my views will no longer compile.I have a data layer that is a Linq to SQL data context in an assembly.My problem is when I pass in an entity to the model of my view and then try an enumerate a property that is an entity set of foreign key values I get a compilation error ofThe type 'System.Data.Linq.EntitySet`1' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Data.Linq, Version=4.0.0.0, Culture=neutral,ublicKeyToken=b77a5c561934e089'.I have added a reference to the project for System.Data.Linq and I can enumerate the entity sets in my controllers, it is just when trying to do it in a view I get the issue.This works fine in a .NET 3.5 project and thought I may have upgraded incorrectly but I get the same issue if I start a new project from scratch.
An Ajax Toolkit SlideShow used to work in .NET 2.0. After being upgraded to 3.5 the same slideshow stops working as before. It always pops up "Object reference not set to an instance of an object.". Different rewrites cause different errors at embedded Jscript level that cannot be fixed. I have added the AjaxToolkit.dll 3.5 under bin folder and placed its items in the VS2008 toolkit.