First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Best method to call a long stored proc with WCF
Say have a stored procedure that takes about 10min to 1 hour to run and I need to call it with WCF (silverlight). I'd basically want to fire off the query, have the wcf service fire off the query in a thread or something. Then have the wcf return to the silverlight program and say 'Ok the SP is running' The s... 30 Jul 2010 10:47
System.math missing
Hi, If using System.Math is included in C# vs2008, it complains the namespace is found. My machine has .Net Frame 2.0, 3.5, and 4.0 installed. When I sent through the objects using ObjectBrowser, the System.Math in mscorlib.dll under Framework 2.0. But it it hidden to both Framework 2.0 and framework 3.5 c#... 28 Jul 2010 15:10
UL list-style-image not working
Here are two things I want to point out: 1. When using list-style-image, you do not use quotes 2. It is recommended that absolute URLs be used in CSS. Try using list-style:none url(/images/arrow.gif) outside; Angelo wrote: Thanks for the reply, Hans. but I had already tried that. 25-Apr-08 Thanks ... 28 Jul 2010 00:59
How to make Asp.net access Crystal Report from IIS website?
Hello Community I developed a web site using ASP.Net, C# and Sql Server. I used Windows Installer to deploy the application. Under virtual directory tab in IIS it states: C:\inetpub\wwwroot\NetAppl\ The applications runs but the reports don't work now that the application is running on IIS. Below is ... 29 Jul 2010 22:54
Problem with invoking WnetAddConnection2 from ASP.NET
I have a web application that is trying to establish a connection to a shared drive by pinvoking WnetAddConnection2. This call works as expected when I run it locally on my Windows XP system. However, when I try the same call on Windows Server 2003, I get an error 85 indicating that the local device is alre... 28 Jul 2010 09:40
Silverlight and AMD processors
Can anyone tell me why Silverlight will not work with AMD processors? Silverlight can't be loaded with my AMD Athalon CPU and I asked about some of the newer AMD CPUs. The retailer told me not to expect to be able to use Silverlight. It seems kind of dumb to build a technology that cuts out a sizable porti... 27 Jul 2010 09:31
How to use Windows Installer and execute the application using IIS
Hello Community I have an ASP.Net application that uses C# and SqlServer running on Server 2003. I have IIS installed on my machine. I downloaded Windows Installer 3.1 and created a Web Setup Project. I created the Primary Output and the Content files but when I right click the Web Setup Project and cl... 26 Jul 2010 21:36
Cache not working as expected when using list(of integer)
Hi, Please can someone explain what is happeing here. I'm caching a list of integers but they appear to dissapear when the original values are changed even though there is no dependencies set up. Example code below. Why does the cache dissapear? <%@ Page Language="VB" %> <!DOCTYPE html PUBLIC "-//W3C//DTD X... 27 Jul 2010 17:18
disable a button until a link is clicked
Hi, If I want a button non-clickable until a link above the button is clicked(i.e., an legal informational page is viewed then a user can go on to the next page by clicking the button), how can I implement it? thanks, -- Betty ... 28 Jul 2010 04:13
Error form control XXXcontrol is not a member of form
Visual Studio 2008 vb.Net .net 3.5 I have a solution in a directory called c:\HereIam\webSiteName\websiteName It compiles and publishes perfectly. I created a new solution in c:\mySrc\websiteName\websiteName I copied all the files from c:\HereIam\webSiteName except the solution & project (vbproj & ... 28 Jul 2010 09:40
First  |  Prev |  Next  |  Last
Pages: 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28