I upgraded. I haven't run into any issues yet, but haven't used all the features either. So far I like it as much as I do WebMatrix 2. I guess the main thing is that it hasn't crashed or messed up any of my sites so it seems good. All the sites I've
opened have run fine as well.
The Git integration is what I was most interested in, but I haven't had the chance to really try it out to say good or bad of it. It does recognize my site folders with Git as the source control so that is good so far.
I opened up a Wordpress site using WM3 and it went well so I have no complaints there.
I think the Azure integration looks interesting, but I publish to Azure via Git so I haven't tried out using WebMatrix to publish sites.
The UI overall seems to be more refined and nicer.
In case any of the WebMatrix team is reading, nice work. I really like WebMatrix because it brings out the simpler and in my opinion more enjoyable aspects of making a web site. The fact that it supports more than asp.net web pages is a plus as well.
I would like to upgrade but I don't want to risk it as there is still some issue with Nuget updates. Says it needs to upgrade but then cannot actually do it.
Nobody else did upgrade?
Click on "Mark as Answer" if my answers help you along.
The upgrade of your working environment is never an easy responsibility, nor with a stable software release.
We have already spoken of virtual machines, and I know your opinion, but they are the best solution to test a new release and find possible incompatibilities.
Anyway, for me WebMatrix 3 works well.
Edited
I have found some problems in the Database Workspace. As an example, if you try to interactively add a row in a table with an identity fields, the program doesn't manage to update the indentity fields and throws an "invalid data" error.
(a) connecting to a database in design view for the first time takes time.
(b) can't add data to a table in design view, the error i get (without modifying Id column - primary key =true, is identity =true) :
Your change could not be committed to the database.
After you click OK you can fix the invalid entry or press the Esc key to cancel your changes.
The column cannot be modified. [ Column name = Id ]
System.Data.SqlServerCe.SqlCeException (0x80004005): The column cannot be modified. [ Column name = Id ]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at Microsoft.WebMatrix.DatabaseManager.SqlCeDatabase.SqlCeDatabaseProvider.InsertRowInternal(DbConnection connection, DbTransaction transaction, String tableName, String schema, IList`1 columnDataInfoList, Boolean useOldValues)
at Microsoft.WebMatrix.DatabaseManager.SqlCeDatabase.SqlCeDatabaseProvider.InsertRow(String connectionString, String tableName, String schema, IList`1 columnDataInfoList)
at Microsoft.WebMatrix.DatabaseManager.IisDbManagerModuleService.InsertRow(DatabaseConnection databaseConnection, String tableName, String schema, ArrayList columnDataInfoArrayList, String configPathState)
at Microsoft.WebMatrix.DatabaseManager.Client.ClientConnection.InsertRow(String name, String schema, ArrayList columnDataInfoArrayList)
at Microsoft.WebMatrix.DatabaseManager.Client.ClientTable.InsertRow(ArrayList columnDataInfoArrayList)
at Microsoft.WebMatrix.DatabaseManager.Client.DataView.InsertRow(RowData rowData)
I have found some problems in the Database Workspace. As an example, if you try to interactively add a row in a table with an identity fields, the program doesn't manage to update the indentity fields and throws an "invalid data" error.
Did you ever figure out a work around for this? I am a newbie trying to work thru one of the tutorials and I can't get past the step of entering the first record into the table for this very reason. Would love to hear how you dealt with it.
@wavemaster, that post didn't sound like they were going to pull WM3, rather they were looking to how to make WM2 available as well since it doesn't seem to run on Vista?
Besides the data entry, which is a pretty big issue, WM3 has been working okay for me so far.
Well i somehow got automatically upgraded. And now i'm not able to create any new sites with wordpress. Also some of the existing sites are not opening . Can someone help ?
After upgrading from 2 to 3, I too have encountered the same "Cannot insert explicit value ... when IDENTITY_INSERT is set to OFF" error when adding a row to a table from the WebMatrix 3 database module. It appears I cannot use the suggestedSqlCe40Toolbox for
my db, which is MS SQExpressL, not the CE version (sdf) of the database. It used to work fine in 2. I really hope they fix this major bug. I guess I have to resort to sqlcmd.exe on the command line...
I upgraded, actually this one is a great upgrade, in previous version, I was caught in the basic error 'Application is not a valid 32-bit' or something like that. But after the upgrade, I can use it even if I run it after many days, back then I had to run
the application as soon as I turn on my computer.
Read more of my web development posts on my website. Thank you.
For those of you who have said you have no issues, and are using the included sql server compact file (sdf) , go to the database page and try to insert a record into a table - a table with the usual unique key. And please report if you have upgraded to
W 3 and are able to insert a record through the db page utility. I went to one of my add forms, and was able to insert the same exact record with no problems.
I got the IDENTITY_INSERT error, also. I wasted about 4 hours on it, 4 hours that I don't have to give away...
It is so infuriating that, apparently, MICROSOFT doesn't even test their products before they release them.
My workaround, now that I have figured out that I wasn't the one causing the error, is simply to leave everything in place and not to use that IDENTITY KEY field (or whatever it's called); I'll just update the field manually myself.
Another strike against the big MSFT. You would think they'd be out of business by now...
WOW , not sure why it takes so long to fix this. I use VS to design db , so did not see that before.... but few days ago had to do something on my tablet , where i have only WM and surprise:(
On the other hand, the presence of the Identity bug has been a great challenge to solve for a newbie like me to the platform- I used it as an opportuntiy to branch out of the tutorial and auto-increment a faux Id column so that the rest of the tutorial would
just work. It took me a while to get right though, but I reckon I learnt quite a bit about WebMatrix in solving it :)
Having said that I wouldn't have stood a chance if I was a complete noob to programming as well- At least I know SQL and the concept of what I needed to do :) I just manually inserted the first few records to get it rolling.
As a noob it is incredibly difficult to know, or work out, what tools you can (or should) be using for which job in this platform as there is so much choice. I'm focussing on Web Pages with WebMatrix, but I don't know what kinds of problems I should really
be using other platforms (MVC etc) for, or other tools (such as the SQL toolkit mentioned above)...
I remain confident it will all get clearer as I move along... Web page security model next, to add some user authentication and profiles... I'm tentatively looing forward to it..
I upgraded from wm2 to wm3 and it has been a nightmare. The program shows only 2 starter kits [empty/personal] and worse, it does not recognize any database [ce/sql]. I can't run any of my previous programs without it boiling over. I tried downloading WebMatrix2
from the Microsoft site but the link is broken. Does anyone know where I can download the Wm2 version? Thank you.
Contributor
2590 Points
2661 Posts
Webmatrix 3 - did anyone here upgrade?
Apr 23, 2013 06:15 PM|wavemaster|LINK
Any experiences to share?
Member
749 Points
245 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Apr 23, 2013 06:34 PM|uid257770|LINK
I upgraded. I haven't run into any issues yet, but haven't used all the features either. So far I like it as much as I do WebMatrix 2. I guess the main thing is that it hasn't crashed or messed up any of my sites so it seems good. All the sites I've opened have run fine as well.
The Git integration is what I was most interested in, but I haven't had the chance to really try it out to say good or bad of it. It does recognize my site folders with Git as the source control so that is good so far.
I opened up a Wordpress site using WM3 and it went well so I have no complaints there.
I think the Azure integration looks interesting, but I publish to Azure via Git so I haven't tried out using WebMatrix to publish sites.
The UI overall seems to be more refined and nicer.
In case any of the WebMatrix team is reading, nice work. I really like WebMatrix because it brings out the simpler and in my opinion more enjoyable aspects of making a web site. The fact that it supports more than asp.net web pages is a plus as well.
Contributor
2590 Points
2661 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Apr 27, 2013 08:21 AM|wavemaster|LINK
I would like to upgrade but I don't want to risk it as there is still some issue with Nuget updates. Says it needs to upgrade but then cannot actually do it.
Nobody else did upgrade?
Contributor
4946 Points
873 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Apr 27, 2013 08:40 AM|GmGregori|LINK
The upgrade of your working environment is never an easy responsibility, nor with a stable software release.
We have already spoken of virtual machines, and I know your opinion, but they are the best solution to test a new release and find possible incompatibilities.
Anyway, for me WebMatrix 3 works well.
Edited
I have found some problems in the Database Workspace. As an example, if you try to interactively add a row in a table with an identity fields, the program doesn't manage to update the indentity fields and throws an "invalid data" error.
Participant
1100 Points
400 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Apr 30, 2013 02:45 AM|dyyo|LINK
hi all,
I completely agree wikth GMGregori,
WebMatrix 3 just works perfectly fine here.
:)
Dyyo - Microsoft Recommended ASP.NET Hosting
Member
574 Points
652 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Apr 30, 2013 05:18 AM|dow7|LINK
For me, webmatrix 3
(a) connecting to a database in design view for the first time takes time.
(b) can't add data to a table in design view, the error i get (without modifying Id column - primary key =true, is identity =true) :
None
0 Points
1 Post
Re: Webmatrix 3 - did anyone here upgrade?
Apr 30, 2013 05:39 AM|mradtke|LINK
I have the same problem, same error Message.
Member
749 Points
245 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Apr 30, 2013 04:11 PM|uid257770|LINK
The same error happens to me as well.
Member
35 Points
80 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 02, 2013 02:03 AM|vklaus|LINK
Unfortunatelly, same error is still here (final version of WM 3).
I use SqlCe40Toolbox for this (and a lot of other DB function).
Vladimír
Contributor
4010 Points
1926 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 02, 2013 04:56 AM|Afzaal.Ahmad.Zeeshan|LINK
I have upgraded, No bugs or issue found in it for me! Great upgrade :)
None
0 Points
3 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 08:04 AM|sdstren|LINK
Did you ever figure out a work around for this? I am a newbie trying to work thru one of the tutorials and I can't get past the step of entering the first record into the table for this very reason. Would love to hear how you dealt with it.
Contributor
2590 Points
2661 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 08:55 AM|wavemaster|LINK
Uninstall. Go with WebMatrix 2.
Unless you think that Microsoft will crank out a quick fix, and how long are you willing to wait?
Contributor
4946 Points
873 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 08:59 AM|GmGregori|LINK
As pointed by vklaus, you can use SqlCe40Toolbox which is however a really usefull utility.
Contributor
2590 Points
2661 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 09:51 AM|wavemaster|LINK
GmGregori,
Are you telling us that WebMatrix 3 as a stand alone product is not useable?
Contributor
4946 Points
873 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 10:01 AM|GmGregori|LINK
I'm telling that the Database workspace of WebMatrix 3 has bugs that require to use a standalone utility.
None
0 Points
3 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 10:19 AM|sdstren|LINK
Can you please explain to a newbie how to use this utility? I downloaded it, and ran it, but could not find square one.
None
0 Points
3 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 10:24 AM|sdstren|LINK
I cant find a download link for WM 2. Only WM 3. Anybody got one?
Contributor
4946 Points
873 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 03, 2013 10:51 AM|GmGregori|LINK
The following links give useful informations on the SQL INSERT statement:
SQL INSERT INTO Statement
INSERT (SQL Server Compact)
Contributor
2590 Points
2661 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 05, 2013 09:08 AM|wavemaster|LINK
It appears that Microsoft has already concluded that a solution will not be forthcoming anytime soon.
They are busy trying to figure out how to remove the download link for WebMatrix 3.
http://forums.iis.net/t/1197480.aspx/1?Where+can+I+find+WebMatrix+2+after+v3+released+v3+can+t+be+installed+on+my+vista+
Member
6 Points
28 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 05, 2013 11:28 AM|johnrichardosborne|LINK
Yes, I did. I encountered no issues with the process and my programs are working fine under Version 3.
Member
749 Points
245 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 06, 2013 03:31 PM|uid257770|LINK
@wavemaster, that post didn't sound like they were going to pull WM3, rather they were looking to how to make WM2 available as well since it doesn't seem to run on Vista?
Besides the data entry, which is a pretty big issue, WM3 has been working okay for me so far.
Contributor
2590 Points
2661 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 06, 2013 09:27 PM|wavemaster|LINK
They should pull WM3.
Imagine all the time people are wasting only to find out there is a major bug.
Member
3 Points
35 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 13, 2013 12:48 AM|Globascope|LINK
Member
3 Points
35 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 13, 2013 12:54 AM|Globascope|LINK
Contributor
4946 Points
873 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 13, 2013 01:10 AM|GmGregori|LINK
Look at my previus post about using SqlCe40Toolbox.
None
0 Points
1 Post
Re: Webmatrix 3 - did anyone here upgrade?
May 15, 2013 12:21 PM|sundaram_75|LINK
Well i somehow got automatically upgraded. And now i'm not able to create any new sites with wordpress. Also some of the existing sites are not opening . Can someone help ?
Member
12 Points
91 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 16, 2013 09:48 PM|_pietro|LINK
after the upgrade in the web.config of my project has been added
does anyone know what is that and why it is here?! thanks
Member
1 Points
5 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 17, 2013 07:38 PM|foblivio|LINK
After upgrading from 2 to 3, I too have encountered the same "Cannot insert explicit value ... when IDENTITY_INSERT is set to OFF" error when adding a row to a table from the WebMatrix 3 database module. It appears I cannot use the suggested SqlCe40Toolbox for my db, which is MS SQExpressL, not the CE version (sdf) of the database. It used to work fine in 2. I really hope they fix this major bug. I guess I have to resort to sqlcmd.exe on the command line...
Contributor
4946 Points
873 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 18, 2013 03:33 AM|GmGregori|LINK
You can use SQL Server Management Studio (SSMS) that is a more powerful tool than Sql Ce Toolbox and works with SQL Server databases.
Member
99 Points
275 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 19, 2013 08:48 AM|DonnieS|LINK
I upgraded - after a full backup. I agree with what you said in that it supports - really whatever you want to throw in the mx.
Member
18 Points
123 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 21, 2013 11:43 AM|bclayshannon|LINK
Upgraded; no problems at all with my site at www.bigsurgarrapata.com - it was a seamless upgrade for me.
Member
690 Points
185 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 21, 2013 04:18 PM|dblaire|LINK
Love this upgrade. Experienced no problems in the installation.
Contributor
4010 Points
1926 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 22, 2013 01:09 AM|Afzaal.Ahmad.Zeeshan|LINK
I upgraded, actually this one is a great upgrade, in previous version, I was caught in the basic error 'Application is not a valid 32-bit' or something like that. But after the upgrade, I can use it even if I run it after many days, back then I had to run the application as soon as I turn on my computer.
Member
99 Points
275 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 23, 2013 08:43 PM|DonnieS|LINK
For those of you who have said you have no issues, and are using the included sql server compact file (sdf) , go to the database page and try to insert a record into a table - a table with the usual unique key. And please report if you have upgraded to W 3 and are able to insert a record through the db page utility. I went to one of my add forms, and was able to insert the same exact record with no problems.
Member
6 Points
28 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 23, 2013 08:47 PM|johnrichardosborne|LINK
Member
99 Points
275 Posts
Re: Webmatrix 3 - did anyone here upgrade?
May 23, 2013 09:50 PM|DonnieS|LINK
Same here, JohnRicardo. Great minds.....
None
0 Points
1 Post
Re: Webmatrix 3 - did anyone here upgrade?
Jun 06, 2013 01:16 PM|corpuswind|LINK
I got the IDENTITY_INSERT error, also. I wasted about 4 hours on it, 4 hours that I don't have to give away...
It is so infuriating that, apparently, MICROSOFT doesn't even test their products before they release them.
My workaround, now that I have figured out that I wasn't the one causing the error, is simply to leave everything in place and not to use that IDENTITY KEY field (or whatever it's called); I'll just update the field manually myself.
Another strike against the big MSFT. You would think they'd be out of business by now...
Contributor
2590 Points
2661 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Jun 06, 2013 01:35 PM|wavemaster|LINK
6 weeks since the bug was found.
As an aspiring coder I wonder how things like this go in a big company.
How could anyone take more than a few weeks to fix a bug like this? Even if we allocate several days worth of meetings, maybe 3 weeks top.
Apparently they think this bug is not really a big thing.
None
0 Points
9 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Jun 07, 2013 04:39 PM|ZiggyK|LINK
WOW , not sure why it takes so long to fix this. I use VS to design db , so did not see that before.... but few days ago had to do something on my tablet , where i have only WM and surprise:(
Member
12 Points
51 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Jun 10, 2013 08:13 AM|Marv99|LINK
On the other hand, the presence of the Identity bug has been a great challenge to solve for a newbie like me to the platform- I used it as an opportuntiy to branch out of the tutorial and auto-increment a faux Id column so that the rest of the tutorial would just work. It took me a while to get right though, but I reckon I learnt quite a bit about WebMatrix in solving it :)
Having said that I wouldn't have stood a chance if I was a complete noob to programming as well- At least I know SQL and the concept of what I needed to do :) I just manually inserted the first few records to get it rolling.
As a noob it is incredibly difficult to know, or work out, what tools you can (or should) be using for which job in this platform as there is so much choice. I'm focussing on Web Pages with WebMatrix, but I don't know what kinds of problems I should really be using other platforms (MVC etc) for, or other tools (such as the SQL toolkit mentioned above)...
I remain confident it will all get clearer as I move along... Web page security model next, to add some user authentication and profiles... I'm tentatively looing forward to it..
Member
1 Points
5 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Jun 11, 2013 06:25 PM|foblivio|LINK
WebMatrix is a freebie, after all, and appears to me to be somebody's hobby/pet project---for which I am grateful.
If so, it would mean less rigor in the QC department, and that developers are not obligated to fix bugs in a hurry.
-Gavin
None
0 Points
7 Posts
Re: Webmatrix 3 - did anyone here upgrade?
Jun 13, 2013 11:34 AM|donramon|LINK
I upgraded from wm2 to wm3 and it has been a nightmare. The program shows only 2 starter kits [empty/personal] and worse, it does not recognize any database [ce/sql]. I can't run any of my previous programs without it boiling over. I tried downloading WebMatrix2 from the Microsoft site but the link is broken. Does anyone know where I can download the Wm2 version? Thank you.