| | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: 08/23/2007 2:01:12 AM Posts: 77, Visits: 804 |
| Looks like a little critter moved in on this update:- Open the security editor (either through application or VS menu item)
- Select User node
- Add a User
A message comes up saying that credentials cannot be verified. The edit window does come up, but immediately wants to close and asks if you want to save the data. If you click Cancel, you can go ahead and add the user. This doesn't happen when you try to edit a current user or if you try to add one of the other items (roles, etc). |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 10/21/2008 9:20:58 AM Posts: 2,685, Visits: 1,887 |
| Sure enough, but it was more than just a critter... kind of a gremlin. I'm building an update right now. Will let you know when it's posted.
www.bungie.net |
| | | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: 08/23/2007 2:01:12 AM Posts: 77, Visits: 804 |
| | hehe...I thought a head a evil little gremlin like laugh when that message came up... |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 10/21/2008 9:20:58 AM Posts: 2,685, Visits: 1,887 |
| | OK, the update is posted on the My Account area. And since you seem to be the Orkin man today, let me know if you find anything else 
www.bungie.net |
| | | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: 08/23/2007 2:01:12 AM Posts: 77, Visits: 804 |
| | Will do. It'll be a couple hours before I can download and install the update. |
| | | | 
StrataFrame User
       
Group: StrataFrame Users Last Login: 2 days ago @ 10:50:47 AM Posts: 368, Visits: 1,850 |
| You guys are quick. I was just about to report the bug that Kevin found and I see that it has already been fixed. But I do have another one. In the source code for the Security project there is a bug in the project that prevents the source from compiling. The post-build event command line does not reference AfterBuild.bat in the correct location. The current command line is c:\AfterBuild.bat "$(TargetPath)" "$(TargetDir)$(ProjectName).xml" Changing it to the following fixes the problem "$(SolutionDir)AfterBuild.bat" "$(TargetPath)" "$(TargetDir)$(ProjectName).xml" -Larry |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: 10/21/2008 9:20:58 AM Posts: 2,685, Visits: 1,887 |
| Thanks for the heads up, Larry. I'll change that post-build event to make sure it's pointing to the correct location for the AfterBuild.bat.
www.bungie.net |
| |
|
|