I have a ClickOnce app that calls WebServices on the server (standard ASMX style, not WCF).Occasionally, the users get this error:
I\'m having problems trying to populate a dropdownlist from the database. When I\'m trying to set the datasource I can\'t find the dropdown control, it\'s in a DetailsView so I think it might have som
Trying to get a reference to the worksheets (using Excel interop): Excel.Application xl = new Excel.ApplicationClass();
Are there compatibility barriers with a .NET 4.0 assembly calling code in a .NET 2.0 assembly?And vice versa?
The 开发者_如何学Cquestion says it all.An assembly in the GAC does not know about the private locations of your private assemblies. It is only aware about the GAC itself. So it can refer to the assemb
I have a string of richtex开发者_运维百科t characters/tokens that I would like to feed to a richtextbox in code.
I have came with solution to remove duplicates from generic list<T> in .NET 2.0 as follows: List<CaseStudy> caseStudies = CaseStudyDAO.FindCaseStudiesByDate(DateTime.Now.Date, DateTime.No
I have a C# assembly, which is regasmed, but is not in the GAC.In my VB6 code, I added a reference to the generated type library (the .tlb file).
I can not make NHibernate 2.1 work in machines without framework 3.X (basically, windows 2000 SP4, although it happens with XP too).
I have implemented inheritance for two parent classes called Table and Field. Each parent class has several child classes. In the Table parent class, I created a method that expects parameter List(Of