Open Outlook in Asp.net Web Application in Client Machine
Its Working fine Development Machine But Published in IIS Getting this Error how to Solve this? or Accessing Outlook Application in Java Script unable to Create an Automated Object
View ArticleHow to print a word document on the server from the client
hi everyone i need to print a word document on the server from client using ASP.net, i tried the next code: ProcessStartInfo info = new...
View ArticleBest Practice for Windows Service "Settings" (Configuration) with .Net (C#) ???
Background: I'm developing a Windows service using C# and .Net 3.5. The behavior of the service should be controlled by some settings. The settings will varyper host-computerbut will not vary per...
View Article.Net Framework assembly questions
I see there are two different locations on my development box related to .Net framework 4 and 4.5C:\Windows\Microsoft.NET\Framework\v4.0.30319And C:\Program Files (x86)\Reference...
View Article[VS2023] (Win8.1) CustomMarshalers.dll ERROR when doing ANNYTHING in Vs2013
Error when Creating Project, Opening Project, Opening files, OPENING EVERY F**KING THING ON VS. i am a user that creates hacks, mods and i was creating one when i installed 8.1 then it screwed me over...
View ArticleDo we have the CCC(clear command channel) and SSH/SFTP support in .net...
Hello,I am using C3 .net 4.0, do we have the CCC(clear command channel) and SSH/SFTP support in .net FtpWebRequest class?Thanks, Nitin
View ArticleHow to call a class in a class in VB?
I dont even know if im asking this right but pretty much heres what I have:A form1 that contains a DomainUpDown with various numbers in the collection.Heres what I want to do:In form2, show whatever is...
View ArticleASP.NET ReportViewer controll excel export bad cell background
Hi All!I have a problem with the asp.net webforms reportviewer controll. When I export from this control to excel, the xls cells background colors goes wrong. All cells background color inherits the...
View ArticleC# ActiveX and VisualStudio integration
We have to replace a C++ ActiveX with one developed using C#.The created C# activeX is working fine within Internet Explorer.We can import it as ActiveX within a C++ project but there is no way to...
View ArticleGenerate an xml schema from a strongly typed dataset
Hello,I have an issue that I when I I use ReadXml() on my strongly typed dataset, that it does not throw and exception when the xml file is not compliant with the valid schema. It just ignores the...
View ArticleHow to Convert a WPF Windows Application to dll
Hi All,How to Convert a WPF Windows Application to dllRegards,Nidheesh
View ArticleDate time Format in C#
Hi,I have an C# application, in which the application send the date time information to our server, and also can retrieve the same back in the application. As the application is used globally, we can...
View ArticleLinq on DataTable
i have to write linq query on a datatable.i need to write code like belowDim lobjDataRows = From lobjDataRow In lobjRelationsTable.Rows Where String.Equals(CType(lobjDataRow, DataRow).Item("RevName"),...
View ArticleZipFile CreateFromDirectory creating corrupted archive?
Hello,Our service is processing huge amount of data and needs to do quite verbose logging - so we produce few dozens GB of log data per day. After day end we archive our previous day logs by using this...
View Articleencapsulate threads that cross work between two or more window forms and...
Hii found some difficulties in creating a class that would represent thread ( in need 10 instances) that works across two or more windows formsi used this procedural approach to accomplish the...
View ArticleImplement custom LDAP Directory with System.DirectoryServices.Protocols
HiWe are currently working on an application which provides an LDAP interface to its clients. We used the DirectoryServices libraries to access existing directories (client role), but this time we need...
View ArticleGetAccessRules for Directory reports incorrect NTFS Permissions
I've noticed that CommonObjectSecurity.GetAccessRules Method reports incorrect permissions.Please note the code below:var dirSecurity = System.IO.Directory.GetAccessControl(@"C:\Temp"); //now we get...
View ArticleOffice 365 API for calendar and events integration( Exchange Online ) in php...
I have been searching for Office 365 api for calendar integration in php and found one i.e EWS which was previously used for integrating Microsoft Exchange using PHP. Please help me finding out the...
View ArticleРегулярные выражения C#
Подскажите пожалуйста, как большую строку разбить, от определенного символа и до? пробовал вот так :string patern = "/^#/+/Q$/" но у меня не получилось...
View ArticleCan we run multiple managed applications in a single Windows virtual address...
Hi I'm Ali Bayat From IranI have a question about virtual address spaceCan we run multiple managed applications in a single Windows virtual address space?thank you.
View Article