Contents

Posts in microsoft.public.dotnet.framework

 

Clickonce Publish: How to do it on comamnd line - ...  Replies (1) 14 January 2006
After several hours reading up on Clickonce and hacking away, I was able to get our (complex) application running from a remote network shared folder. VERY cool. I used Visual Studio 2005 to reate t...

 

Why so much trouble with ellipses?  Replies (1) 13 January 2006
In a recent post of mine I mentioned the inaccurate shapes drawn by FillEllipse. In the response that I recieved I was told that DrawArc had less problems, which I found to be true (I have been us...

 

Diff between WebBrowser Component and AXWebBrowser  Replies (1) 13 January 2006
I'm looking to user a web browser component in VS2005. I like the functionality in the AXWebBrowser component (from ActiveX controls page) that allows me to do this: mshtml.HTMLDocument doc; ...

 

System.Threading.Timer vs System.Timers.Timer  Replies (2) 13 January 2006
I have created C# windows service to Peek Message Queues in periodic intervals and update the database. In the above scenario which Timer class suitable?? thanks in advance --RK...

 

file watcher renamed event problem  Replies (1) 13 January 2006
Hi all, I am stuck with a problem and wanted some guidance. I am using FileSystemWatcher to monitor a folder "C:\Temp1" and updating "C\Temp2" say somthing happens in Temp1, I want to update Temp...

 

EventLog with custom Log  Replies (2) 13 January 2006
I have a suite of applications and services that use a common library and I would like to use a custom event log to gather all the events in one place rather than putting events in the "Applicatio...

 

COM Interop registration failed  Replies (1) 13 January 2006
COM Interop registration failed. Type library exporter can not load required library MSCOREE.TLB. I'm currently receiving the above error message when building a sample walkthrough which demonstr...

 

BeginReceive not ASYNC.  Replies (1) 13 January 2006
Can someone tell my why when I call Socket.BeginReceive() the callback is called on the same thread? I thought that BeginReceive was ALWAYS an async method. Below is the call stack. You can see...

 

Unwanted .Net framework dependency  Replies (3) 13 January 2006
Somehow my application has developed a dependency on the .Net framework. It is a C++ app built much the same as one would have with Visual Studio 6. We were happily using Visual Studio ....

 

update/insert with microsoft.xml.xquery(.net2.0bet ...  Replies (1) 13 January 2006
update/insert with microsoft.xml.xquery(.net2.0beta) can anyone provide an example of how to update/insert with microsoft.xml.xquery?...

 

Problem with .NET 2.0 with Visual Studio.net 2003  Replies (1) 13 January 2006
I have installed .NET 2.0 framework recently and getting a crash problem when I tried to debug a mixed code(managed and unmanaged) application by enabling "Mixed" in the debugging properties of th...

 

NET2: Bug in TableAdapter Query Code Generator  Replies (1) 13 January 2006
There appears to be a bug in the code which (re)generates the command text for queries returning a table field in .NET 2. 1) Create an sql table 2) Create a TableAdapter for the the table in #1 3...

 

.NET 1.0 and/or 1.0 hotfix messing with 1.1 applic ...  Replies (1) 13 January 2006
I've been trying to remotely assist a user who is encountering the infamous "Fatal Execution Engine Error (0x7927baca)" problem when invoking our .NET 1.1-based application. The system in questio...

 

.NET 1.1 Service Pack 1 installation problem on Se ...  Replies (1) 13 January 2006
Hello, we have a major problem with our .NET app at one of our customers. The server runs on Windows Server 2003 Enterprise Edition x64. We cannot install the Service Pack 1 for .NET 1.1. The set...

 

Impossible? Who called the Method?  Replies (2) 13 January 2006
Hi, How can I know inside a given method, by which method it was called? For instance: I have two property's (Prenom and Nom), both call the Method PropertyChangedHandler(). How Can I know if ...

 

About the Language property  Replies (1) 13 January 2006
Hi, I'm trying to provide my components and applications of multi-language features. I've found the Language property in Form class and other sontainers such as UserControl, but help does'nt h...

 

urgent!!! Problem opening solution file in Visual ...  Replies (1) 13 January 2006
Hi all, We are facing this big problem. Scenario is as follows. We have one single solution (say EIS) under which there are 25 projects. All the files are saved at a central location under Vis...

 

