New Post: Execute DataSet - Not returning data - URGENT HELP NEEDED
Good to hear that you solved the issue. Just for posterity (and maybe a future user), let me say that the Enterprise Library 4.1 PDBs can be found on the Enterprise Library 4.1 - October 2008. Also,...
View ArticleNew Post: WCF exception handling of different exception types
I'm not 100% sure what your scenario is but it sounds like it has something to do with security exceptions (is it only security exceptions? Are these thrown by the service code or by WCF or somewhere...
View ArticleNew Post: The type Database cannot be constructed. You must configure the...
That's a tricky issue. Almost certainly something to do with the configuration/security. The problem is how to troubleshoot it. The best situation would be to have access to a machine.My first...
View ArticleNew Post: Cannot log in another event log than the Windows Application logs
Hello,I'm trying to use Logging Application Block. I've done the hands on lab and I can log in the Application event log, but now I want to log in another event log (specific to my application), which...
View ArticleNew Post: Ent.Lib 4.0 Exceptions not going to same file as normal logging
Hi Randy,Thanks for that, it was exactly what i was looking for.Cheers,Ken
View ArticleNew Post: Cannot log in another event log than the Windows Application logs
Out of the box, Enterprise Library supports writing to Windows Logs (e.g. Application, or a custom log). Application and Services logs are different (see: Technology Summary for Reading and Managing...
View ArticleReviewed: Enterprise Library 5.0 - April 2010 (Dec 09, 2012)
Rated 5 Stars (out of 5) - for all having issues with seeing CHM file documentation. After downloading to your desktop or desktop\download directory, copy it to your any c: or d: directory and open CHM...
View ArticleNew Post: On azure deployment recieved issue: 'The timeout period elapsed...
We deployed a worker role on azure. This worker role is connected with sql azure database. In this worker role we have used Microsoft officially recommended approach to handling transient faults i.e...
View ArticleReviewed: Enterprise Library 5.0 - April 2010 (Dec 10, 2012)
Rated 5 Stars (out of 5) - @vijaymane You need to unblock the file first. See the bolded comments under Release Notes.
View ArticleNew Post: ACA.NET Exception
Hi goustaf ... can you plz share the patch or let me know where i can find same. I need it on urgent basis. Thanks.
View ArticleNew Post: What is the minimum version of the Azure SDK is required to use...
Documentations is saying v1.6 (see below), but when use 1.6 we get an error that v1.7 is required. Is the documentation not up todate or could it be something else in the project that requires v1.7...
View ArticleNew Post: On azure deployment recieved issue: 'The timeout period elapsed...
You didn't post StackTrace but I'm guessing you are getting a SqlException with an error Number of -2. As far as I can tell, the SqlAzureTransientErrorDetectionStrategy does not treat this scenario as...
View ArticleUpdated Wiki: Support How-To
Support How-ToEnterprise Library has many features and there are a variety of places to get started (most listed on the home page) including Hands-on Labs, EntLib5 Developer's Guide, Videos, Webcast...
View ArticleNew Post: On azure deployment recieved issue: 'The timeout period elapsed...
Hi Randy, I am not sure what is meaning of SqlException with an error Number of -2. Following is the stack trace of error: Error in StartFileCreation. Error Message :Timeout expired. The timeout...
View ArticleNew Post: ACA.NET Exception
Hi, As i cant send msi or zip files to gmail accounts I have splitted the msi. 1) Rename ACA 3.1 Patch MasterKey.bat.toRename to ACA 3.1 Patch MasterKey.bat 2) Launch it, it will generate the file ACA...
View ArticleNew Post: On azure deployment recieved issue: 'The timeout period elapsed...
What type of exception are you seeing? Based on the stack trace it is probably a SqlException with an error Number of -2. As far as I can tell, the SqlAzureTransientErrorDetectionStrategy does not...
View ArticleNew Post: Planned support for WindowsAzure.Storage 2.0.x ?
Dear all,I have recently upgraded my Windows Azure application to use WindowsAzure.Storage 2.0.2 client Library. However, it appears that "topaz" still have a hard dependency on the old 1.7...
View ArticleNew Post: cache block - limit by memory size
hii know that in the cache block i can configure only by number of items and in the new cache class on .net 4 i can configure max memory usage size.is there some option to get the current size of the...
View ArticleNew Post: Validators stopped working after upgrade from 4.1 to 5.0
We have an interface entity that uses validators on each property. Here is the declaration of the interface and the first property with validators: publicinterface IMemberEntity {...
View ArticleNew Post: Share EntLib Validator Attributes between Client and Server with...
Doesn't support EntLib Validation Application Block 5.0 (Update 1) sharing validation attributes between server and client with Silverlight/RIA Services? If i switch my Visual Studio project back to...
View Article