|
|
Front Page News
-
|
This is my first test post from windows live writer... pretty simple thus far. This is a blurry picture......
|
-
|
By default this is disabled in 2005. To reenable it run the following: USE master GO EXEC sp_configure 'show advanced options', 1 GO RECONFIGURE WITH OVERRIDE GO EXEC sp_configure 'xp_cmdshell', 1 GO RECONFIGURE WITH OVERRIDE GO EXEC sp_configure...
|
-
|
Call it stubbornness or simply curiousity... I was just not happy with a system io approach of loading a treeview with the folders in a specified directory with a file listing on the right. Even with a load on demand approach where you click a node and...
|
-
|
After installing SP1 for SQL Server 2005 SSIS Integration Services fails. The service did not respond to the start or control request in a timely fashion. Below is all the information you will need to fix the issue. BE SURE TO INSTALL THE 6 HOTFIX UPDATES...
|
-
|
UniqueIdentifier parameters by default are coded like this < asp : Parameter Name ="Original_EventID" Type ="Object" /> The problem is that this cause the following error: Implicit conversion from data type sql_variant to uniqueidentifier is not...
|
-
|
For example: To access the name property of the child class: =First(Fields!child.Value.name, "iInvoice_Customer" ) Or the address2 property of the address class =First(Fields!address.value.address2, "iInvoice_Customer" ) Or the name property of the object...
|
-
|
Complete guide can be found here: http://www.globalscape.com/support/evalguide_srv2.asp...
|
-
|
This template is used to paste properties compatible with the iEditable interface. Create a new smart paste template Set the match with property to: [code language="VB.NET"]%ws1%%Accessibility%?%SharedModifier1%?%FieldVarPrefix1%%PartialIdentifier1%%mws%%As1%%Type1%(%ws2%?=%ws3%?%IdentifierStringOrNumber%)?...
|
-
|
Download the snippet at the end of this post. To Install Snippet: Click tools Code Snippet Manager (If you cannot see this on the tools menu http://broncosolutions.ca/COMMUNITY/blogs/andrew_renner/archive/2006/03/29/64.aspx ) Click the folder you want...
|
-
|
Download the snippet at the end of this post. To Install Snippet: Click tools Code Snippet Manager (If you cannot see this on the tools menu http://broncosolutions.ca/COMMUNITY/blogs/andrew_renner/archive/2006/03/29/64.aspx ) Click the folder you want...
|
-
|
Download the snippet at the end of this post. To Install Snippet: Click tools Code Snippet Manager (If you cannot see this on the tools menu http://broncosolutions.ca/COMMUNITY/blogs/andrew_renner/archive/2006/03/29/64.aspx ) Click the folder you want...
|
-
|
This is very handy for forwarding to blackberry or other email addresses. Active Directory User & Computers Create a mail enabled Contact Specify the external SMTP address Double click the user you wish to setup the forwarder for Exchange General...
|
-
|
This is very handy for forwarding to blackberry or other email addresses. Active Directory User & Computers Create one mail enabled Contact for each external address Specify the external SMTP address for each Create a mail enabled group ( Global Distribution)...
|
-
|
Ever have a table where you need to insert a value into an identity field. For example - you may have a lookup table with values 2, 3, 4 - I don't know about you but it annoys me to no end when the 1 value is missing. You could truncate the table and...
|
-
|
I had a case today where my solution configurations drop down box in the toolbar disappeared so I could only switch from debug/release in the config menu which is like a 3 step process to get to. Here is how to get it back: Go to menu Tools - Customize…...
|
-
|
Create a domain user account Set Password to Never Expires From the webserver run the following command from the command line aspnet_regiis -ga Domain \ AccountName In IIS - Create an application pool Identity Tab Cofigurable - Enter your Username and...
|
-
|
To to this simply add the following: [code language="VB.NET"] Console.WriteLine("Press enter to close.") Console.ReadLine() [/code]...
|
-
|
Download the source http://communityserver.com/files/40/releases/default.aspx Download the latest release of Web Application Projects http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx Download the VS 2005 Update to support Web...
|
-
|
Open the community server 2.0 Source code <path>\CS_2.0.60217.2664_SDK\src\Community Server 20.sln. Compile the application in RELEASE mode. Copy all of the dll's from the bin directory to your web bin directory. Backup your sql database. Run the...
|
-
|
What should have been a smooth upgrade ran into a few hitches/gotchas turning the upgrade and testing into nearly a 4 hour affair. Hopefully this post will find someone that needs it and helps them resolve some of their issues. My ISA Server is used with...
|
-
|
From one installation to the next... Switching gears for an evening and going to move my ASTERISK server to the production VS. Using asterisk@home on CentOS 4.2 as my voip server. http://asteriskathome.sourceforge.net/ The setup is fairly simple thus...
|
-
|
Decided to install one single server... installing it on the existing SQL Server which is already loaded with 4 Gb of ram. IIS Requirements: Installed without Frontpage Server Extensions SQL Server 2005: Service Account using LocalSystem Install the hotfix...
|
-
|
Trying to decide on the two server/one server installation... kinda late so I think I'll sleep on that one. I don't really need the two server config but I already have the sql server running so I may as well take advantage of it. Documentation states...
|
-
|
Getting started on my TFS installation... could be a long night!!! Guide: http://go.microsoft.com/fwlink/?LinkId=40042 Server Requirements: 2.2Ghz 1GB Windows 2003 8GB Free space Server Details: 3.0Ghz 2Gb Windows 2003 160GB Free Space User Accounts:...
|
-
|
Pascal Case The first letter in the identifier and the first letter of each subsequent concatenated word are capitalized. You can use Pascal case for identifiers of three or more characters. ex. ForeColor Camel Case The first letter of an identifier is...
|
|
|
|