Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score Viewing another applications WndProc (like spy++)
JahMic - 10 Jun 2006 1:03 PM - 2 messages
I would like to monitor other applications WM_ACTIVATE messages.  In win32, this involves a bit of tricky coding involving hooks.  But how to do this from a .NET application? Also, please note, I want to monitor all applications not just .NET ...
Score ImageMap frmework 1.1......
jpm - 10 Jun 2006 9:32 AM - 1 message
hi, where can i find an assembly(VB) which use ImageMap with FrameWork 1.1 ? many thanks, jpm ...
Score Where is Page.RegisterClientScriptBlock Available?
Nathan Sokalski - 10 Jun 2006 5:19 AM - 10 messages
I have used the RegisterClientScriptBlock method in external functions of mine (ones that are saved in a separate *.vb file), where I use them as follows: Public Shared Sub MyFunction(ByVal txtbox As TextBox)     'other code     txtbox.Page.RegisterClientScriptBlock("mykey","myscript") ...
Score about [SuppressUnmanagedCodeSecurity]
Lloyd Dupont - 10 Jun 2006 2:57 AM - 3 messages
I'm not exactly sur in which context it is valid / usefull. For example will it suppres the stack in the following sample below when using the ScreenGraphics class? (i.e. I wonder if it will work even if it is not applied to the Gdi32 class, ...
Score Sending Email Through Exchange With Framework 2.0
DORIS - 9 Jun 2006 10:51 PM - 4 messages
I have a web app in C# 2.0 that needs to send email through exchange. I can't use SMTP because I need to keep a history of what is sent. I used MAPI in the past with 1.1 will that still work or is there a better way? ...
Score ClickOnce doesn't include data files
Steve Teeples - 9 Jun 2006 10:51 PM - 5 messages
I have an application that I'd like to deploy via ClickOnce from a NETWORK share server.  I've walked through the wizard and deployed the application, but when I run the app all of my data files are missing.  I have XML, TXT and ...
Score IronPython & Windows Forms
fuzzyman - 9 Jun 2006 9:12 PM - 1 message
Hello all, IronPython [ [link] ] is a great dynamic language for the .NET platform (and also works well on Mono). As well as being a great language, Python brings rapid application ...
Score Language detection
Michael Brown - 9 Jun 2006 8:27 PM - 4 messages
Hi there. I need to detect what languages are supported by an application using the VS automation IDE (for a VS add-in). Unfortunately, I can't seem to find any clean way of doing this other than searching for all (embedded) ...
Score Passing parameters to a windows service
basulasz - 9 Jun 2006 6:44 PM - 4 messages
Is it possible to pass a parameter to a "running" windows service on background? I am developing a program such the in a random manner some entries are being added to MSMQ Queues. The windows service application have to work when an entry added to a queue. How can i invoke such a a service? ...
Score Can you develop dotnet app's in Windows Media Center?
dee - 9 Jun 2006 5:11 PM - 7 messages
Hi Can you develop dotnet app's in Windows Media Center? ...
Score Case-Insensitive SortedList Keys
Alex Maghen - 9 Jun 2006 4:25 PM - 2 messages
Boy, the documentation for creating a SortedList whose text-based key will be case-insensitive is impossible for me to understand. I want to create a SortedList where the KEY for every element will always be a String and where a lookup on that SortedList (SL["Xyz"]) will be ...
Score Remoting TCP vs HTTP
techy - 9 Jun 2006 4:04 PM - 5 messages
hi guys i want to discuss about pro and cons of  using tcp in remoting and i would like to see if all techies share their practical experience on this group thanks in advance ...
Score remoting error
techy - 9 Jun 2006 3:06 PM - 1 message
i have used single call pattern in remoting i am accessing microsoft accesss database through that proxy object - some times it gives the error  ' c:\windows\system32\123.mdb' is not a valid system path . verifiy the path my database is on the server why this error is occuring ...
Score Programmatically analyzing IL code
robert_m_hooker - 9 Jun 2006 3:00 PM - 8 messages
Hi All, I'm attempting to write a very basic 'Assebmly standards & policies checker' for in-house use. This tool would open an assembly, and scan it for a handful of specific conformance issues we need to adhere too. ...
Score Unable to make a project exe
Samuel Shulman - 9 Jun 2006 1:53 PM - 2 messages
The project (from Sybex) is a class library (dll) and I can't change the settings to make a stand alone (exe) Any suggestions why? Thank you, Samuel ...
Score Xml deserializitaion trouble ... Please advise
Nikolay Anestev - 9 Jun 2006 11:22 AM - 2 messages
Hi all. I have the following xml content: <?xml version="1.0"?> <_ARRAY LangCode="2">     <LABELS Count="4">         <code>Code</code> ...
Score Accessing private assembly from shared assembly
utanka - 9 Jun 2006 10:24 AM - 2 messages
Hi, I have a private assembly from a third party vendor which is not signed with a strong name and for which i dont have the source code. So can I: a. access that assembly from a shared assembly(may be by using ...
Score Remove Class Attribute with Reflection
Philip Limbeck - 9 Jun 2006 6:44 AM - 3 messages
Hi, I am currently stuck with a problem concerning reflection. We have to remove a Custom class attribute from an instance before giving the instance to another subsystem. Is this possible using Reflection ? I know one can get the Custom Attributes ...
Score Enumerating drivers
Peter Schmitz - 9 Jun 2006 5:02 AM - 2 messages
Hi, how can I programmatically (in any .net language) receive a list of all network drivers bound to a network adapter? (I need to check if some specific driver is bound to the adapter - and then possibly (de)activate this one). ...
Score asp.net wildcard application maps
Guoqi Zheng - 9 Jun 2006 4:34 AM - 1 message
Dear Sir, I would like some file extensions on my application to pass asp.net. Most of them are .htm or .jpg or some self made extension. So I added aspnet_isapi.dll to the Wildcard application maps. After that, many things ...
Score Parsing POP3 'LIST' output
aleko.petkov - 9 Jun 2006 2:35 AM - 2 messages
Hi I am trying to get the message IDs returned by the LIST command into a string list. For example, given the following input string: +OK 5 Messages( 4099 octets ) 1 9163 2 6962 3 8953 produce { "9163", "6969", "8953" }. ...
Score Direction of path separators in msbuild scripts
chriso - 9 Jun 2006 12:34 AM - 1 message
I haven't really seen anything that says you must do it one way or the other, but it seems like the exclude attribute doesn't work if you specify your path using / instead of \ Here's a quick example ...
Score Reading - Parsing Records From An LDAP LDIF File In .Net?
jeangv - 8 Jun 2006 10:02 PM - 1 message
Reading - Parsing Records From An LDAP LDIF File In .Net? I am in need of a .Net class that will allow for the parsing of a LDAP LDIF file.  An LDIF file is the standard format for representing LDAP ...
Score Connection timeout
eric.goforth - 8 Jun 2006 8:09 PM - 3 messages
Hello, I have a connection string that looks like: "SERVER=MyServer;DATABASE=MyDatabase;UID=Myuser;Connect Timeout=900;" However, when I try to run the following, it times out after MUCH less than 15 minutes:     Private Sub RunUpdateTransaction(ByVal UpdateSQL As String, ByVal ...
Score Windows Form Application Authentication in .NET 2.0
suresh.csharp - 8 Jun 2006 7:01 PM - 3 messages
Hi,   I am trying to implement ActiveDirectory Authentication for Windows Form Application in .NET 2.0. I am not getting much help regarding WinForms with ActiveDirectory, but most of the information telling about ASP.NET with Active Directory. Can any one please point me to the right information. ...
Score Visual Studio 2005 Post build event fails when updateing assemblies in DEVPATH folder
sanjeevkkapoor - 8 Jun 2006 4:15 PM - 1 message
We are using the DEVPATH environment variable in combination with developmentMode in the machine.config in order to reference all assemblies from a common location. A post build event copies the target assembly for each project into the DEVPATH folder. ...
Score ReflectionOnlyLoad Issues
thilbert - 8 Jun 2006 4:10 PM - 1 message
I have a problem that is somewhat perplexing.  I am developing a plugin framework for a third partly application.  The third party's development team has modified the software to call into my plugin to initialize it (they will go no further in development as none of their ...
Score JulianCalendar.GetDayOfYear returns unexpected results
RobertAA - 8 Jun 2006 3:39 PM - 3 messages
I'm trying to use the System.Globalization.JulianCalendar.GetDayOfYear method and I'm not getting what I expect. If I pass it "06/07/2006" it returns 145 instead of the expected 158. If I pass it "01/01/2006", it returns 353 ...
Score Using SMO with Oracle?
Scott - 8 Jun 2006 3:28 PM - 2 messages
All, Microsoft has Sql Server Management Object (SMO) for use with Sql Server databasess; is there something simliar for using ADO.NET with an Oracle database? Thanks in advance. ...
Score Problem using TcpClient - A connection attempt failure
Farrukh Hassan - 8 Jun 2006 2:19 PM - 2 messages
I have a client appliction (BizTalk Adapter) accessing an external application using TcpClient. Client Application can have multiple instances running at the same time. With few instances working simultanously (6/7) following error is coming (not constantly, however most of the time): ...
Score Program stuck when removing row from DataTable
Dagan - 8 Jun 2006 1:46 PM - 2 messages
Hello I have built a DataGridView that its data source is binded to a DataTable after adding it 200 rows I try to remove the first row and the program stuck, What could it be???? Thanks. ...
Score What is the replacement for VSA ?
herbert - 8 Jun 2006 1:29 PM - 4 messages
I've done plenty of code using VSA two years ago. Now VS.2005 tells me VSA is obsolete, however no hint where to go. What is the replacement? CodeDom? Users of my application can enter VB.NET scripts which are executed on the ...
Score Package MSI
David - 8 Jun 2006 12:22 PM - 1 message
Bonjour, Je voudrais savoir si mon package MSI peut lancer automatiquement un caspoll.exe sur le répertoire dans lequel j'ai installé mes dll. Merci. ...
Score .Net DLL Configuration File
mycatisginger - 8 Jun 2006 12:18 PM - 1 message
I have a .Net DLL with a COM-Callable wrapper which is called by an MSMQ trigger. I am trying to implement logging in this DLL using the My.Application.Log class, and for this I need the the DLL to load a ...
Score Toobar Text not visible
FMEAman - 8 Jun 2006 12:13 PM - 1 message
I have a problem where the toolbar text on buttons is not visible. This was reported by a user with Chinese Windows XP. Otherwise, this problem doesn't appear elsewhere. Is this a unicode issue? BTW, I had the same problem with Windows 98 in English and "solved" that ...
Score About Windows Services
Water Cooler v2 - 8 Jun 2006 11:35 AM - 5 messages
I want to run a service at the background but also provide some user interface for editing some configuration options. In this regard, my questions are: 1. Can a Windows Service have a UI along with it? 2. Can I associate a NotifyIcon (systray icon) with a Web service? ...
Score Calculating Interest Payments?
Charles A. Lackman - 8 Jun 2006 3:12 AM - 3 messages
Hello, I am looking for assistance (or a control - Loan Calculator) that will calculate monthly payments. Here is an example of what I am looking for (a formula would work great). 7.25% for 48 Months Purchase Price:                  170,777.64 ...
Score Call extended stored procedure programatically?
TJ - 7 Jun 2006 9:51 PM - 2 messages
Hi, C# / .NET Framework 1.1 I would like to query extended stored procedure like stored procedure... However, I found that CommandType property does not have Extended Stored Procedure value..... I tried something like.. SqlConnection con = new SqlConnection(....); SqlCommand command = new SqlCommand('xp_blahblahblah", con); ...
Score How to correctly skip executiong of .aspx from a HTTP module
Gabriel Lozano-Morán - 7 Jun 2006 9:41 PM - 1 message
Here is my problem description: We have a Java Portal from there a user can click on a certain aspx page. There is some kind of authentication mechanism that can be compared to a challenge-response authentication where a Java Servlet asks me for something ...
Score Converting File Formats (Unix to Windows)
VC - 7 Jun 2006 9:35 PM - 7 messages
Hi, Greetings. Not sure if this is the right forum..... In case I should visit some other forum please let me know. Does Dot.NET provide a quick method/way to convert a UNIX text file to DOS format? Cheers!!! ...
Score Impossible to use the attributes StringValidator/RegexValidator to ensure length of string
Gabriel_Lozano-Morán - 7 Jun 2006 7:19 PM - 1 message
When creating your own configuration section it's not possible to enforce a specific length for a specific property. Eg:    1:      public class CryptoSection : ConfigurationSection   2:      {   3:          #region Construction   4:      5:          public CryptoSection()   6:          {   7:          }   8:      9:          #endregion  10:     11:          #region Properties  12:     13:          [ConfigurationProperty("decryptionKey", IsRequired = true, IsKey = false)]  14:          [StringValidator(MinLength = 24, MaxLength = 24)]  15:          public string DecryptionKey  16:          {  17:              get  18:              {  19:                  return (string) this["decryptionKey"];  20:              }  21:              set  22:              {  23:                  this["decryptionKey"] = value;  24:              }  25:          }  26:     27:          #endregion  28:      } ...
Score Replacement for scripting engine
rharter - 7 Jun 2006 6:57 PM - 1 message
We are using Visual Scripting for Applications in one of our applications. I checked the 2005 documentation and all the interfaces we are using are obsolete. What do replace the functionality with? Can someone point me to some articles and examples on what needs to be done for VS 2005? ...
Score FileSystem.GetDirectories
Mary Ann Kingry - 7 Jun 2006 6:47 PM - 3 messages
Does anyone know in what order the directories will be returned? (i.e. alphabetically or in date order) Thanks ...
Score Need suggestions: integrated browser in Explorer
Peter Franks - 7 Jun 2006 6:24 PM - 1 message
I'm working on a team project that requires providing the capability to allow the user to browse for some non-filesystem-based data.  In addition to that data, the application also supports opening filesystem-based data. Some on the team want to just create a new dialog for the ...
Score DataTable.ImportRow question
kempshall - 7 Jun 2006 6:02 PM - 2 messages
Hi, I have a question about the .NET DataTable.ImportRow method. If I import a DataRow into an empty DataTable, will the empty DataTable pick up the schema of the DataRow I'm trying to put into it? For example, I ...
Score ASP.Net Framework 2.0 not showing up as an IIS property page
Blasting Cap - 7 Jun 2006 5:05 PM - 5 messages
I have installed (and un-installed, and reinstalled) framework 2.0 on a Windows 2003 server.  I still cannot get the property page to come up on it. When I run aspnet_regiis -lv on the 1.1 framework folder, I get this: ...
Score Case sensitive search in the combobox [.Net 2.0]
Raj Kumar - 7 Jun 2006 4:46 PM - 2 messages
Greetings! I am using a combobox bound to a list of items. The AutoCompleteMode is set to SuggestAppend and the AutoCompleteSource is set to ListItems. The list has items like \\lastname and \\LastName. The control's display and value member ...
Score Best practice for sharing code between ASP and Winforms apps?
JDC - 7 Jun 2006 4:44 PM - 7 messages
Hi all, I've got a situation where I need to create a Windows Forms application as an admin tool which is driven by the same data as an ASP.NET application. Luckily my 3-tier-ish design means my data and business objects will ...
Score ActiveX and Byte Alignment
Rainer Budde - 7 Jun 2006 3:47 PM - 1 message
Hi, i´m using an ActiveX Object which provides several methods, properties and one structure. I can access to all Methods, Properties but if I access to the structure (Called "InfoBlock") i´ll get the exception "Invalid access to ...
Score Déployement compliqué...help!
David - 7 Jun 2006 2:24 PM - 2 messages
Bonjour, J'ai développé une dll (un objet COM plus précisément) sous Visual Studio 2005 et je dois l'installer  sur un poste client ne possédant pas le framework 2.0. Le poste est en Windows XP SP2 tout simplément. ...
Score Datagridview repositioning rows automatically
Raj Kumar - 7 Jun 2006 2:01 PM - 2 messages
Greetings! I am using a Datagridview bound to a custom collection [IBindingList] and it shows three columns- one is DataGridViewCheckBoxColumn and other two are DataGridViewTextBoxColumns. The list of the items is displayed in the datagridview and I start checking the DataGridViewCheckBoxCells. As I do so ...
Score Emitting a Generic Type that has a Generic Base Class
Patrick - 7 Jun 2006 1:25 PM - 2 messages
Hey... I dont know if its possible but i'm trying to emit a class that would look like this The Base class commes from the code: public class BaseClass<T> { // Whatever implementation... } I want to generate a child class that looks like this: ...
Score Unable to pass Dictionary class instance over Webservice
Niranjan - 7 Jun 2006 12:43 PM - 3 messages
Getting serialization error. The class implements ISerializable. Is there any resolution to this. thanks Niranjan ...
Score Referring to Session in a Class
page77.office - 7 Jun 2006 12:14 PM - 2 messages
Trying to use Session(vars) in a Class so I can persist their access across, mypages for the session.  File is Class1.vb In a WebForm 'Session' is available but in a Class it is not I have to ...
Score Local Report with Object DataSource: BindingList in Table?
Pieter - 7 Jun 2006 11:31 AM - 2 messages
Hi, I'm using VB.NET 2005 with a Local Report, and I used an Object as DataSource. The problem is: this Objects contains a Generic List (MyArticles, Inherist from BindingList), which contains other objects (Articles). I want a list of ...
Score Enterprise Library Configuration failure
Hodge - 7 Jun 2006 10:58 AM - 2 messages
Logger.Write fails with the message :- "The entry 'Category' has already been added. (C:\\inetpub\\wwwroot\\SIMWebClient\\web.config line 152)" string Source "System.Configuration"    string line 152 is the <add line in   <loggingConfiguration tracingEnabled="true" ...
Score TypeLoadException when using GetTypes()
Dan.Handevik - 7 Jun 2006 9:53 AM - 1 message
Hi, I get an exception when I reflect a type that is a generic type and inherits from ContextObject. The generic context type         public class MyContext<T> : System.ContextBoundObject {} and the test (in the same assembly) ...
Score No of Appdomains created..
BabuLives - 7 Jun 2006 9:27 AM - 3 messages
If i open a exe created in .Net,say 5 instance so how many appdomains will be created??? Thanks in advance.. Regrads, Satheesh ...
Score Another DataGrid Problem
chook.harel - 7 Jun 2006 7:52 AM - 4 messages
Hi, I have another problem with my datagrid I used the dataSet to retrieve certain columns from the db, one of them is the unique index of the row. but, i don't want the user to see this column, as it means nothing to ...
Score Problem in IE automation upon Deployment
Nitin Mittal - 7 Jun 2006 6:02 AM - 1 message
Dear Sir I have a created a Web Service that uses ShDocVw.Dll and Microsoft.mshtml.dll for IE automation. For the development I am using VS 2005 installed on Windows 2000 Professional System. In my application, I use IE instance to navigate to certain site. This application runs fine on the VS ...
Score Reference Set or Copy?
bern11 - 7 Jun 2006 3:15 AM - 2 messages
I have a picturebox with an image loaded.  I convert it into a bitmap, lock the bits, re-arrange the graphics, unlock the bits, and re-assign the bitmap to the image with: picturebox1->image = myBitmap; Everything works great! ...
Score How to deploy this .net dll to staging?
Loke Kit Kai [MVP] - 7 Jun 2006 1:17 AM - 16 messages
Hi, desperate for help here.... I have develop a .net assembly that is supposed to run in IE, to allow SharePoint to call Microsoft Office Document Imaging up to edit some tiff files. On development machine, I manage to get this to work, with the assembly ...
Score .NET Framework 2.0 Configuration
Mike Oliszewski - 6 Jun 2006 11:44 PM - 8 messages
Can someone tell me where to find this on a non development development system.  According to: [link](VS.80).aspx There should be a %Systemroot%\Microsoft.NET\Framework\version Number\configwizards.exe in .NET 2.0 as well as 1.1, but it clearly doesn't ...
Score DateTime.ParseExact weird behavior
Nick Chakarov - 6 Jun 2006 11:36 PM - 7 messages
Here is the problem I discovered resently. Any idea how to go around? in order to repeat behaviour the date has to be between 1 and 9. No problem with 2 digits date. Let's assume it is June 6, 2006 ...
Score MSBUILD: how to find out current folder of imported file
Sajjad Akhter - 6 Jun 2006 11:20 PM - 5 messages
Hi, Issue at hand is that i want to have common build scripts, but people may be multiple version (source trees) on single machine. How can i traverse parent tree. so what i thought is that i would put ..\env.Build file ...
Score Setup file looking for wrong .NET framework.
asadikhan - 6 Jun 2006 7:42 PM - 3 messages
I had v1.0, v1.1 and v2.0 of .NET framework installed on my laptop and that was causing me a lot of grief. So I uninstalled v2.0 and pressed on with developing stuff in v1.0. Everything was great. I wrote a whole ...
Score DefinePropery with instance keyword...
Patrick - 6 Jun 2006 6:35 PM - 4 messages
Is it possible to Define a property with the TypeBuilder and having the IL code definition use the instance keyword... seems like code generated with the compiler shows this keyword and when i build my own types they dont have ...
Score Set focus inside a repeater
CGW - 6 Jun 2006 6:19 PM - 8 messages
I'm using a repeater for editing, but having a devil of a time setting the focus to a textbox inside the repeater. Does anyone have an example of how to do this? ...
Score GetCustomAttributes(true) not working when on an overriden Propert
Patrick - 6 Jun 2006 5:28 PM - 2 messages
Hello, I just found out that if i have this code public class A {      [MyAttribute()]      public virtual int MyInt { get { return 1; } } } public class SubA : A {      public override int MyInt { get { return 2; } } ...
Score system.io.filenotfound - Runtime
Lee - 6 Jun 2006 3:45 PM - 4 messages
I get the error system.io.filenotfound logged in the application event log when my .NET 2.0 application runs. I compiled the application using NGEN which compiled successfully without any errors. How can I determine the path/name of the missing file? ...
Score Embedding a resource at runtime
Dave Brown - 6 Jun 2006 3:31 PM - 13 messages
Hi there. Does anyone know if it's possible to embed a new resource into an assembly at runtime as well as update an existing (assembly) resource. Any assistance would be appreciated. Thanks. ...
Score Cancel Constructor (Me = Nothing)
Pieter - 6 Jun 2006 3:20 PM - 9 messages
Hi, Most of my Objects have a constructor like this "Public Sub New(ID as Integer)". But when this ID isn't valid, I end up with an instantiated object, that doesn't contain values. Is there a way to kind of cancel the constructor ...
Score Configuration problem depending on startup method
erikjblair - 6 Jun 2006 3:08 PM - 2 messages
Hi all, This is a little in-depth, so bear with me.  I have a client application that uses the MS Config App block.  Everything works as expected under normal circumstances and the ConfigManager is able to read items without problem when simply running the app. ...
Score windows app to retrieve data from asp.net
Teresa - 6 Jun 2006 3:05 PM - 4 messages
I have an ASP.NET Web App that generating some files in realtime and it does a bunch of other processing stuff.    The user then will launch a desktop Windows App to print the files that were generated from the ASP.NET Web App.  ...
Score Hi, how do I create a partial trusted sandbox of an embedded scripting engine (IronPython for exampl
Li-fan Chen - 6 Jun 2006 3:01 PM - 1 message
Hi, I'd love to enable the writing of custom scripts by users. The main purpose is to do smart merge tags for a mail merge. Each such smart merge subroutine will add an additional dimension in transforming the looked-up substitution value. ...
Score Click Once - Additional actions on file download
Strider - 6 Jun 2006 1:36 PM - 3 messages
Hello all. I have an application that will be deployed remotely on tablet pc's. It uses SQL Server Express for storing it's data. I am planning on deploying the application using click once but I need to make sure first that it provides me with certain features I cannot live ...
Score hosting controls in IE, best practice for disposing of memory?
Kristopher Wragg - 6 Jun 2006 1:28 PM - 1 message
Hi, I'm currently looking into an issue I've noticed with the .Net framework and hosting controls in IE.  We have a webpage which has 2 frames, the topbar frame hosts a .Net control that acts as a client and ...
Score Problem with DirectorySearcher.FindAll()
barbutz - 6 Jun 2006 1:15 PM - 2 messages
Hi, I have a method which retrieves all users from Active Directory 2000. The problem is that i don't get all the users but only 1000 users. I've changed the search query limit from the AD itself to 20000 - via the Group ...
Score BadImageFormatException on framework 64 bit
Rudy - 6 Jun 2006 1:11 PM - 4 messages
My application uses a win32 DLL (unmanaged code) and it works well with .net framework 32 bit. Now I'm testing it with .net framework 64 bit on a pc with windows XP 64 bit and as soon as the application start I get this error when ...
Score Invalid postback or callback argument
Matt MacDonald - 6 Jun 2006 12:54 PM - 1 message
Hi all,   I know this question has been posted all over the place, but it doesn't look like there are any definative answers, especially for the scenario I am using. I have a site with a masterpage.  In the header of the masterpage, there is ...
Score Issue with multiple GUI threads on .NET 1.1
Alexei Adadurov - 6 Jun 2006 11:56 AM - 2 messages
Hello! I am writing a desktop application that uses multiple GUI threads to interact with the user. Secondary GUI thread creates a main form for this thread, having application's main form as its parent and calls System.Windows.Forms.Application.Run() with this newly created form. ...
Score Enterprise Service Launch and Access Permissions
deepforest - 6 Jun 2006 9:18 AM - 1 message
Hi, How can I grand Launch and Access permissions only to several users or groups of my .NET Enterprise Services Server Application (DllHost)? I understand that COM+ uses DCOM security mechanisms, and that DCOM is actually checks Access and Launch permissions. But unfortunately, I can't see ...
Score fuslogvw question
gs - 6 Jun 2006 5:21 AM - 4 messages
what do the first and last log entries below mean? what do I have to do? LOG: Where-ref bind Codebase does not match what is found in default context. Keep the result in LoadFrom context. LOG: Binding succeeds. Returns assembly from ...
Score System.DirectoryServices and WinNT provider
Trevor Lawrence - 6 Jun 2006 5:14 AM - 3 messages
I am trying to clean up the remnants of an old NT4 domain and am trying to create a DirectoryEntry object referring to an NT4 group via the WinNT provider.  That part works fine, but I cannot find a way to get the ...
Score Unable to get service to install automatically with custom actions
Bill Faulk - 5 Jun 2006 11:52 PM - 3 messages
I have not been able to determine why my installer package will not execute the custom actions that create the windows service when my service is installed. I even stuck a service notification message in the ProjectInstaller code and see nothing to indicate it is being executed. ...
Score print selected pages from print preview
Daniel - 5 Jun 2006 9:47 PM - 2 messages
Hello Everyone, I have to generate all the pages, because at run time we do not know which records will be on each page since the report is databound, but how can I send only selected pages to the printer? ...
Score Error CS0007
ajayk_goel - 5 Jun 2006 8:49 PM - 1 message
All the files referenced are there in the  respective folders. The detailed log: c:\windows\system32\inetsrv> "c:\windows\microsoft.net\framework\v1.1.4322\csc.exe" /t:library /utf8output /R:"c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\sys­tem.drawing.dll" ...
Score When do you call DataGrid.DataBind()
Water Cooler v2 - 5 Jun 2006 8:44 PM - 10 messages
Sometimes, you call DataGrid.DataBind() after doing a DataGrid.DataSource = DataSet (or reader) and sometimes you don't. When is it that you have to call DataBind on the datagrid and when is it not necessary? Why is there the difference? ...
Score Problem with Dictionary<T,U>.Keys enumerator returning invalid keys
Brian Richards - 5 Jun 2006 7:21 PM - 3 messages
I'm experiencing some wierd behavior with a Dictionary<T,U> class using foreach loops, such that the Key returned in the foreach is not contained in the dictionary. code: Dictionary<A, B> dict; ..... foreach(A key in dict.Keys) ...
Score How to intercept IP packet from an application ???
simtouch - 5 Jun 2006 7:19 PM - 9 messages
I actually need to develop a Firewall. What i want to do is intercept all the IP packets generated by an application running in the same machine as my firewall application. Do you know how to intercept the IP packets. Thank you very much for your help ! ...
Score Form resource files
Dave Brown - 5 Jun 2006 6:45 PM - 1 message
Hi there. I apolgize for posting this again (from June 2nd) but I've been researching for many days now with no success. I have an app that will be reading arbitrary ".resx" or "resources" files passed on the command line ...
Score what happen to microsoft.public.dotnet.framework.interop
gs - 5 Jun 2006 5:57 PM - 4 messages
can't find the group microsoft.public.dotnet.framework.interop.  I even tried searching by interop. has it been renamed or merged? ...
Score re-installing SDK 2
gs - 5 Jun 2006 5:42 PM - 1 message
Looks like my SDK 2 has been corrupted, what should I watch out for before I uninstall sdk2?  I have installed visual studio 2005 express, VB and c#. I also have some .net com class built. ...
Score Static and non static functions
Alejandro - 5 Jun 2006 2:27 PM - 4 messages
Is it possible for a class to have a function available both as static and as instance function? ...
Score Remove unused methods and properties from the assemblies.
srikanth.tv - 5 Jun 2006 2:25 PM - 2 messages
Hi,              My application is splitted into more than one assembly. And I want to clean up the methods which are not called or not used among any of ...
Score Displaying video/images on 2nd monitor
Tom - 5 Jun 2006 12:35 PM - 3 messages
I want to create an application (.NET C#) to run on a laptop with XP which will allow me to select an image or video on the 1st monitor (I.e.. the laptop's LCD screen) and for that selected item to be displayed in full ...
Score Assembly redirection: Publisher Policy
Nonnie - 5 Jun 2006 12:28 PM - 1 message
Hello, I'm trying to create a publisher policy file for assembly redirection but still my application is not able to load the assembly for which the created the policy. Here are the steps I followed: 1. Create policy xml file: myassembly.dll.config ...
Score DataGrid/DataSet programmer help is needed
chook.harel - 5 Jun 2006 10:53 AM - 6 messages
Hi there, Until today I was working with listviews... but now i need to start working with the DataGrid object to show data from my SQLMobile tables. I would really appreciate if someone could contact me on MSN messanger: chook***@hotmail.com ...
Score how to recognize a new WMI instance ?
liorhal - 5 Jun 2006 7:32 AM - 1 message
hi, i need my client to do something everytime there is a new wmi instance from a certain .net provider i created. is there an async way to recognize it ? i tried ManagementObjectSearcher.get(ManagementOperationObserver), but it only recognized already existing instances ! ...
Score Fuslogvw.exe
gs - 5 Jun 2006 6:21 AM - 6 messages
I have install visual studio 2005 express visual basic  and c#.. I was trying to make use of  Fuslogvw.exe to diagnose problems in an assembly.  I was able to use the com class assembly in one version of c style software ...
Next »