First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
sqlcrl exception
We have an sqlclr Stored procedure that invokes a web service. SqlServer sits on on one machine and the web service on another within the same lan. Everything works fine until the web service machine is rebooted - at which point all attempts to use the SP bomb with the exception below until we restart the Sql S... 29 Mar 2010 17:00
Large assemblies/fewer quantity or Smaller assemblies/Larger quantities.
Hello. What is the thinking these days concerning assembly size vs. assembly quantity? With .Net 4 in mind, should I have one BLL assembly with every BLL domain model class in it, several large BLL assemblies with different BLL domain model classes in it, or smaller, more fine-grained assemblies? I'm int... 26 Mar 2010 16:46
Error : JIT Debugging component registration is incorrect
Error : JIT Debugging component registration is incorrect This message is comming How to Solve this problem. What is the resoan this is comming. If i desable the IJT then what will be happen. What is the vs7jit.exe ? Use of vs7jit.exe? ... 26 Mar 2010 14:22
Toggle
Please all MS Guru's Where I can find on Toolbox for design Windows.Form Application Toggle control ? How Add or something else. Thx ... 26 Mar 2010 12:00
.NET 3.5 SP1 install failure
..NET 3.5 SP1 is being clean installed on a Windows Server 2003 Std Terminal Server (application mode). This is done by first going to Add/Remove Programs --> Add New Program --> browse to .exe. The install fails with the following message .......... "An error occurred during setup. Installed files have b... 22 Mar 2010 18:06
How can I determine that two paths point to the same file?
Given two file paths, I would like to determine with certainty whether those paths refer to the same physical file. Now, there is Path.GetFullPath(), and that's very helpful. But what if I refer to a file on my machine through a UNC path? Example: C:\Temp\123.txt \\MYCOMP\DRIVE_C\Temp\123.txt \\MYCOMP\DRIV... 26 Mar 2010 12:00
full redistributable version of Dotnet 3.5 SP1
Some of our customers don't have internet access on the machine that will run our software, so I include the full redistributable version of the dotnet framework 3.5 SP1. A customer in Germany is reporting that the framework is not installing properly. Does this version not include support for all the languages?... 7 Apr 2010 06:47
FTP in C# 1.1
Hi, Pls see the folloing code : http://ondotnet.com/pub/a/dotnet/2004/05/10/ftpdotnet.htm Thanks Shyam Simon wrote: FTPS using c# 1.1 10-May-08 this has caused me a couple of days of pain. i have a requirement to connect to an ftp server endpoint that requires SSL authentication. i can do the pr... 22 Mar 2010 04:59
Adding Controls To The Visual Studio 2008 Toolbox
I have a control library that contains several controls that I want to add to the Visual Studio 2008 toolbox for use in Web Applications. I have done this before, so I know how to do it. However, when I attempt to do it this time it refuses to add one of the controls. The one control that does not get added inh... 22 Mar 2010 11:53
How can I tell if I have .NET framework on this machine?
I"m working on someone else's machine, and I'm not sure what's installed. How can I tell if I have .NET Framework 3.5 with Service Pack 1? Where do I find the latest service packs for .NET? If I don't have it (it's a sys requirement for another package I'm getting later) how do I get it? Many thanks. ... 20 Mar 2010 15:30
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17