Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score permissions to call a webservice
Trapulo - 7 Oct 2006 9:10 AM - 4 messages
Hello, I need to run a net 2.0 program that permforms a call to a webservice and writes a log. I also need to schedule this program using windows 2003 task scheduler. I noticed that I can run the program only if the user account that run the ...
Score Context menu Problem
ravi - 7 Oct 2006 7:14 AM - 2 messages
i want to disable the the delete option of context menu when i tab and hold  my exe file in Pocketpc 2003 . can anybody guide how to do it using C-sharp ...
Score Message error
Kevin Burton - 6 Oct 2006 11:09 PM - 4 messages
I am connecting to a message queue and am getting an error that I don't understand and there isn't any detail: System.Messaging.MessageQueueException    at System.Messaging.MQCacheableInfo.get_ReadHandle()    at System.Messaging.MessageEnumerator.get_CursorHandle() ...
Score MSMQ & Multithreading
Massimo - 6 Oct 2006 10:23 PM - 6 messages
I'm writing a .NET (2.0) application than needs to receive messages from a message queue and do some processing on them; the application is multithreaded, and each thread runs in a loop receving a message, processing it and so on; the loop is controlled by a flag, if this flag becomes to true ...
Score FTPS using C# 2.0
Kaa - 6 Oct 2006 7:34 PM - 7 messages
I have a need to create a windows service that monitors some directories waiting for new files to appear.  When certain new files are detected, it is to FTPS them to another internal server for processing.  Now, I know that the ...
Score File IO and Threading
Jayme Pechan - 6 Oct 2006 7:09 PM - 4 messages
I seem to have run into a strange problem.  I'm hoping one of you understand the inner working of the file IO better than I and could explain why I'm seeing what I am.  Basically, I have a log folder where I append to text ...
Score .NET 3.0 Workflow tracking service encryption
theWizK - 6 Oct 2006 5:19 PM - 3 messages
The workflow tracking service appears to be using the MD5CryptoServiceProvider when hashing.  This generates an exception on a FIPS-enabled machine as this algorithm is not FIPS-compliant.  Is the algorithm selection configurable, or are there plans to modify this service ...
Score MessageQueue GetAllMessages
Kevin Burton - 6 Oct 2006 4:59 PM - 1 message
I am tying to get all of the messages in a MessageQueue using GetAllMessages but it not only is taking a long time but eventually I get: There are 2 messages in the failed queue. failed: System.Messaging.MessageQueueException : Invalid parameter was ...
Score DataGridView Column Header text with Checkbox.
cooltami - 6 Oct 2006 4:06 PM - 1 message
If it correctly understand and read the following thread, this feature will be avialable on next version of .net 3.0 ??? Cheers. Header Check Box in DataGridView CheckBox Columns All 3 messages in topic - view as tree From:  Kiran_Juikar - view profile ...
Score Why convert a VB6 desktop ap to Dot Net?
tom c - 6 Oct 2006 2:56 PM - 10 messages
I am working on a VB6 desktop ap.  I would like to talk the boss into converting to dot net sooner rather than later.  What are some good reasons I can tell him to get him to convert as soon as possible? ...
Score Restarting app 2 from within app 1? Is it possible?
Adam J. Schaff - 6 Oct 2006 2:26 PM - 1 message
Hi all. Here's my situation: VS.NET 2005, VB.NET Application B already exists. It is a windows forms EXE. I am writing Application A, another windows forms EXE. I want to load the main form of application B into a panel on one of my forms. No problem. In ...
Score Changing registry permissions without write access.
hagueb - 6 Oct 2006 12:52 PM - 1 message
I'd like to have a registry key for which access is normally denied, but which my program can alter. I've tried using a deny write permission but then there seems to be no way to alter it, as if I do ...
Score Directory.GetFiles()
Sameer Gupta - 6 Oct 2006 12:22 PM - 3 messages
Hi I am using Directory.GetFiles(DirName, "*.tif"); to get all tif files in the directory. But it'll also give the other files i.e. *.tif1,*.tif_old,*.tif2. Please suggest a way to get *.tif files only. Regards Sameer Gupta ...
Score [Net 2.0] question about background worker and thread synchronization
Steve B. - 6 Oct 2006 10:58 AM - 7 messages
Hi, I'm building an application that performs some long operations against files. In order to view the progress, I'm using two background workers. The first backgroundworker is listing recursively all files in a folder and each files are queued into a Queue<FileInfo> object. ...
Score ASP.NET Using Atlas
vikram.lakhotia@gmail.com - 6 Oct 2006 9:37 AM - 1 message
Hi Here are some blog on how to use Atlas controls [link] Hope this helps Thanks Vikram [link] ...
Score integration between Jscript.net and C#
jeevankodali - 6 Oct 2006 5:13 AM - 1 message
Hi I am trying to write few classes in JScript.Net. I want to use those classes in a C# project (a dll project) which I already have This C# dll is used by many processes which are being worked on by many people. ...
Score Dynamically changing a url in a repeater control
JPH - 5 Oct 2006 11:47 PM - 6 messages
Hi all I have made a menu using an ascx control and have embedded it into a page. It uses a Repeater to display a list of hyperlinks: <itemtemplate>       <li>         <a href='news.aspx?newsID=<%# ...
Score Why callback functions are static?
Jimmy - 5 Oct 2006 9:13 PM - 3 messages
I need to use Asynchronous Socket functions in a server application and am learning from sources such as the MSDN2 ([link]). What I observed is that all callback handlers in examples are static ...
Score SignedXml not found in .net 2.0 ?
--- .NET Em --- - 5 Oct 2006 8:56 PM - 2 messages
I had a code snippet that worked fine in .NET 1.1 with WSE 1.x. I now installed Visual C# Express 2005 and .NET Framework 2.0 with WSE 3.0. I am trying to compile the same class but it cannot find SignedXml. ...
Score Deserialize property w/ setter but no getter in 2.0???
Peter Franks - 5 Oct 2006 8:56 PM - 7 messages
Is it possible to deserialize a class that has a public property w/ a setter, but no getter? I'm not finding anything that would allow this -- Presuming that is is NOT possible, what are the best practices for implementing versioning for changing properties? ...
Score List<T> issue on framework 2.0
ThunderMusic - 5 Oct 2006 8:13 PM - 5 messages
Hi, For an unknown reason, I get an exception for getting the item at index 17 when the List<T> contains 23 items. It does not happen every time. Actually, my app can run without a problem for 2-3 weeks, then BOOM!! I get the ...
Score Multiple Assembly Version Maintenance
jnoody - 5 Oct 2006 7:53 PM - 5 messages
My environment is such that I have multiple assembly versions in the GAC on multiple servers.  Different applications use different versions of the assemblies which is no problem with the GAC.  I use VSS to track my source code so I can roll back changes if I need to edit the source ...
Score RSS 2.0 in .net 2.0?
Erland - 5 Oct 2006 7:28 PM - 2 messages
Hello All, I am working on an application( for learning purposes) that would retreive RSS 2.0 feeds from various locations and display them in my windows application. Is there any particular and useful library available , for reading rss 2.0,that can be used in .NET 2.0 ( C#) ...
Score Photostory 3 problems
andez98 - 5 Oct 2006 5:22 PM - 2 messages
Have the Sonic plugin for Photostory 3- was working pretty good- no doesn't produce playable DVD's at all.  Runied 8 last night.  Says it has written DVD- but DVD won't show up or play in any DVD player.  Story is short- only 2 ...
Score StrongNamePair.Consructor( String )
Brent Rogers - 5 Oct 2006 4:50 PM - 2 messages
I am trying to create a StrongNamePair object and would like to use the constructor that accepts a string parameter. What format should this string be? ...
Score VS 2005 Professional Vs Enterprise
C - 5 Oct 2006 4:03 PM - 3 messages
What is the difference between Visual Studio 2005 Professional and Enterprise edition? I am currently installing Professional Edition. Has Enterprise more developer features? ...
Score HttpWebRequest and SSL
Glenn - 5 Oct 2006 3:21 PM - 4 messages
When using HttpWebRequest with an 'https' address, does it automatically encrypt the data being sent or are there additional steps that need to be taken? ...
Score .NET 3.0(Windows Workflow Foundation) Install Problem
C - 5 Oct 2006 3:14 PM - 2 messages
Hi, I have installed .NET 3.0, I have downloaded “Orcas” Development Tools for for .NET Framework 3.0 I have then downloaded samples from below site. [link] When it try to open any Solution file I get a message stating "The ...
Score Add-in for excel with net 1.1 and 2.0
Uli - 5 Oct 2006 2:18 PM - 1 message
Hi, I have an add-in for excel that's working with net 1.1. On my machine is net 1.1 and net 2.0. The add-in always uses net 2.0 instead of 1.1 and the add-in crashes. ...
Score Image control with online source
Jayyde - 5 Oct 2006 1:59 PM - 1 message
Can anyone point me in the direction of a control that will allow me to show images in a windows application that are sourced online?  I know that VS2005 has a control that would allow me to do this built in, unfortunately my ...
Score Identifying the method and class name programmatically
lisa - 5 Oct 2006 1:45 PM - 5 messages
Is there any way to tell, programmatically, what method and class you're in?  For example, if I'm doing error handling, I don't want to have to type the name of the method and class each time; I'd rather ...
Score MSBuild to build and run VS.NET unit test cases
raagzcd - 5 Oct 2006 11:35 AM - 1 message
Hi, Is it possible to use MSBuild to build and run the unit test cases created using VS.NET unit test. basically i would like to automate the process of building the source files and run the unit test cases from command line. ...
Score NT Service - Local service account and user account
marek zegarek - 5 Oct 2006 10:26 AM - 4 messages
Hello! I'm writing Windows Service, that will check few registry keys. Is there any possibility to read registry keys from HKEY_Curren_User, when ..NET Application is running in Local System context? ...
Score Export function problem (unmanged to managed)
Yoavo - 5 Oct 2006 9:31 AM - 2 messages
Hi, I am trying to call an Unmanaged code (MFC C++) from Managed code (c#) I have declared in the unmanaged code the function: extern "C" { _declspec(dllexport) int get_DocName(); } In the c# code I write: [DllImport("C:\\MyProj.dll", EntryPoint="get_DocName", ...
Score Making test certificates for SslStream class
Lucvdv - 5 Oct 2006 8:41 AM - 3 messages
This is only my second contact with certificates, and the first time I had detailed instructions that didn't explain any why, so please be lenient ;) I'm trying to set up a SslStream, and trying to create the proper ...
Score VC++ Vs .Net
Mubashir Khan - 5 Oct 2006 7:40 AM - 4 messages
Ok ... Ok hold on. This is not the same old discussion. But it still is. I am creating an application which would open 100+ sockets. Every socket would be emulating a user for a telnet connection thus response should be real ...
Score How to launch another application from my application
Darth - 5 Oct 2006 7:01 AM - 1 message
Hi, I want to create a an application where I will add a list of some of the most used programs on my desktop and use it to launch those applicaiton directly from there. Can I do this using C# ? ...
Score How to launch another application from my application
Darth - 5 Oct 2006 7:01 AM - 2 messages
Hi, I want to create a an application where I will add a list of some of the most used programs on my desktop and use it to launch those applicaiton directly from there. Can I do this using C# ? ...
Score Bug with simple menus in WinForms (.NET 2.0)
tjb - 5 Oct 2006 3:37 AM - 3 messages
Could someone please try the following and tell me whether they can reproduce this bug?  I'm running 2.0 (the latest version, I presume, since Windows Update doesn't suggest any 2.0 updates).  I've Googled for reports ...
Score IIS 5.1, Framework 2.0, load a program remotely
bg - 4 Oct 2006 11:43 PM - 1 message
Hello, I have a .net program that runs a program in the foreground when the user is completed a task.  The program appears in the task bar correctly by setting the IIS Admin service to "allow service to interact with desktop", and ...
Score WinInet C# - InternetSetOption
Mateusz Rajca - 4 Oct 2006 11:23 PM - 5 messages
Hi! How can I code the Work Offline function using Wininet and InternetSetOption. I found some stuff in VB and Delphi but not in C# :-( ~Matt ...
Score Pls Explain Path in this MSDN example
andrewcw - 4 Oct 2006 7:01 PM - 3 messages
Starting with  [link] ' Make a connection to a remote computer.         ' Replace the "FullComputerName" section of the         ' string "\\FullComputerName\root\cimv2" with ...
Score Async Socket IO Question
EmeraldShield - 4 Oct 2006 6:17 PM - 9 messages
Hi all.  I have been digging around trying to find an answer to a few questions that are bugging me.  I am hoping someone here can help. 1 - If you start an Async IO (BeginAccept) and the client hangs up what ...
Score Calling Caspol from batch file
Robert Scheer - 4 Oct 2006 6:11 PM - 1 message
Hi. I wrote a single batch file that runs Caspol to configure my users workstations. The first line removes a group from the security policy, but if that group does not exists, I receive an error and a list with ...
Score how to load a 1.1 version assembly into 2.0 environment?
admin - 4 Oct 2006 4:02 PM - 4 messages
Hi, all I have met a very trouble problem... I have a thirdpart component which can only run at 1.1 version, but I want to import and use it at a 2.0 project... I have tried to use reflection, but it didn't work... ...
Score Detect Moving, Copying files.
rwbean86 - 4 Oct 2006 4:00 PM - 3 messages
I found that I'm able to determine whether a file is in the process of being moved or copied to a landing directory that I monitor.  I figure this out by attempting to open the file for reading.  If I try the open ...
Score convert string type from managed to unmanaged
Yoavo - 4 Oct 2006 3:46 PM - 2 messages
Hi, I have an UmManaged DLL which contains an exported function: extern "C" {     _declspec(dllexport)BSTR get_DocName(); } I want to call this function from a managed DLL. This is the declaration in the managed DLL: #pragma once ...
Score Help .NET Framework 2003 v2.0
elena - 4 Oct 2006 2:42 PM - 3 messages
Hi, All I need advice about upgrating VS .NET I have VS .NET 2003 v1.1 installed on Windows XP. I have projectes developed in C#, C++ for desktop applications and C# and ..NET VB for mobile devices targeting Windows CE 4.1 ...
Score Outlook2007 not working with previous framework.
T-rev - 4 Oct 2006 2:38 PM - 1 message
I have 2 versions of the framework installed v1.1.4322 and v2.0 not on previous side by side installations I specified in the outlook.config file for the application to use the v1.1.1432 framework and hence when my ...
Score comms port re-assignment
anbeyon - 4 Oct 2006 2:07 PM - 5 messages
Does anyone out there know how to go about changing comms port assigments programatically. I have an application I am to develop using USB  to serial bridges.  My customer want me to make sure my application ALWAYS uses Com1. ...
Score access data
feudalac! - 4 Oct 2006 1:28 PM - 5 messages
Why isn't this working? (it works in my other program...) Error is: Data type mismatch in criteria expression public DatabasePath As String Public Function GetDataReader(ByVal AccessQuery As String) As System.Data.OleDb.OleDbDataReader      Dim AccessConnection As System.Data.OleDb.OleDbConnection ...
Score Install New Font
sdc - 4 Oct 2006 1:11 PM - 1 message
How can I install a new TrueType font using my web application ClickOnce button ? I tried to copy and write file in system directory.  i am able to copy and write file in user directory but i am not able to write font file in C:\windows\fonts.if there is no direct way to install with ClickOnce, any advice on doing the work from C# would be appreciated. ...
Score Install New Font
sdc - 4 Oct 2006 1:10 PM - 1 message
How can I install a new TrueType font using my web application ClickOnce button ? I tried to copy and write file in system directory.  i am able to copy and write file in user directory but i am not able to write font file in C:\windows\fonts.if there is no direct way to install with ClickOnce, any advice on doing the work from C# would be appreciated. ...
Score Install New Font
sdc - 4 Oct 2006 1:05 PM - 1 message
How can I install a new TrueType font using my web application ClickOnce button ? I tried to copy and write file in system directory.  i am able to copy and write file in user directory but i am not able to write font file in C:\windows\fonts.if there is no direct way to install with ClickOnce, any advice on doing the work from C# would be appreciated. ...
Score running embeded file
feudalac! - 4 Oct 2006 11:04 AM - 3 messages
Is it possible to embed an exe into my app and then during runtime, run that exe? thanks ...
Score get SQL Dump and save it to disk
feudalac! - 4 Oct 2006 10:37 AM - 1 message
In VB.NET 2005 and MySQL (Access will do fine) How can i make a Sql Dump of a database and save it to a file on a local hard drive? Thanks ...
Score Permission Exception.
Bishman - 4 Oct 2006 9:21 AM - 2 messages
Hi, A very small utility app I have written throws an exception "Request for the permission of type 'System.Net.Mail.S mtpPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c56 1934e089' failed." Now the .exe is on a  'D:'  share in a folder. ...
Score Custom DataType
Neil - 4 Oct 2006 8:09 AM - 2 messages
Hi, I want to create a datatable that contains columns of a custom type. The reason is I want these columns to sort properly when bound to datagrid or similar. An example would be a date with format "MM/YY", this is added to the ...
Score .NET 3.0 with Visual Studio 2005
tjb - 4 Oct 2006 7:45 AM - 8 messages
Will .NET 3.0 work with VS 2005?  For example, will I be able to design GUIs with XAML in with .NET 3.0 and VS 2005? ...
Score Format String Dialog
Polonio - 4 Oct 2006 6:57 AM - 4 messages
Visual Stadio IDE uses a dialog box to define format strings... [link] Can I reuse that dialog box on my application? How? I'have seen the dialog appers (at runtime) if I use a PropertyGrid control ...
Score GAC dependencies
Richard - 4 Oct 2006 6:40 AM - 2 messages
Hi, I'm in a situation where I have to deal with a huge number of dependencies in the GAC. We have tons scehmas that all exists in their seperate dll. They are then referenced by other assets that all exists in the GAC. This is ...
Score embed s file in exe
Robert - 4 Oct 2006 5:47 AM - 2 messages
Dear all,        I want to embed a motorola s file in my exe file using Visual C++.net,      and then I can use the data in the Motorola file.  How should I ...
Score 'System.StackOverflowException' occurred in System.Drawing.dll
Rob Latour - 4 Oct 2006 3:28 AM - 5 messages
I am getting the following exception which I can not seem to trap: System.StackOverflowException was unhandled Message: An unhandled exception of type 'System.StackOverflowException' occurred in System.Drawing.dll I've tried : Try the offending code Catch e As StackOverflowException ...
Score Email Isolated Storage File
Chuck P - 3 Oct 2006 10:18 PM - 6 messages
How can I email an isolated storage file. I don't believe I can do new Atttachment(fileName)   because I don't have access to the isolated storage path But this is what I would really like to do. ...
Score Catch window closure in Console App
Michael D. Ober - 3 Oct 2006 9:50 PM - 1 message
Is it possible to catch the window closure (WM_SYSTEM: SC_CLOSE) message in a console application? Thanks, Mike Ober. ...
Score howto modifying resource on an existing assembly (.exe) ??
# Cyrille37 # - 3 Oct 2006 9:46 PM - 19 messages
Hello, I would like to write a little C# program that store some text inside a resource, without a external file storage. For example :    - an auto extracting zip file    - or a auto decrypt gnupgp file. I'm trying to add a resource to an existing assembly, but I failed. ...
Score Copying files (in code) from a PC to a PDA (Windows Mobile 5.0)
Factor - 3 Oct 2006 9:43 PM - 1 message
Greetings fellow developers, I am working on a PC side interface software for my Windows Mobile 5.0 device and I have some how-to questions regarding a few things.  I fear I may be attempting the impossible.  Let me know what you think. ...
Score thread to impersonates user
andrewcw - 3 Oct 2006 7:35 PM - 10 messages
I have an application that needs to connect to a file share to copy files.  I can create and successfully use the System.Diagnostics.ProcessStartInfo class in Application "A"  to set the domain, password, and call a different ...
Score Sequential Guid
Roy - 3 Oct 2006 5:18 PM - 7 messages
Is there an equivalent class function in .NET to generate sequencial guid just like the NewSequentialID() function in SQL Server 2005? ...
Score An argument (okay a debate) with a developer
Highlander - 3 Oct 2006 4:55 PM - 17 messages
Hello all. I'm a systems admin and not a developer. I work in a large IT department with teams of developers. Currently we are asking them to develop a utility for us that will migrate code, among other things. ...
Score ListView in VirtualMode
cjl - 3 Oct 2006 4:53 PM - 8 messages
The SelectedIndices appears to be broken.  When the user shift selects a range of items, the SelectedIndices property returns an empty collection. If the SelectedIndices property is not available in virtual mode, how are we to determine what has been selected? ...
Score Using Enterprise Libary 2.0 from a DLL ?
Tom - 3 Oct 2006 4:48 PM - 2 messages
Hi, I would like to use features of the Enterprise Library, specifically the Configuration and Logging Application blocks, from a class library (i.e. a DLL, not an EXE). I have not used the Enterprise Library yet, but it appears that to use the Application Configuration Block, there ...
Score Argument with a developer
Highlander - 3 Oct 2006 4:30 PM - 7 messages
Hello all. I'm a systems admin and not a developer. I work in a large IT department with teams of developers. Currently we are asking them to develop a utility for us that will migrate code, among other things. ...
Score exception thrown during install
advantage - 3 Oct 2006 2:49 PM - 1 message
(This post is informational only, I don't know what the problem was, but I found a solution - see the bottom of this post.) Recently my framework v1.1 and v2.0 installations became unstable after installing an update.  From then on, each time I tried to repair them ...
Score Problem moving windows service to .Net 2 environment
Al Norman - 3 Oct 2006 2:08 PM - 2 messages
Hi. We have a bunch of Windows services that were developed in VS2003 using ..Net 1.1. Having moved to VS2005 and re-built them under .Net 2.0, they no longer start. We are getting an Event Type clr20r3 ...
Score Call managed code from unmanaged
Yoavo - 3 Oct 2006 1:34 PM - 2 messages
Hi, I have an C++ MFC application (Unmanaged) and I want to add to this application a c# DLL which contains dialogs. The comunication between the C++ application and the c# DLL should be in both direction. How can I do it ? ...
Score AxSHDocVW.AxWebBrowser in Windows Vista
acidburn@noemail.noemail - 3 Oct 2006 9:41 AM - 3 messages
Hello got a problem with the AxWebBrowser in Vista. In older versions of Windows (XP,2000,...) this line of code : Dim AxWord as new AxWebBrowser AxWord.Navigate("dummyfile.doc") Would open "dummyfile.doc" in the browser control. In Vista a new instance ...
Score Possible bug in .Net 2.0 udp sockets?
Redge - 3 Oct 2006 7:37 AM - 15 messages
Hello everyone! A while ago, I created a client-server UDP application in .Net 1.1. A client application connects via UDP to a server; once acknowledged, the server sends the requested data to the client (a video stream). The application has to work over the internet (where the data may cross ...
Score CLR classes correspondent to MiniDump API (MiniDumpWriteDump)
Hyun-jik Bae - 3 Oct 2006 1:29 AM - 2 messages
Is there any CLR classes correspondent to MiniDump API (MiniDumpWriteDump) which creates .DMP file on crash state? Please reply. Thanks in advance. Hyun-jik Bae ...
Score low on viritual memory message
ShutterbugM - 3 Oct 2006 12:52 AM - 2 messages
My buddy's pc keeps showing a low on viritual memory error. He has 2 - 128 mb of ram. His viritual memory was set at 348. I changed it to 400, 450 and finally 500. It seemed to work fine after that but now seems worse. He's ...
Score Trying again: app.config's don't work for me...project attached
Keith - 2 Oct 2006 11:47 PM - 2 messages
OK, Since I can't seem to get app.config's to work for me, and there seems to be a fair amount of confusion about what I'm actually asking, I've decided to attach a simple project that should clear things up.  The project is a basic ...
Score generating Excel files w/ .NET? (an ASP.NET, C# web app)
matt - 2 Oct 2006 10:43 PM - 9 messages
hello, can anyone speak to some of the common or preferred methods for building Excel .XLS files, programmatically thru the .NET framework? i have an intranet app that needs to generate & email .xls files for users. these are not reports, but rather more like forms. its a pretty ...
Score Problems writing MemoryStream to disk
Tim Johnson - 2 Oct 2006 9:36 PM - 4 messages
I offer 2 Write methods in my class, one that writes to and returns a MemoryStream, and one that writes to a file.  The 2nd one just calls the 1st one, then I want to write the returned ms to disk.  I tried 2 different ...
Score Web service address in config file
Craig HB - 2 Oct 2006 4:47 PM - 3 messages
I have added a webservice reference to my ASP.NET (ver 2) project, but adding it Web References in the solution explorer. However, I want  the URL to the webservice to be in a config file (like web.config) and not in the dll. How do I do this ? ...
Score Getting "Report Error to Microsoft" on several machines
Kyle Jedrusiak - 2 Oct 2006 3:26 PM - 3 messages
We have a windows app written in c# which is working pretty well on most machines. Specifically on three machines the app blows up completely randomly giving them the "Report Error To Microsoft" dialog. They don't get a standard Exception window. ...
Score Help -Can't send MHTML as email body using Reporting Services output
Nanker - 2 Oct 2006 3:09 PM - 1 message
I would like to integrate Reporting Services reports into an existing email messaging framework using .NET 1.1 (both to leverage the existing framework and since the error reporting by Reporting Services subscriptions isn't that great).  Within this C# application, I would ...
Score 1.1 equivalent for Drawing.Icon.ExtractAssociatedIcon?
Pieter - 2 Oct 2006 1:23 PM - 7 messages
Hi, I need to have the icon of the assembly that is calling my Control.Library. Using 2.0 Framework the "Drawing.Icon.ExtractAssociatedIcon" does the trick. But this fucntion doesn't exist in the .NET 1.1 Framework, and my control ...
Score Delegates ????
Ginny - 2 Oct 2006 9:07 AM - 10 messages
Hi, Delegates allow you to specify at run time the method to be invoked.?? What does the above line mean?? Everytime, I have seen a .NET code related to delegates, we specify the method to be invoked, ie., while coiding we ...
Score Monitoring logon-logoff events
marek zegarek - 2 Oct 2006 8:28 AM - 6 messages
Hello! 1) How can I monitor events in Windows? I need to catch login and logoff on Windows XP. 2) I will use it to build NT Service monitoring login type -  by smartcard or by password. Maybe something by WMI? But what i must do? ...
Score XMAL browser Application - Error
Jace - 2 Oct 2006 2:35 AM - 1 message
When i try to build and run(click F5) my XAML browser application, my application will run in notepad but not IE . I would like to know how can i change it back, so that my browser application will run in IE . ...
Score IE7 5.0.5700.6 Release Candidate tries to open then fails to respo
Alan Blandford - 1 Oct 2006 3:31 PM - 3 messages
My problem seems to be slightly different to those already posted so I have opened a new thread. When I click on the IE7 icon, a window half opens and then it hangs. Ctrl/Alt/Del shows 2 versions of IE trying to open at the same ...
Score Data Feed architecture
MarkusJNZ - 1 Oct 2006 9:08 AM - 8 messages
Hi, we have some datafeeds which pull info from external sources. Unfortunately, we have to use screen scraping as there are no XML feeds. The data feeds are located in a variety of different applications located on different servers. I have to design a new ...
Score slow CodeDom
geoff phair - 1 Oct 2006 5:47 AM - 1 message
We've done an AI app which generates lots of code source, then runs the code using its own little interpreter and works fine - all in vb 2003. I've done a new version using Codedom, expecting a blindingly fast improvement. It was ...
Next »