Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score aspnet user
mrsh - 29 Jul 2006 8:22 PM - 3 messages
as we know The .NET Framework runs all ASP.NET processes under the local ASPNET account. is there anyw ay that I can change the user and instead of a local user use a Domain user ? thnx Mahmoudreza ...
Score Enterprise Library 2.0 installation problem
RLoski - 29 Jul 2006 7:26 PM - 3 messages
I have tried to install the Enterprise Library 2.0 on my machine with VS 2005 Standard.  I get the first welcome screen, hit next and get a "Fatal Error" "Installation ended prematurely because of an error."  I cannot find any ...
Score Testing for invalid characters when creating a directory?
Dave - 29 Jul 2006 7:25 PM - 3 messages
Is there an easy way to test a directory name for invalid characters before trying to create that directory?  I know how to get a character array of invalid characters (Path.GetInvalidPathChars) but do I have to go to all of ...
Score Intra-thread lock
cj_junktrap - 29 Jul 2006 5:52 PM - 7 messages
Hi Is there something like an intra-thread lock?  I'm trying to prevent re-entrant code, and the lock statement will only prevent one thread from entering the critical section while another thread is in it - since my code is triggered by a gui event, it's not impossible that it ...
Score Convert asynchronous to synchronous
cj_junktrap - 29 Jul 2006 5:47 PM - 3 messages
Hi I have a method which I want to present as a synchronous call - you pass in your parameters, and the result as a return value.  But within that method, I need to spin off a thread, wait for it to finish doing ...
Score DataGridView Help
Taoge - 29 Jul 2006 2:16 PM - 6 messages
DataGridView bind to DataSet which read data from a XML file, when I edit the cell value and save back, it's ok; but when change the cell value programmaticlly, the value can not save back to XML file. Help , please! ...
Score How to track Form.WindowState changes?
Lloyd Dupont - 29 Jul 2006 11:30 AM - 3 messages
Apparently there are no event associated with a change of the form's WindowState property. How do I know when my windows has been miniaturized? ...
Score Could not create Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=
alanwo - 29 Jul 2006 9:31 AM - 6 messages
Hi Expert, I am the fan of VB My.Application.Log. When I create a new project, it works but after some times  My.Application.Log.WriteEntry nno longer work. Exception is enclosed: Could not create Microsoft.VisualBasic.Logging.FileLogTraceListener, ...
Score MSBuild heirarchy of projects like corext
jrett - 28 Jul 2006 9:36 PM - 3 messages
I'd like to use msbuild to build on a heirarchy of projects, based on the directory structure of the sources like CoreXt does. Is there a good way to do this? I'd like to have some folders where external libraries are located, and some ...
Score Possible VS2003 c# compiler bug: error CS0584: Internal Compiler Error: stage 'COMPILE' symbol ''
eblanco - 28 Jul 2006 8:40 PM - 1 message
Hi everybody! It's the second time it happens to me... Working with typed DataSets and doing copy & paste, I compile and get weirds messages like these: An internal error has occurred in the compiler. To work around this ...
Score system.drawing.printersettings.installedprinters not enumerating all printers!
Simon Verona - 28 Jul 2006 8:20 PM - 1 message
I have a problem on a specific pc... On the PC, in control panel > Printers there are a few printers listed, including a printer that is a network share on another PC. I have some code that adds these printers to a combobox so that the user can ...
Score Getting the values of checkbox(es) checked in a checkboxlist using JavaScript
rishabhshrivastava - 28 Jul 2006 4:47 PM - 1 message
Hi All, I am using CallBack feature in ASP.NET 2.0 and I am running into a problem with checkboxlist control. I have to find out which checkboxes are checked and get their values at client-side(using JavaScript) but always I get a value ...
Score Check result of call into Windows API
Lee - 28 Jul 2006 3:44 PM - 3 messages
Using Windows XP with all updates applied and Visual Studio 2.0. I am trying to develop some common error-handling of Windows API invocations that fail and am using MessageBeep as the API to test with. Given 1) the following Imports statement: ...
Score Single or multiple assemblies for big apps and code reuse?
Claudio Pacciarini - 28 Jul 2006 3:37 PM - 7 messages
Hi everyone, I have a question about .NET code sharing and reuse, and also about application design best practices / guidelines. Currently, we have many different .NET projects in source depot. Although they are different, in some of them we share C# code by referencing source ...
Score Using the mousewheel
Jean Paul Mertens - 28 Jul 2006 2:10 PM - 2 messages
Hello, I try to use the mousewheel in a user control to to scroll in a pannel where I draw with GDI+ . due to the fact that a pannel don't has focus, I have no mousewheel event at my dispositon. Is there a work around? ...
Score asp.net: how do I detect if debug mode is true or false ?
zolof - 28 Jul 2006 12:28 PM - 2 messages
I which to detect in my code if compilation has debug enabled ? I would different behaviours according to the compilation type. ...
Score Urgent :"Your Account will Expire within N Days".
Balaji Narayanan - 28 Jul 2006 11:43 AM - 3 messages
Urgent :"Your Account will Expire within N Days". Here "N" is the number of days from which this message starts popping,I need to fetch this information from the active directory, please provide me details in solving this issue ? ...
Score ADSI Problem
Vikas Manghani - 28 Jul 2006 11:23 AM - 2 messages
Hi Can anyone tell me how I can check the status of an account in Active Directory using C#. I mean, I need to know whether, Account is locked, Password expired or Password needs to be changed at next logon, etc. The problem is that in all ...
Score friend class in c#
krishjaya - 28 Jul 2006 10:24 AM - 4 messages
I would like to know in c# if there is any way to have 'friend' class just like in C++. I know there is the 'internal' keyword, but this will allow access to all the classes of the assembly and I want to allow access only to a ...
Score Loading an assembly from a stream
hmoeller - 28 Jul 2006 7:23 AM - 3 messages
Is there a way to load an assembly from a stream instead of from the file system? The static methods in System.Assembly.Reflection don't support anything other than file names or assembly names as a source for the various Load methods. ...
Score .net 2.0 system.web dll
JimO - 28 Jul 2006 2:31 AM - 4 messages
Can anyone tell me what dll file contains the system.web namespace in .net version 2?  The only thing I can reference is the v1.1 system.web.dll. Thanks, Jim ...
Score Copying to clipboard using Ctrl-C or Clipboard.SetText
Kevin Burton - 28 Jul 2006 12:13 AM - 1 message
What is the difference between copying to the clipboard using Ctrl-C and Clipboard.SetText? When I use Ctrl-C I get line feeds as I expect. When I copy to the clipboard using SetText I just see little boxes (which I am ...
Score VSS and Windows Firewall
Jared - 27 Jul 2006 11:47 PM - 2 messages
Hi, What would I need to do to make VSS2005 and Windows Firewall work in harmony? I already have File and print sharing ticked in firewall, but still only works if firewall is turned off Thanks Jared ...
Score .NET C++ SMTP question
hedbonker - 27 Jul 2006 11:40 PM - 4 messages
I have been asked to do the following: Create an application that will take an e-mail address entered by the user into a field and, once a button is clicked, will take that e-mail address and check it against the mail server for that address using ...
Score The given path's format is not supported.
vtxr1300 - 27 Jul 2006 8:36 PM - 1 message
I have a web page where a user can upload a .pdf document.  When I test it on my machine and also from the live site, it allows me to upload a document fine.  When a co-worker tries to use it, he gets ...
Score window.close problem
Daniel MOSMONDOR - Mosh - 27 Jul 2006 8:09 PM - 1 message
Hi! On this URL is the example of my problem.... [link] ...
Score Finally, handling resizes and and MDI's scrollbar.
Brian Tkatch - 27 Jul 2006 7:52 PM - 1 message
Been trying to figure out how to resize forms indside an MDI Form, when the form itself is resized dynamically, to maximize and anchors do not help. The problem was getting the size of the scrollbars, and effecting the resize at the right time. ...
Score Problems with ASP.Net 2.0 and JavaScript
richard - 27 Jul 2006 7:49 PM - 1 message
OK, Im working with a DataList in .Net 2.0, the code shows the list when the query has executed. I have the page feature in its own div and display:none so its not visible until the list shows. Ive written ...
Score Microsoft .NET Framework 2.0 Configuration
Eric Renken - 27 Jul 2006 6:46 PM - 9 messages
OK, I have done a .NET 2.0 Framework install and under the Administrative Tools I am not getting the Microsoft .NET Framework 2.0 Configuration application.  I looked for any MSC files in the V2.0.50727 directory and ...
Score Fingerprint API
Bill - 27 Jul 2006 6:18 PM - 1 message
Ok, this seems like a no brainer but I've seen almost nothing about.  Pocket PC's can be purchased with fingerprint readers for security purposes.  Surely this functionality could be packaged into and API and integrated with Windows ...
Score BinaryFormatter serialization size.
Ken Varn - 27 Jul 2006 5:28 PM - 2 messages
How can I determine the size of the data that a BinaryFormatter will produce when serializing an object?  I basically want to know how many bytes an object with SerializableAttribute will produce if it is serialized to a stream. ...
Score xsd.exe and Enums
robert madrian - 27 Jul 2006 4:20 PM - 1 message
Hallo, I have used the xsd.exe tool a year ago (version 1.1.4322.2032) to generate a vb class to serialize xml. All string enums in the xml are availible in the vb code as strings. If I use the same tool today the code is different to that a year ago - ...
Score How to write in registry under limited user account
Kriso - 27 Jul 2006 3:57 PM - 2 messages
Is it possible to write information in HKLM\Software\MyApplication when under limited user account ? I tried use "System.Security.Permissions.RegistryPermission" but it doesn't work. ...
Score How to package Windows Form application
Libs - 27 Jul 2006 2:51 PM - 2 messages
How to package Windows Form application to be installed further with Windows Installer? What are practically steps? What should I do? ...
Score System.Version
Alex Clark - 27 Jul 2006 2:49 PM - 2 messages
Hi All, I've searched the documentation and Google for an answer to this but to no avail. It seems that System.Version does not serialize to XML.  I checked the documentation and this type is flagged as being Serializable, it has a ...
Score framework and 64bits
JM - 27 Jul 2006 2:15 PM - 2 messages
Hi, I need to run a visual net 2002 program in XP pro 64 bits, so: I think Framework 1.xxx can not be use over a XP Pro 64 bits, Right? I wonder if it is possible to run a Visual net 2002 program on a XP Pro 64 ...
Score Cannot attach to vb6 process with framework 2.0 installed
dougul - 27 Jul 2006 1:42 PM - 1 message
I used to be able to attach a VB6 process through my Visual Studio 2003 environment until I installed Visual Studio 2005 on the same machine. The problem is with .Net Framework 2.0, as if I remove the 2.0 version ...
Score Blocking memorystream, does it exists?
Søren M. Olesen - 27 Jul 2006 1:35 PM - 1 message
Hi I'm  looking for something like a blocking memorystream, ie. a memorystream that will block any further writes when the internal buffer is full, until data is read. What I want to do, it to apply some conversion to an XML file when I read ...
Score DataGriDView Programm, Help
Taoge - 27 Jul 2006 1:20 PM - 1 message
Hi, How can I accept the changing of datagridview. I have a column used as CheckBoxColumn, when I cilck one cell in this column, I want to know the cell's value (true or false), but i found that everytime I use: ...
Score Windows service not starting at boot time
oscar.acostamontesde@googlemail.com - 27 Jul 2006 12:17 PM - 5 messages
Hello: I'm currently developing a windows service, and in OnStart i launch a couple of threads to do some work. When i start it manually everything goes fine, but at start up the service just timeout. I have added all ...
Score Async Sockets, pinned objects and .NET 2.0
LPJJ - 27 Jul 2006 12:01 PM - 3 messages
Hi, I am migrating an application from .NET 1.1 to .NET 2.0. It is a network application that use asynchronous sockets intensively (with more than 300 active connections on average) With .NET 1.1 I had problems because the buffers used in the BeginReceive ...
Score GOTO definition metadata question
Rob Blij - 27 Jul 2006 11:15 AM - 1 message
Hi When I goto definistion on methods in other assemblies in VS2005 it shows me the metadata of the precompiled DLL.  I want it to move the specific file which is in the project in my solution.  References are fine everything ...
Score Hashtable.Add fails
Jochen Wezel - 27 Jul 2006 8:09 AM - 6 messages
Hi all, I want to assign a new key value to my hash table (okay, I use the Specialized.NameValueCollection, but this collection is based again on the HashTable). When the key already exists, then the value of the key shall be ...
Score Windows Form Level Exception
Angelina - 27 Jul 2006 7:54 AM - 5 messages
Is there anything similar to "Error" event of System.Web.UI.Page of Webforms in a Windows Forms?? I want to catch all errors occured in a windows form? I already know there is Application.ThreadException but that is on application ...
Score deveop custom control for .net 2002/2005
mcu - 27 Jul 2006 5:39 AM - 2 messages
I want to develop a custom control , and let .net programmer use it. Who can give me a sample,or some articles? Thanks. Regards, [link] ...
Score XP Pro x64 and McAfee Antivirus?
johny - 27 Jul 2006 3:01 AM - 2 messages
Hi, all: I installed McAfee Antivirus 8.0 in my new PC (Pre-installed with Windows XP Pro x64 Edition). Yet the security center still reminds me that the computer hasn't any anti-virus software installed. Quite strange. Any1 has had the same experience? And any way out? ...
Score Serializing object properties as CDATA using XMLSerializer
Tom Krueger - 26 Jul 2006 10:40 PM - 1 message
Hey, Thanks in advanced. Could someone tell me how to serialize an objects property as CDATA. I currently have a properly as follows which creates the XML Element just fine, however, I don't know how to specify that the long description should ...
Score Install to other partition than system ?
MoiMeme - 26 Jul 2006 8:44 PM - 1 message
Hi, is there a way to install the dotNetFx versions 1 & 2 on another partition than system one ? I Try to only have strict XP on that system partition to keep it as small as possible. TIA !!! ...
Score Help with registering AssemblyResolve event
lithel - 26 Jul 2006 8:19 PM - 2 messages
I am writing an application that uses a set of library assembly dlls that are located in a command line passed location.  Originally, I tried to solve this problem by creating an AssemblyResolve handler and registering it very early in hte main function. ...
Score Pointless IL instructions?
Ben R. - 26 Jul 2006 7:04 PM - 9 messages
I've got a simple console app which just assigns 6 to an int and prints out the value. The IL looks like: ..method public static void  Main() cil managed {   .entrypoint   .custom instance void [mscorlib]System.STAThreadAttribute::.ctor() = ( 01 ...
Score What account permissions are required for HttpListener.Start()?
Peter Ritchie [C# MVP] - 26 Jul 2006 6:30 PM - 8 messages
With least-privilege user account (LUA) HttpListenr.Start() throws an HttpListenerException with ErrorCode == 5 (ERROR_ACCESS_DENIED).  This does not occur when the user is a member of the Administrators group. There's no mention of what privileges the current users requires in order to ...
Score Gui threads (STA) and calling WMI
Arnie - 26 Jul 2006 6:21 PM - 3 messages
Posting an issue for a colleague: They are having an issue w/ making WMI calls from a gui thread. Gui threads need to be on the STA and there is some speculation that WMI calls need to be on the MTA, how to mix both? ...
Score Testing Frameworks
Jon Berry - 26 Jul 2006 5:06 PM - 4 messages
I have both .NET Framework 1.1 and 2.0 installed on my machine. I wrote an program that I'd like to test against both versions of the Framework. The program is a Windows Form executable that was written against .NET 1.1 ...
Score Registered JIT debugger is not available
mich.dudu - 26 Jul 2006 3:59 PM - 1 message
Hi all, I need to manage some numerous stuffs in an Active Directory running on W2003 server SP1. I decide to write some VB.Net programs, and i installed .Net run-time 1.1 (version 1.1.4322.573) and Snippet Compiler ...
Score Unbox IL instruction question
Ben R. - 26 Jul 2006 3:16 PM - 6 messages
Hi, I'm referring to: [link] There's a lot of stuff here that doesn't make sense to me. This page states: A value type has two separate representations within the Common Language ...
Score How do you get around this?
Water Cooler v2 - 26 Jul 2006 2:42 PM - 7 messages
Sorry for the stupid question, but I've been there and done that. Just that just now I have forgotten it for the moment. It happens when you're in a totally different rut of thought. Bail me out here. ...
Score Identifying UserName and password used
Anbu - 26 Jul 2006 2:37 PM - 4 messages
Hi All, I'm hosting WSE 3.0 SoapService based web service, which uses Basic authentication. Since, it's implemented from SoapService, a receiver function receives the soapenvelope. Client posts the soapenvelope using HTTP POST method. How can I get the ...
Score DB Performance
krishjaya - 26 Jul 2006 2:36 PM - 5 messages
I have to use large volume SQL DB. My Table name is 'Customer' and has 52 fields with heavy data. Which SQL command is more fast? & why? 1.   SELECT   COUNT (*)  FROM Customer   WHERE CustId = ...
Score backup with gbak
eyican - 26 Jul 2006 12:03 PM - 1 message
Hi all, I have an windows application using firebird db. I want to backup my db with gbak. Is there any way except this: System.Diagnostics.Process.Start("pathof gbak.exe"," -v -t -user SYSDBA -password masterkey c:/MYDB.fdb c:/backup/MYDB.fbk"); ...
Score DataGridView Combobox column Error
Greg - 26 Jul 2006 10:30 AM - 3 messages
I've populated all the cells in a combo box column with values from 1 - 50 using the following code: foreach (DataGridViewRow row in uxTabSummary.Rows) {       DataGridViewComboBoxCell cell = (DataGridViewComboBoxCell) row.Cells["numRows"];        for (int i = 1; i < 51; i++) ...
Score Click on Title Bar
KillerCode - 26 Jul 2006 8:57 AM - 3 messages
Hi I have a busy dialog (i.e. a form with a progress bar with the description of what is happening in the moment) but when I have a counter on it to show how many events have been processed until now and I click and hold the ...
Score ManagedC++ security: How to avoid the stack walk?
Lloyd Dupont - 26 Jul 2006 1:53 AM - 3 messages
In C# I could remove security check on an C DLL call by tagging my function as follow: [System::Security::SuppressUnmanagedCodeSecurityAttribute] [DllImport("SomeDll.dll")] static extern void SomeMethod(); In Managed C++ I don't declare the function I just #include the headers. ...
Score ManagedC++ and [System::Security::SuppressUnmanagedCodeSecurityAttribute] and stack walk
Lloyd Dupont - 26 Jul 2006 12:57 AM - 3 messages
I have a managed C++ API which calls extensively into native API. I would like to remove the security walk above!! in C# I could tag my declaration like that: [System::Security::SuppressUnmanagedCodeSecurityAttribute] extern static void SomeCFunction(); but in managed C++ I don't declare the function, I just import the header ...
Score Never worry about money again!
Moret van Zadelhoff - 25 Jul 2006 10:29 PM - 1 message
Have you made good money recently? Do you want to make six figures? We can help. Would a 10K the first month be a good start? Home based. Visit [link] or Call 27 83 459 1937 ...
Score "How I Made $437,540.00 in 29 Days...and How You Can Too"
Jacqueline Leigh - 25 Jul 2006 10:29 PM - 1 message
ATTENTION Online Entrepreneurs:  "FREE Report Reveals How I Made $437,540.00 in 29 Days With My Computer and How You Can Too...Starting Now To get your FREE Information Report, Go to  [link] ...
Score "WARNING Entrepreneurs: If You Want to Make Money Online, You MUST Read This"
Jacqueline Leigh - 25 Jul 2006 10:29 PM - 1 message
"Millionaire Retires and Gives His Multi-Million Dollar Business Formula To You" You'll even get a copy of his million dollar website by visiting [link] P.S.  Only the first 52 people to visit the website will be accepted ...
Score Detecting Battery Backup Notification
EmmanuelE - 25 Jul 2006 10:25 PM - 4 messages
I am setting up a couple of servers for an internal beta test of a web app.  I want to implement a feature that would tell logged in users to log out should a power failure occur (and the servers are running on UPS batteries). ...
Score Queued Components and TransactionScope
John - 25 Jul 2006 9:17 PM - 9 messages
Hi, I have an app that uses Queued Components.  The queue is set as transactional and the transaction is set to Supported (I've also tried Required).  Everything is running on the same box (tried XP and 2k3).  In my ...
Score VB6 deployment through DotNet
Doug - 25 Jul 2006 8:03 PM - 2 messages
I know that DotNet's deployment functionality will allow very easy the ability to add a VB6 executable and/or DLL.  My question is if there is a way that it can detect dependencies within that VB6 file?  I know it ...
Score Discrepancy in DataGridView column order & databound DataTable
Mike - 25 Jul 2006 4:58 PM - 4 messages
Dear group, I'm currrently investigating a bug within a piece of our software whereby if a DataGridView (bound directly to a DataTable) is ordered by column headers (containing lookup combo boxes where the value is the foreign key of another ...
Score Using namespace from another project
Gregory - 25 Jul 2006 3:57 PM - 5 messages
I have two projects, both build .exe. Project_2 declares an object that is defined in Project_1. At compile time I refer from Project_2 to Project_1 and it makes Project_1 namespace available to Project_2. Project_2 compiles and runs, but at runtime it requires Project_1 executable to be in the same ...
Score [.Net 2.0] How to participate into a transaction ?
Steve B. - 25 Jul 2006 3:44 PM - 2 messages
Hi, I'm building a component that perform some operation and that is working. This component is runnig into the application app domain by now, but later, this component will be a distributed component that will perform operations which represent only a part of a whole process. ...
Score Newbie Connection problem
Johnson - 25 Jul 2006 3:33 PM - 3 messages
I have spent 3 plus hours looking at documentation and references.  I have copied code and changed variables... but still nothing.  Here is my connection string and scalar.         Dim sqlConn As New SqlConnection("Data Source=*Server;Initial ...
Score Preflib errors with asp.net
Smokey Grindle - 25 Jul 2006 3:19 PM - 3 messages
I have litteraly 12,000 of these entries in my application event log Event Type: Error Event Source: Perflib Event Category: None Event ID: 1008 Date:  7/25/2006 Time:  11:16:26 AM User:  N/A ...
Score Program Installation problem
Norm - 25 Jul 2006 2:31 PM - 3 messages
Hi, I downloaded the SyncToy program from the Microsoft site and am trying to install it. It says that it requires .Net Framework v 1.1.4322. It directed me to the MS site which shows that the latest version of .Net Framework is ...
Score Calculate memory consumed.
Praveen - 25 Jul 2006 2:28 PM - 5 messages
Hello all, In my application I have a datacache class which stores xml objects which are frequently used. Caching objects can improve performance but they come at the cost of memory and in my case since the number of xml objects can be ...
Score Webservice proxy and override
patrick.sannes - 25 Jul 2006 1:59 PM - 2 messages
Hi all, I got the following problem. When I add a webref to a project it generates (somewhere in the darsksides of the solution) a proxyclass. If you follow the inheritance tree you get the following tree: Component WebClientProtocol HttpWebClientProtocol ...
Score Remove titleBar
leonoah - 25 Jul 2006 1:37 PM - 2 messages
Hi all I have simple .net form application with one pushbutton. pushing the button open new window . the new window is external application ( not .net application. ) . i'm trying to remove the new application title bar and make it child of ...
Score Embedding localized resources
cold80 - 25 Jul 2006 1:32 PM - 2 messages
I'm trying to understand how VS 2005 and the .NET Framework 2.0 can be used for a localized application. I've read a lot of messages, posts and guides but I can find a straight answer. I would like to write a ...
Score Tick must be Datetime.MinValue
Govinda Samy - 25 Jul 2006 11:18 AM - 2 messages
Hi We have migrated sql 2000 to 2005. our product is working 1.1. framework also fine. but We are trying to connect sql 2005 thru 1.1. framework, we got the error. Anybody have any solutions or suggestion, pls send the following ids: ...
Score hiiiiiiii guys
Twinkle - 25 Jul 2006 10:54 AM - 2 messages
hi guys..i hv some probs..how to compare a word files with itself in c#..plz somebody help me ...
Score interop & performance
Lloyd Dupont - 25 Jul 2006 9:45 AM - 13 messages
I have an application which use has a DLL with 100+ (auto-generated) Managed C++ wrapper around some native API. Compare to a purely version my application has some performance issue and I just realized it is probably due to the security check which happen just ...
Score Faillure to run .NET 2.0 app from UNC
Adri - 25 Jul 2006 8:53 AM - 20 messages
I've built an localised .NET 2.0 application, which runs fine on my development machine. But when I deploy the app, it fails to run from an UNC path. I've already used CASPOL to add FullTrust to the UNC. ...
Score Re: Accessing fileshare using system.IO
Laura T - 25 Jul 2006 8:40 AM - 1 message
It is possible. You could also grant permissions for an user of your domain. Otherwise you could do a WNetAddConnection2/3 to "logon" on the DMZ machine (in effect you simulate a net use), copy the file and then delete the ...
Score Customized installation screen
Angelina - 25 Jul 2006 7:15 AM - 1 message
Hi All, I am creating a setup for a windows application in VS 2005. Now I want to customise look and feel of all the installation steps screens. But VS 2005 seems not to provide this feature. This only allows to change the baaner ...
Score Accessing fileshare using system.IO
Michel Smit - 25 Jul 2006 5:19 AM - 1 message
I have a machine in a domain 'HOME' and a machine in a DMZ which is not able to communicate with the 'HOME' domain, and thus has it's own local users and groups. I'm writing a .NET assembly which will copy files from the machine in the ...
Score ADFS and Windows Sharepoint Services
Leighton Corban - 25 Jul 2006 2:26 AM - 2 messages
I need to prove to my boss that ADFS will work well with WSS so that we can have one central datastore (Active Directory) which is in a different domain to the web server. I have gone through the ADFS step-by-step guide and proven that I can ...
Score cant open email attachments
Brian Gugu - 24 Jul 2006 11:04 PM - 1 message
the error messages i get are 'create aan association in the folder options control'and 'unable to load graphics conversion filter, continue with conversion filter?' when i clich yes, nothing happens, just a blank page... can somepne pls assist me, would greatly appreciate..... ...
Score The project type is not supported by this installation
Juan Dent - 24 Jul 2006 10:32 PM - 6 messages
Hi, I downloaded the VS 2005 SDK last friday and I am testing out one of the samples - an MFC sample. I can compile it, but when I try to compile an add-in, I get: -------------- The project file 'C:\ShapeAppSamples\ShapeAppBasicMFC\Sample ...
Score Backup to USB driver?
Anthony - 24 Jul 2006 8:34 PM - 2 messages
Hi All,    I am trying to write a program to do a automatic backup. I have some questions.    1. How can I detect a USB drive connection?    2. How can I get the drive letter?(If everytime is given a different ...
Score how do I capture the XML in a soap request from dotnet?
Scott Emick - 24 Jul 2006 4:53 PM - 1 message
I'm using a webservice in vb .net 2003.  Is there an easy way to capture the XML from the soap call? Scott ...
Score Troubleshoot Process id Errors
G Hustis - 24 Jul 2006 3:36 PM - 5 messages
We have a .Net application developed under FW 1.1 sp1. We run it under Windows XP, Win 2000 Server & Pro & 2003 Server and it runs just fine. But on one machine at one customer it will not run. Upon start up it throws this ...
Score dynamically create an array of primitive type
Roy - 24 Jul 2006 2:38 PM - 2 messages
I have an Type object indicating a primitive data type I want such as integer, short. How do I dynamically create an array of an primitive type by using reflection? ...
Score Application.ThreadException does NOT catch all exceptions
Rainer - 24 Jul 2006 2:00 PM - 1 message
Hi, First the basics: I use VS 2005, .net 2.0, its a C# winforms application which is single threaded. Now my problem: I use the Application.ThreadException and AppDomain.CurrentDomain.UnhandledException ExceptionHandlers to catch all exceptions in my app. My programm consists of some projects. One is a DLL for ...
Score About xml:space="preserve"
Lloyd Dupont - 24 Jul 2006 1:55 PM - 3 messages
I am "defining" an XML schema. In fact I'm not really writing any schema but I am writing an XML writer and reader for my data. It's all custom XML and I would like it to be XML tool friendly. ...
Score Problem in loading types from assembly
JJ - 24 Jul 2006 12:41 PM - 6 messages
Hi all, I am having problem in loading types from an assembly using reflection. I am using: 1. Windows Server 2003 64-Bit 2. Microsoft .NET Framework 1.1 3. IIS 6.0 My application is an ASP.NET web application and this application can ...
Score Showing the private key stored in a pfx file
BobNL - 24 Jul 2006 8:18 AM - 19 messages
Hi, I already asked the following question in microsoft.public.dotnet.security but I found out that that group isn't an MSDN Managed Newsgroup. I show the public and private key stored in a pfx file. The public key ...
Score FTP Seek
Emil - 24 Jul 2006 7:29 AM - 1 message
It seems that seeking on a NetworkStream created by WebClient.OpenRead to read a file over FTP is not supported. I read through the FtpControlStream and FtpDataStream classes to verify this. I would recommend that support for seeking be added. ...
Score What is the difference between a manifest file and a config file?
harsha.ramesh - 24 Jul 2006 4:16 AM - 2 messages
Hi All, I am a newbie with .NET. I am trying to get some RTC integration to work. So basically, i have the following structure: 1. I have imported the TLB file relating to the rtcdll.dll (which is a ...
Score Creating a new object of a GetType() type throws an exception. Why?
Paul Jones - 23 Jul 2006 7:16 PM - 3 messages
Hi, I need to create a new object of the same type as another variable is. Since I do not know the exact type (it varies within the function), I need to get the original type using GetType(). I've found somewhere on ...
Next »