|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
Error To Install MMC3.0 DllI create a new MMC 3.0 dll in csharp and copy it to same path where InstallUtil.exe exists. When i try to install this using InstallUtil.exe it given folowing error An exception occurred during...
Hang In SetEndOfFileHi all, My application hangs many times in a strange call stack as reported by DebugDiag output, seems like in writing-to-console. This is the call stack reported by DebugDiag.exe: ntdll!KiFastSystemCallRet...
How To Develop Software That Supports Multi-culture?Hello everyone. I have a question. How to develop a software that support multi-culture? I want develop a software with console and dlls. Customers can use dlls for develop. There's solutions for...
Latest MgmtClassGen.exe VersionWhat is the latest version of MgmtClassGen.exe? Version 1.0 had problems with generating classes from namespaces other than Root\Cimv2. Version 2.0 is better, but still has some issues. Is there a...
How Do I Tell If A DLL Is X86, X64, Or AnyCpu?thanks - dave david@at-at-at@windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com me -- http://dave.thielen.com Cubicle Wars - http://www.windwardreports.com/film.htm
XmlUrlResolver - File In A Zip FileHi; For XmlReader.Create(string filename) is it possible to pass a URI like how java allows: jar:file:c:/data.zip!order.xml and it will then use the file order.xml in the data.zip file as the...
WM 6.1 SDK And DocumentationHi all, Could anyone help me out in getting the WM 6.1 SDK and the documentation? -- Thanks & Regards.
How To Adjust Zone Security Without The .NET Framework 2.0 ConfiguI need to change the Intranet Zone for .Net 2.0 programs to fully trusted. I can use the .NET Framework 2.0 configuration tool on my PC but most PCs don;t have this isntalled. Can I use Caspol...
When Using System.IO.FileStream, I Write 8 Bytes, Then Seek To The Start Of The File, Does The 8 Bytes Get Flushed On Seek And The Buffer Become A Readbuffer At That Point Instead Of Being A Write Buffer?When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write...
Problems With NtOpenSymbolicLinkObject...I am trying to get the directory that a "directory" symbolic link "points to" in Vista. (I actually need this in my application!) To do this I have to call the "NtQuerySymbolicLinkObject" Windows...
MMC Snap-in For .Net 2.0I need to install the MMC snap-in for .Net 2.0 on a server that does not otherwise have the SDK installed. Does anyone know exactly what files out of the SDK I need to copy and register to make this...
String.Format - Offset Of Inserted Text?Hi; I need a way to know at what offset in the created string all the text for each {0}, {1}, etc are placed. Is there some way to do this? thanks - dave david@at-at-at@windward.dot.dot.net...
Dispose, Finalize, ~Class, & Protected Void Dispose(bool Disposing)Hi; We're having a big argument here at work over how these are all supposed to be used. And everyone can find articles on the web to support their argument. Is there an article on the web somewhere...
Active Directory - Delegation Of Control WizardHi , i hope one of you can help me. I need to translate to a .net script the delegation control wizard that you will find under Active Directory Users & Computers > Action > Delegated Control (Delegation...
NEUoUKCwuhqy3tey http://putaria.dnip.net http://sexpartylog.dnip.net http://passiov.dnip.net http://sexkore.dnip.net http://352free.dnip.net http://outdoorlog.dnip.net http://buceti.dnip.net http://kamranh...
NEUoUKCwuhqy3tey http://putaria.dnip.net http://sexpartylog.dnip.net http://passiov.dnip.net http://sexkore.dnip.net http://352free.dnip.net http://outdoorlog.dnip.net http://buceti.dnip.net http://kamranh...
Is Resgen Redistributable ??Is the resgen.exe tool redistributable? I need to be able to create .resources files from .resx files on the fly, and resgen does this - can I redistribute resgen with my app ?? I have read that...
Windows Mobile 6 (ARMv6)Hi All, I have some queries regarding the development on WM6. 1: Does WM6 SDK supports ARMv6 instruction set ?(as I see only ARMv4 when I install this SDK and link with VS2005 or VS2008) 2...
MmAllocateContiguousMemory?Q1. In MSDN, it says that MmAllocateContiguousMemory first attemps to allocate a continuous range of memory from Nonpaged pool, if it fails, then allocates from unused pages. So, here, if it fails...
SerialPort Hardware Handshaking Problem (not The Usual One)Hi I am using SerialPort component to send raw binary files to a remote device with RTS/CTS handshaking - the remote device has a small receive buffer and is slow so needs to be hardware flow controlled...
Deadlock When Using WaitOne In A STA ThreadHi, I have the problem described bellow with the calls to WaitHandle.WaitOne causing re-entrancy on main GUI thread (STA) of a .NET application and I would like to find out: - did anybody else...
Set Reference To Be "any Version"How can we set references to be "any version"? This is for the sample code we ship with out product and I don't want to have to re-open & set the references every time we ship a slip-stream version....
Dns.GetHostByName() Replacement?Hi; I need to get the IP addresses for the machine my program is running on. I have been using: IPHostEntry ipEntry = Dns.GetHostByName(Dns.GetHostName()); IPAddress [] addr = ipEntry.get_AddressList...
Our Code Won't Run On VistaHi; When we install our program on Vista, it won't run. It does run fine on XP and so we're guessing that it is some kind of security/permission issue. This is on a 64-bit system. The program...
Edit String Resource In WinRes.exeHi all I want to make a localized project and, for a start, I have just string resources. When I open Resources.resx (the standard resource file Visual Studion generates) I get these error messages...
Wab And .netHow shall i read windows address book using .net framework ? -- WM_QUIT RLN
Why Can't I Have Multiple Listeners On A UDP Port?Hi; In my application I call: new UdpClient(1707); to listen on that UDP port. The problem is if I run 2 instances of my app, the second one throws an exception on this call. Why? It seems to...
COM+ Package Generation IssueHello, I'm trying to register a .Net assembly as a COM+ service and then to generate an MSI package in order the component to be deployed in several servers . The assembly was compiled using ....
How To Find Method Argument Type Using Reflection?I'm using reflection API's to find the argument types of a methods (such as in or out etc). For example, consider this method public int outerFoo(string str, ref double db) { return 42; } When...
SVG -> EMF/PNGHi; Is there a library out there that can convert SVG to EMF and/or PNG? -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports...
Problem With GAC/COM+ And ManifestI have a 3.5 assembly that is GACd and in COM+. The COM+ application is configured to run as a Service. The assembly is called myapp.dll and there is a manifest called myapp.manifest. With ths in the...
PerformanceCounterCategory.Create() Takes 3 Minutes To Add A New Category!! How Come? What Can Cause This?PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Mscorcfg.mscIs it possible to extract the 2.0 configuration wizard from the SDK without having to install the entire SDK? All I need is the snapin. TIA BillP
COM+ Set Image Dump Directory In C#?I am trying to set up a COM+ appliacation in C#, I want to set the Image Dump directory to a specific location, not the default .How do I do that? I would also like to set the "Enable Image Dump on...
Add User Profile To DirectoryEntry User?I have the below code to make a new user. I would like to create a user profile directory and populate it. This will be an automated user for a Win32 service that will do things over the network so...
How To Convert Snk To Pfx File Format?I have SNK file for signing assemblies, but I don't have PFX. How do I convert SNK to PFX?
Dont ReadVendo coche de segunda mano, Seat ibiza, a? 2001 km 35000, Solo por 4500 euros. [URL=http://www.anunciosgratis.de]Anuncios Gratis[/URL] www.AnunciosGratis.de Anuncios...
Validation.ErrorTemplate Doesnt Show Up On Load.Hi, I am trying to perform validation without defining a curstom validation rule for the data bound to a text box. Instead I use the ExceptionValidationRule. By doing the following during load and...
Sdk Service Is Either Not Running Or Not Yet InialisedNew installation of SBS2003 SP2 premium system center essentials seemed to install OK but this error comes up when asked for the server name. Looked at services to see if could manually start but...
IDataErrorInfo.Error Usage?I recently started using the .Net 3.5 validation facilities (IDataErrorInfo and ValidatesOnDataErrors) in my C# application, and I find that they work great. I've now run into a situation where I...
Assembly Attributes To File PropertiesIs there a way, just using plain IL and ilasm, to set file properties, such as Copyright, Description, etc? I see al.exe allows these, but it doesn't produce a single standalone assembly (it requires...
WPF Visual ProfilerI cant get the visual profiler working with my WPF Application. If a try to attach my application the profiler never get attached to my app. If I select to start a new app the visual profiler throws...
Custom BitmapEffect And BitmapEffectInputI've created my own custom BitmapEffect based on the RGBFilter example from MSDN. However, I've noticed that both my effect and the RGBFilter effect fail to pay attention to the BitmapEffectInput...
Need Help With |
| On Tuesday, February 12th 2008 at 09:46 AM by Anonymous | 5 Replies |