Connecting to the central admin site of the new sharepoint installation displays a blank page, generates the following error in the windows application event viewer:
Unknown SQL Exception 1346 occurred. Additional error information from SQL Server is included below.
A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, [...]
Hi all,
I installed the word press wassup plugin so I can look at some statistics on my blog. Unfortunately, as soon as I installed the plugin I was greeted with the above error message. It turned out, in that file, there is a line of code that tries to access a property and then [...]
Today I had an interesting dilema – needed to associate a row number with each row in a record set that I needed to retrieve from a sql table. In other words, if I have 15 rows in the record set, I needed to be able to get the record id of the 14th row. [...]
Today I needed to figure out how to find all the views and tables referencing a particular table. With help from coworkers and google I came up with the following script:
First part of the script identifies all direct references of the table you are querying against. The second part, identifies any foreign key references [...]
In order to write unit tests for class marked as internal you will have to add InternalsVisibleTo attribute to your signed assembly, in order to expose those classes to the unit tests project. That poses a problem when the assembly you are testing is signed, and most likely you will get an error with a [...]
The Problem: Just encountered the same issue with data bindings and decided to write a quick entry about it. In a wpf UserControl, I have a custom DependencyProperty, that property is bound to the data source in another wpf hosting control using xaml. Since I wanted the data source to be reset every time the [...]
To zoom a drawing using the drawing extents. There must be an active viewport in order for the method to work.
Updating the Field/Attribute is rather easy, the problem is when that Field/Attribute is displayed in a date picker control. The reason for it is the format of the DateTime string. In order, InfoPath to parse out the datetime correctly from the Field/Attribute and display it correctly (pass validation) you have to use the following formats: [...]
If you have tried dynamically loading data in an InfoPath form, you have probably run into the situation, where you want to close the first node of a repeated element, and insert it with new values to the collection. Most likely you have tried the Close() method on the XPathNavigator object just to realize that [...]
If you have ever seen this message “This form template is browser-compatible, but it cannot be browser-enabled on the selected site.”, you have also spent some time trying to figure out how to solve it. There are quite a few blog entries coming up from google when searching for the above message. Some suggest that [...]
Categories
Archives
Software Quotes
??Software Blogs
February 2012 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

