By default, a new Visual Studio project is version 1.0.0.0, and doesn't change unless you manually change it. I'd like to increment Build (the last segment) whenever the DLL is regenerated (that is, when the code changes or I choose Rebuild) in a way that can be viewed from Explorer > File > Properties. If possible/practical, I'm also looking to put some Subversion metadata into a comment (rev, author, check-in date, build-date).
Visual Studio
Membership and Roles
Does anyone have any information on using iMIS as the membership provider for .net sites? We currently have a login.aspx page, but need to make this work with iMIS login/password with roles to only give access to certain folders in the site. FYI, we are using 10.6 at the moment.
Visual Studio 2008 hangs - TFS Compare dialog not visible
The other day I tried to do a history comparison in VS 2008, but got no dialog, and VS was not responsive. After I stopped it in Task Manager, VS restarted without problems, but with the same issue with the compare dialog. The problem was that the dialog location was set in UISettings.config to a location off the screen. I found details here:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1138647&SiteID...
Microsoft and other vendor Software Release Schedules
I’ve added a page to IC for recording details of release schedules for software used by iMIS – for example the next versions of Microsoft SQL Server or Microsoft Office.
http://www.imiscommunity.com/microsoft_and_other_vendor_software_release...
If you come across any information on release schedules for products that we use or integrate with can you update it here.
How to right click on a folder in Windows Explorer and select “Open as Visual Studio Website”
I found this here - it is pretty useful
http://weblogs.asp.net/bradleyb/archive/2005/12/09/432802.aspx
This is how to add a command to the shell to open a folder as a web site in Visual Studio 2005 or 2008.
Visual Studio 2005/2008 does not support this by default but you can enable the scenario by writing a macro.
To do this, create a new macro either in an existing module or in a new module. For this example I’m going to add a module call Website to the MyMacros project.
MCTS Exam 70-528
I just passed my first in the Microsoft .NET Framework 2.0 series of exams, MCTS 70-528 "Microsoft .NET Framework 2.0 Web-Based Client Develoment". This is one of the two tests required for MCTS .NET Framework 2.0 Web Applications certification. The other test required for this cert is MCTS 70-536 "Microsoft .NET Framework 2.0 Application Development Foundation", which I'm planning to take sometime soon.
Link to Customer record creates customer portfolio crash
I have written a custom .NET application which is integrated within the iMIS framework and is placed in the Events module. In this application there is a datagrid with a column containing iMIS ID's. When you you click on the ID it loads the record in the Customers module.
The URL being used is "imisnet:contact/1234/85a3ab83-7fe3-417f-af85-61f4d29d30e8-key_contact" where 1234 is an example iMIS ID. The GUID is just hardcoded.
Dot Net 2.0 ObjectDataSource
I'm beginning a new project for event registration in imis 10.6 and would like to know if anyone has experience with the new ObjectDataSource in .net 2.0. If not, do we have any C# code that is used for event registration. Any bugs or gotcha's?
Thanks in advance for your help.
Tom
Microsoft Code Analysis rules
These are the TFS rules that Microsoft turns on for their development.
Error when trying to link to event registration
I am writing a custom asp.net application in C# for a client in Brisbane (REIQ). This application is integrated into iMIS and will be accessed from the Certification module.
One of the pages has a datagrid which has a hyperlink column. When you click on the link on this column, it should take you to that event registration.
The URL I am using is:
e.g.
imisnet:event/4010/b51192e0-332d-40c0-8c25-e777ffe750c0-key_event