Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tweaked code ok in test not in prod

Status
Not open for further replies.

needscoop

Programmer
Nov 13, 2002
29
US
Tweaked some C# code. The tweak works in test (stepped through it okay), but it's not working in production.
Any idea's ???

I know this is somewhat vague - just looking for a list of several deployment "check this.." considerations to rule out.
 
If you have your assemblyinfo.cs set to automatically increment the version number, compare the version numbers of the test and production files to make sure they got copied.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
thx Chip,
I checked the .dll version numbers (which do auto increment)
when I discovered the change wasn't taking in production, and they both are using the same version#.

Any other ideas welcome...
 
Well, it could be enviromental. Or it could be that the test code didn't actually work for whatever reason (including enviromental).

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top