How to protect my dll by only allowing my project to use.
Hi All,i would like to create an encryption DLL where only my application can instantiate the dll. May i know if there is any solution to this as i would not like other application to use the...
View ArticleSNMP Traps in C#
Hi i'm doing snmp traps i want to do like if the cable is plug out from the switch or the router, my program in C# will prompt the user saying that the port "1" is being plug out in messagebox. is it...
View Articlepatch server
can anyone tel what do you mean by patch server and the link for know more about it indepth
View ArticleWhen signing 2 GB XML file SignedXml.ComputeSignature throwing out of memory...
I am trying to sign a 2 GB XML file using SignedXML.ComputeSignature however i am getting out of memory exception. I am using 64 bit machine with 8 GB RAM.It may be because of the file size. While...
View ArticleGuid becomes NULL after a while
Hi to everyone Currently I'm facing a very weird issue.I have a GUID variable which is static and which has a value from DB (and everything it's fine) and I use it through the code but after a while it...
View ArticleOnline file converter in c# using asp.net with mvc3
hi every one i am develping a online file converter in c sharp using asp.net with mvc3. i dont found the which .net libraries are used for video and audio format conversion and also for image,doc, and...
View ArticleDynamic tabs in C#
I want to create a form with the tab if user clicks "add new tab" the 2nd tab will have the same content as tab 1, if user add tab again, the new 3rd tab will also follow the same content as tab 1 is...
View ArticleApp Crash
Hi ,I am using a background thread in order to generate the World files,My windows application file works fines at local environment,but on server my application crash with these problem...
View ArticleWindows Service hangs python script execution
Hi thereCurrently i have a windows service that preforms some database operations via entity framework fallowed by the execution of a python script.This script runs very well directly in the command...
View ArticleAuthenticate Cross Domain User with Active Directory
Hi All,Can any one suggest me how to authenticate cross domain user with active directory and with in different network?Ex: suppose we run our application on "abc" domain and active directory is on...
View ArticlePrevent timeout with system.net.ftpclient and FTP Server with lots of files
We have an FTP Server that has thousands of files in the root folder. I've written a simple program that will use the system.net.ftpclient to loop through all the files, creating folders for every 1000...
View ArticleQuestion
I have to use array index upto 4294967296 to store all IP addresses , what language I use that will support array indices from 0 to 4294967296?waiting for your favorable response.
View ArticleSystem.DirectoryServices: Change Type interpretation for attributes
Hi, I have a kind of specific problem. I am accessing an OpenLDAP server with System.DirectoryServices. Connection, searching and retrieving properties works just fine.However, one attribute I need to...
View ArticleOutlook type meeting recurrence for email notication
Hi Experts,In my project, we have a module to send an meeting request same as outlook which includes meeting recurrence. This is C#, Asp.net web application. As per design, I have to write a Windows...
View Articlewhy I do not find System.IO.Compression.ZipFile
I've the .net 4.5 & 4.5.1 installed but if I try (as from example By Microsoft):Imports System.IOImports System.IO.CompressionModule Module1 Sub Main() Dim startPathAs String =...
View ArticleCalling a CE Compiled DLL from a Desktop Application
I'm customizing an ERP program that uses the Visual Studio IDE to allow customization. The ERP is a desktop application and I'm trying to integrate the customer's scanners with the ERP program. The...
View ArticleXSD System.Xml.Schema.XmlSchemaSequence.Items property not giving inner sequence
Hello,I'm working on a project that takes xsd file as an input, compiles the schema in XmlSchemaSet and then iterates over the elements in compiled schema.I'm using property XmlSchemaSequence.Items and...
View ArticleVS style Object Watch Window
I would like to watch and interact with a object during runtime in my WinForm App.How do I embed a VS watch windows in my WinForm App? Is there for a control for this?-SD
View ArticleDrag and Drop from server explorer not working
I found today that drag and drop from server it's not working.I think that's because I've installed some days ago VS 11 Beta.After that I faound many problems with .NET 4.5 so I've uninstall it but it...
View ArticleCalling SHGetFileInfo in C# - Win x64
I am using the Knowledge Base example on how to call SHGetFileInfo in C# and I am also retrieving File Type Names for my application. I have noticed something strange though; If I compile my...
View Article