Thread: Thread.Abort() and SmtpMail does not work ...  Replies (2) 13 January 2006
I am making a windows-service in C#.NET 1.1 (that altso should be possible to run as an application for testing). The service shall do some work and sleep between each time the work is done (th...

 

ConfigurationManager, user settings and applicatio ...  Replies (1) 13 January 2006
Hi, I'm looking for a way to save 2 lots of information from my C# application. I want to save information specific to the current user (such as colour settings, non-essential data) and informatio...

 

Unable to cast COM object of type 'System.__ComObj ...  Replies (1) 13 January 2006
This problem is driving me up the wall. I'm using .NET 2.0 and VS2005 to work with some of the Windows Media Format SDK through p/invoke I've created the appropriate interfaces I need and deco...

 

How can I get the Region for non-unicode program?  Replies (1) 13 January 2006
inside Regional and Language Options, How can I get the Language for non-unicode programs? GetLocaleInfo() seems not work for this, thank you very much...

 

Release Enterprise Library Frame 2.0  Replies (1) 13 January 2006
Hello, Microsoft announced that the Enterprise Library will be released mid January 2006. What will be the exact Release Date? best regards Volkhard Vogeler...

 

FileStream Encrypted Impersonation Problem  Replies (1) 12 January 2006
Object of the excersize: I have a service that needs to connect to securly to remote sevices. I need to be able to store the login information for the remote services in a secure manner. To...

 

What's the difference between the DirectX control ...  Replies (1) 12 January 2006
What's difference between the two? How do I know when to use which one? TIA - Jeff....

 

Invoking Windows Services  Replies (1) 12 January 2006
Hi, Any help would be appreciated. I have come across an Architecture (not implemented) in my Enterprise, that has a Windows Service (A) written on VB COM that has to talk to another Windows Se...

 

Instantiate Shell.Explorer.2 at runtime for a web ...  Replies (1) 12 January 2006
want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Window...

 

where does Microsoft.Xml.Xquery live?  Replies (1) 12 January 2006
where does Microsoft.Xml.Xquery live? where does Microsoft.Xml.Xquery live? all i can find is a copy of it in the sample project: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/...

 

Instantiate Shell.Explorer.2 at runtime for a web ...  Replies (1) 12 January 2006
I want to create a custom user control to be used in a web page (by object tag) as an assembly. The user control needs to have a web browser control in it. Having tried with the managed System.Wind...

 

Drag-n-Drop GAC Assbembly Issue  Replies (1) 12 January 2006
I recently have lost the ability to drag-n-drop assemblies into the GAC. i can still use the gacutil to register dll's to the GAC but when i drag the dll over to the folder, i get the "can't move" ...

 

cannot install .net framework (any version)  Replies (1) 12 January 2006
am having one hell of a time trying to install/uninstall (and vice versa) .net framework (any version 1.0, 1.1, 2.0) on a laptop running xpsp2. it all began when doing windows updates and the .ne...

 

RegEx  Replies (1) 12 January 2006
I have the following regular expressions: Regex.Replace(someString, "[\x0A\x0D]", ""); //remove carriage return line feeds Regex.Replace(someString, "\\s{2,}", " "); //replace multiple spaces ...

 

Regular Expression Irregularity  Replies (1) 12 January 2006
Okay, so I got really good at writing regular expressions using the Visual Studio find/replace dialog box, then I went to go use some of them in my code and discovered that they don't work. Reason? ...

 

DataGridView "HideSelection"  Replies (1) 12 January 2006
I'm just now getting around to playing with the DataGridView and I'm using it in non-bound mode (adding my own rows for the user to edit). Is there any way to hide the selected cell/row when the ...

 

Http web request error when trying to consume a we ...  Replies (1) 12 January 2006
Hi, I had written an application in .Net 1.1 to consume a webservice. Recently we converted the project to .Net 2.0. After the conversion to .net 2.0 the application does not work anymore....

 

How to get total record count from SqlDataSource o ...  Replies (1) 12 January 2006
Is any method or other function to get total record count from SqlDataSource or Gridview ? ps: Framework 2.0 , ASP.NET 2.0...

 

Writing to the APP.CONFIG file  Replies (2) 12 January 2006
How would I write or update a key in a section of the APP.CONFIG or my application's.EXE.CONFIG file?...