Click here to Skip to main content
15,921,841 members

Videos


Page 14 of 17
8 9 10 11 12 13 14 15 16 17


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
261. 64 Bit ASP.NET Project - Attempt to load Oracle client libraries threw BadImageFormatException.
Normally, you don't have to explicitly set the platform for a Microsoft .Net program. You specify AnyCPU in Visual Studio and your program gets compiled to IL code. At runtime Microsoft.Net compiles just in time the IL code into x86 or x64 depending on the OS. By explicitly specifying the...
Web Development » ASP.NET »
Patrick Kalkman Updated: 18 Mar 2011
Rating: 5.00/5 ( (1 vote))
262. C language ( if ...else)
You have misplaced the braces around your if else statement. I think this would work better. if (no_hour
Patrick Kalkman Updated: 16 Mar 2011
Rating: 5.00/5 ( (3 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
263. Using windows service to open an Excel file
Hi Chas,Forgive me, but your solution seems a bit strange. You use a IIS application to launch a windows service? Windows service are intended to run continously in the background. A better architecture for you application would be to have the windows service continuously running in the...
Productivity Apps and Services » Microsoft Office » Microsoft Excel
Patrick Kalkman Updated: 1 Mar 2011
Rating: ( (No votes))
264. WCF named pipe service security
The binding NetNamedPipeBinding that you are using is compatible with NTLM or Kerberos authentication. You have to enable it on the transport layer. This could be done through a configuration file. For example:
Programming Languages » C# 4.0 »
Patrick Kalkman Updated: 1 Mar 2011
Rating: ( (No votes))

Page 14 of 17
8 9 10 11 12 13 14 15 16 17