Home All Groups Group Topic Archive Search About

.NET Framework

microsoft.public.dotnet.framework
Score StreamReader problems with BaseStream Position
ferreira - 4 Mar 2006 10:37 PM - 3 messages
Hi, I'm creating a class to read some text datafiles. These files start with a header with variable length, followed by a section with data values (numbers in separate lines) also with variable length. The data section must be read sequentialy, so my approch to this is: ...
Score ISerializable.GetObjectData not called on structs?
google - 4 Mar 2006 9:18 PM - 2 messages
I have a struct with no public members which implements ISerializable. I've got a breakpoint in GetObjectData, and it never gets called.  Is this scenario supposed to work?  I've tested this both with and without the [Serializable] attribute on the struct's declaration.  No errors ...
Score Deploying Framework via Active Directory
dthorley - 4 Mar 2006 5:08 PM - 1 message
I have created a GPO following the documentation othe MS site for distributing the framework (1.0) via Active Directory and I am using it to deploy to XP Pro with SP2 workstations. All are clean builds with only the following apps installed Office 2003, Acrobat reader 7.0.7 and ...
Score Class constraints
Ruin - 4 Mar 2006 1:16 PM - 4 messages
Hello, i can use this chunk of code to constraint type T only to value types: public class Test<T> where T : struct {...} Is there a possibility to constraint type T only to number types (int, float, decimal, etc.)? ...
Score Problem in database updation through Adapter in VB.Net..
r2destini - 4 Mar 2006 8:37 AM - 2 messages
Hi Friends, I am new to .Net. So I don't know much. I am facing a problem in updating database through ADO.Net I am creating the dataset and there is no problem in the updation and deletion or insertion in the dataset but when I am updating the ...
Score wpm 10 error
T. Harris - 4 Mar 2006 3:48 AM - 1 message
Windows Media Player does not detect storage media in the selected device. I'm using windows xp service pack 2. How can I correct this? Thanks. T.Harris ...
Score Uri class removes double slash
Jeroen-bart Engelen - 4 Mar 2006 3:09 AM - 9 messages
Hello, I'm currently writing an application that calls a RESTful webservice. One of the parameters to an  API call is the URL of some site. This must include the protocol thingy in the beginning. However, the Uri class *insists* on removing double slashes, so my ...
Score Porting References to OpenSSL MD5 Routines
Mark Olbert - 4 Mar 2006 2:50 AM - 3 messages
I am building an app that has to replicate the MD5 hash created by a second app which uses OpenSSL. I'm confused about how to "map" the following to the .NET MD5 routines: MD5_Init(&c); MD5_Update(&c, src, len); ...
Score Socket error with HTTPWeb Request/Response when copying pictures
dbix - 3 Mar 2006 11:20 PM - 6 messages
I have an application that will be copying pictures (gif & jpg) from a virtual directory  on a server onto a mobile device when the user chooses to do so.  When the pictures begin copying, I sometimes get an error.  I can not ...
Score Designer and Controls
Steamboat - 3 Mar 2006 9:47 PM - 1 message
I have created my own GUI library by creating several custom controls from scratch.  There is an image button, flow layout panel, list box, combo box, edit box and keypad.  They are all created as individual projects (.dll's) ...
Score Problems installing .NET Framework on WinXP Pro box
Mike Birkmaier - 3 Mar 2006 8:52 PM - 2 messages
A client called to report our application "stopped working today".  As soon as the application is launched, they receive an error (application failed to initialize).  After a few tests it was determined that all .NET applications fail with the same error.  I asked them to reinstall the Frameworks. ...
Score Class with properties
Carlos Albert - 3 Mar 2006 8:52 PM - 1 message
Hello world, I'm trying to do a class "Product" with properties, so you should be able to access:   Product_Class(Product_Code).Product_Name   Product_Class(Product_Code).Product_Price   Product_Class(Product_Code).Product_Description Etc. I tried many things but obviously I'm doing something wrong because doesnt ...
Score File.Copy missing 5KB at destination
Matt Hamilton - 3 Mar 2006 6:00 PM - 2 messages
I have a simple concole application. It queries a database, generates a formatted file locally, then copies the file to a location on the network. The file sizes are between 20MB and 60MB. The file generates fine and is correctly formatted locally, but when it is copied (using a simple ...
Score Compile in memory with VS2005 - Help!!
pamelafluente - 3 Mar 2006 5:09 PM - 2 messages
Hi I am adjusting a project for VS2005. I had this code which worked fine in VS2003 and now I am having a warning: Warning    1 'Public Overrides Function CreateCompiler() As System.CodeDom.Compiler.ICodeCompiler' is obsolete: 'Callers should not ...
Score Problem: Multiple Snippets displaying in Text Editor?
Robert Zurer - 3 Mar 2006 4:28 PM - 1 message
I have been installing some of th snippet .vsi files, including Microsoft's. After doing this I startedgetting a choice of snippets when I right-click and choose either 'Insert Snippet' or 'Surround With'. Depending which one I choose, I may get the snippet or I may get message ...
Score How to use multiple channels
Sebastian Loncar - 3 Mar 2006 4:22 PM - 1 message
Hi, i have two applications, which communicates very extrem together. With the IPC-Channel i receive often the messages like "all instances of the requested pipe are busy". So i want to use multiple Channels to communicate, maybe 10 Connections. ...
Score console app with multiple configuration files
MarkAurit - 3 Mar 2006 3:59 PM - 3 messages
I have an app I run under the windows scheduler that makes use of the .config file, and I use Configuration.AppSettings to interrogate it.  I would like to run it against more than 1 .config file, and the only way I can think to do ...
Score Showing Windows Forms in the ASP.NET process
Laser Lu - 3 Mar 2006 2:19 PM - 7 messages
Thanks for looking at this post:) Does anyone knows how to make the asp.net process runs in the UserInteractive mode? I just want to show some Windows Forms in my asp.net application on the server side to capture and display application monitoring messages, as ...
Score Differences in 2.0 depending on OS
kurt sune - 3 Mar 2006 2:15 PM - 3 messages
I have heard that framework 2.0 behaves differently if run on w2000 server versus w2003 server. That is when run on 2003 usese the os for things that when run on 2000 it has to solve differently due to differences in funcionality in the two os's. ...
Score pdf
gusse.net - 3 Mar 2006 2:02 PM - 3 messages
need .net control to convert doc file to pdf.. where can i find such software ...
Score VS 2005: where is the snippet manager ?
Steve B. - 3 Mar 2006 1:51 PM - 4 messages
I was not able to find the snippet manager in the tools menu of VS 2005. I have the Pro version of VS 2005 RTM, and I'd like to use snippy. The only way I found is to manually copy the .snippt files inside the vs folder... ...
Score What differs a Windows Service EXE from the others?
Lau Lei Cheong - 3 Mar 2006 10:38 AM - 1 message
Hello,         It seems that when I write a service project, no matter I set the target to be Windows EXE or Console, it'll compile and load without problem.         This lead me to think that the default entry point (static void ...
Score How many characters fit in an area?
Chris Austin - 3 Mar 2006 9:51 AM - 7 messages
Hi, I have an arbitrary string value and wish to determine how many characters from that string will fit in a specified area with a specific font when drawn. I have looked at MeasureString and MeasureCharacterRanges, but neither of these seems to provide this function. ...
Score Get Active Object from server
HRsoft - Mark Scholten - 3 Mar 2006 8:49 AM - 1 message
Hi, I have a problem with the Marshal.GetActiveObject() function. This is the situtation. I have a service running on my machine. That service creates a instance of a class that is programmed using a singleton pattern. Here is the code: ...
Score How can I know all data has been received?
Ant Htoo Naing - 3 Mar 2006 7:43 AM - 2 messages
Hi all, I'm using Socket and to send some data (3Mb, 4MB, or more than that). I convert data to byte array and use Send method and data is successfully sent. From other side, I use Receive method. I put data in a file and when all data ...
Score Window Firewall manipulation in .NET framework v2.0?
Lau Lei Cheong - 3 Mar 2006 4:34 AM - 2 messages
Hello,         I'm and v1.1 user that's moving toward v2.0. I want to ask a simple question that, "Does .NET framework offers object to manipulate Windows Firewall(the one in WinXP SP2 or Win2k3 SP1)? Or I still have to use those ...
Score bug found in Microsoft.Win32.RegistryValueKind.DWord conversion
Ben Wilson - 3 Mar 2006 1:21 AM - 8 messages
I have found what I can only conclude to be a bug in .net after days of messing around.  I am trying to assign a large value to a registry dword entry close to it's limit of 4294967295 or 0xFFFFFFFF ...
Score VISUAL STUDIO.NET 2005. Exlude a file from project
Evian Spring - 2 Mar 2006 10:52 PM - 6 messages
Hi, If you right click one of the file within a project, and select from the context menu "Exclude from project', visual studio will rename the file to File_Name.File_Extension.exclude. Example: image1.jpg   becomes image1.jpg.exclude ...
Score Can't edit a protected menustrip in an inherited form.
Michael.Suarez - 2 Mar 2006 10:10 PM - 3 messages
I have a form in a windows control library with a menustrip on it. The menustrip, as well as all of the items on it, have their modifiers set to Protected. Now i inherit from this form in another project. Neither the menu strip ...
Score Bizarre behavior in design mode when inheriting from a form with a timer.
Michael.Suarez - 2 Mar 2006 10:04 PM - 5 messages
this is so bizarre. Try it for yourself. In VS 2005: Create a windows control library with 1 form. The only control on the form is 1 enabled timer whose tick event has MessageBox.Show("hello"); Build this library, and reference it from another windows form ...
Score VS-generated XSD DataSets and Relationships problem
Danny Tuppeny - 2 Mar 2006 9:50 PM - 1 message
/* * Not sure which group has the best audience for this question, * but followups are set to microsoft.public.dotnet.framework */ Hi all, In Visual Web Developer Express, I've created a new database with a table called Tag. It has three fields, ID, ParentID and Name. ID is a ...
Score Serialization Gurus? Unexpected Binary Behavior
google - 2 Mar 2006 9:13 PM - 4 messages
I'm seeing something very odd with binary serialization, and I wanted to make sure I'm not misunderstanding what goes on under the hood. Let's say you have a graph with two objects, one referencing the other (parent/child): ...
Score .net profilers
Nalaka - 2 Mar 2006 9:06 PM - 3 messages
Hi, We have a lot of .net based applications that falls into the following categories. 1. In house developed web apps 2. In house developed windows apps 3. In house develped BizTalk apps 4. In house SSIS apps 5. Some in house developed sql-server .net objects. ...
Score FTPWebRequest doing it's own thang
Jay Pondy - 2 Mar 2006 8:38 PM - 2 messages
The following code to connect to a Stratus VOS system does not work because as you can see in the trace output the WebRequest has decided to do it's own thing and issue a PWD after which it issues a CWD based on the reply. ...
Score LoadFrom() and probing paths
Peter Ritchie - 2 Mar 2006 7:01 PM - 4 messages
I observed some interesting behaviour during some testing of Assembly.LoadFrom. I noticed that Assembly.LoadFrom (and Activator.CreateInstanceFrom) seems to extend the probing directory list.  i.e. the private probe paths seem to include both AppDomain.ApplicationBase and the directory specified in the LoadFrom call. ...
Score running .net 1.1 dll in .net 2 host
walter - 2 Mar 2006 6:25 PM - 2 messages
Hi, we have lots of dlls built on .net 1.1. Now we start to build a new dll on version 2. But this new dll need to reference other .net 1.1 dll. My question are the following: 1. which machine.config it use ? can 1.1 dll read the new ...
Score Chaining proxies for a HttpWebRequest
sylph - 2 Mar 2006 6:24 PM - 4 messages
Hi Does anyone know if it is possible to chain HTTP proxies when sending a HTTP request with HttpWebRequest, for a .NET Framework 1.x in C# ? I need that because of an application I'm developing that may need this ...
Score "System Update Required" to install ClickOnce app
gkustas@hvc.rr.com - 2 Mar 2006 6:23 PM - 3 messages
I have been successfully deploying our application using ClickOnce, but so far, only on XP workstations. I recently tried to deploy it to a Windows 2000 workstation, running with SP4 and dotnet 2.0 framework. The little window titled "Launching Application" comes up, then the ...
Score override and internal
Jeremy Chapman - 2 Mar 2006 5:33 PM - 3 messages
In a base class, a method is declared protected internal virtual object SaveViewState(); I can override it protected virtual object SaveViewState(); but I can not add the internal keyword.  Why not? ...
Score Framework 2.0 and VS.net 2003
DDigweed - 2 Mar 2006 5:30 PM - 8 messages
I've been using VS.NET 2003 and Framework 1.1 for over a year. I 'm interested in using Framework 2.0, particularly because of it's enhanced Compact Framework for Smart devices. I'm still unlclear on whether I can just load this and it will work with ...
Score Mouseover...can anyone help!
new_sense - 2 Mar 2006 5:13 PM - 1 message
Basically I'm creating a map application. When a user selects display all accomodation, the accomodation icon appears painted over the map(in picturebox). Is there anyway to display info eg name of hotel when user uses the stylus to mouseover the icon?? ...
Score VB.NET - Mutliple Inheritance
Alex C. Barberi - 2 Mar 2006 3:51 PM - 2 messages
Okay say I was writing a game engine and it had two parts: The actual engine and a map editor. Both the engine and the editor use the same classes to store the information about the AI through a DLL so that I can use ...
Score ADFS and ASP .NET impersonate
Mathias Erlandsson - 2 Mar 2006 3:27 PM - 3 messages
Hi! I have problems with impersonating in ASP .NET (both 1.1 and 2.0 framework). When I authenticate an application through ADFS, the imperonation won't work. I only get the anonymous user when I try to access network resources through ...
Score static class Program in Program.cs in VS 2005
Michael.Suarez - 2 Mar 2006 3:25 PM - 5 messages
When you create a new windows application in VS 2005, you have a Program.cs file which declares the class Program as static. Is there any reason that this MUST be static? I want to take the work static out ...
Score Listview: space between items
Filippo Bettinaglio - 2 Mar 2006 12:56 PM - 1 message
Hi, I use VS2005 , C#, .net2.0 framework. Listview object: I use the object in the following mode: listView1.View = View.LargeIcon;    listView1.LargeImageList = imageList1;            listView1.Items.Add("Right Index", 2); ...
Score How to Inherit ADODB?
Venkatesh M. - 2 Mar 2006 12:17 PM - 3 messages
Hi Everybody,       I am working on a Project which is first developed in VB6.0 (IIS Application) and now it is converted to .NET . We are using a logging all the Querys in a log file using our own class. I have to find all the querys used ...
Score missing line numbers in stacktrace when precompiling
Kieran Toon - 2 Mar 2006 12:17 PM - 1 message
I'm using Visual Studio 2005 and have an ASP.NET web application written in Visual Basic. When the application runs on my local webserver and hits an error, my errorhandler writes out debug information using the Stacktrace method of the ...
Score Dynamic updates of remote object without service interruption
Nick - 2 Mar 2006 10:26 AM - 1 message
Hi eveybody, I need some help regarding the mecanism to put in place to be able to dynamically update a remote object when the assembly where it is defined is modified, and this whitout having service interruption. Basically what I'm missing is how do we re-expose a remote object when ...
Score .Net Framework 2.0 and Windows NT 4.0
Christian Schwendtner - 2 Mar 2006 9:49 AM - 4 messages
Hi @all. Does anybody know, if it is possible to use .Net Framework 2.0 with Windows NT 4.0? (The installation information on the Microsoft website is not abolutely clear to me). Thanks. ...
Score .Net Framework 2.0 and WSH 5.6
Ornulf Schomer - 2 Mar 2006 7:36 AM - 6 messages
Can I use .Net Framework 2.0 objects with Windows Script Host 5.6? I haven't found this information anywhere. I know that you have to use VS2005 to be able to use .Net 2.0 so my guess is no! ...
Score any idea
nizam - 2 Mar 2006 7:35 AM - 2 messages
hi, in windows application:inorder to open a word we write system.diagnostics.Process.start(pathname of exe) to start a word document. similarly, in web application : norder to open a word what should we write. AND what should we write in order to open an existing word document. ...
Score How do I change installation folder in Clickonce deployment - Please Help!!
amit.arora - 2 Mar 2006 5:16 AM - 3 messages
My Click once is installing the application in the user local profile folder C:\Document and Settings\username\Start Menu\Programs\ I dont really want startmenu shortcut. How do I able to hardcode the installation folder or allow user to ...
Score Issue with CLR Debugger?
semigeek - 2 Mar 2006 4:54 AM - 2 messages
Hi, I am trying to use CLR Debugger, but i am unable to open up 'Disassembly' window. Now here is what i do. First off, i open up my exe using 'Program to Debug' i.e. MyProject.exe and then i open up my ...
Score How to use a PDB file
Water Cooler v2 - 2 Mar 2006 3:16 AM - 6 messages
How does one use a .pdb file that contains debug symbols for a project. It contains binary data. How do I use it to diagnose the application? ...
Score How to know (in a user friendly way) which windows update have been applied?
Lloyd Dupont - 2 Mar 2006 12:29 AM - 1 message
Some feature in my program where not working very well and suddenly started to work during the december - february period (I don't know exactly when, I was not testing them at the time). (the feature is using ScriptTextOut with a printer HDC which fails in ...
Score Asynchronous socket operations and threadpool
Yifan Li - 1 Mar 2006 11:26 PM - 26 messages
Dear All, I have a general question regarding the best practice for using asynchronous socket operations and threadpool. It often happens that I need to perform lenghty operations after asynchronous receive/send/accept. These operations themselves are often composed of multiple atom operations which can be completed asynchronously. ...
Score Generics SortedList Question
Sean - 1 Mar 2006 10:52 PM - 5 messages
Sorts great!...but in only one direction. We would like to have the list descending as well. ...
Score Icon.ToBitmap() bug for .net 2.0
BUGREPORT - 1 Mar 2006 10:36 PM - 1 message
I get an AccessViolationException running the following code: namespace DotNetIconBug {     public class DotNetIconBug     {         static void Main()         {             //bug for icon with width > height && color < 32bit on winxp sp2 ...
Score csc cs0016,cs2008
PioM - 1 Mar 2006 9:15 PM - 1 message
version 1.0.3705 I try compile my program and i get errors! first cs0016 (icon must be copied to directory with csc.exe file!!!) next cs2008. antylogic error. namespace Okno {     public class Window:System.Windows.Forms.Form ...
Score Question regarding implentation of factory pattern with internal objects
Carlo Razzeto - 1 Mar 2006 8:56 PM - 2 messages
I have a question regarding the implementation of a factory design pattern and objects which are declared at internal scope. Here is my situation: Currently I'm working on an order processing library which will power a webservice. I do not want any programmer outside of my libary to be able to ...
Score Newbie: Datagrid ghost won't die
mahalie - 1 Mar 2006 8:47 PM - 2 messages
I am reading a book and doing example exercises.  I had a working program that I'd rather not recreate and messed it up by adding (experimenting with) db connections and a datagrid to a VB web forms project. ...
Score Mini dump created but empty
tbatwork828 - 1 Mar 2006 8:44 PM - 1 message
VS 2005. I have compiled my dlls/exes in Release mode and also setting Debug Info="full"under Project - Properties - Build - select "Release" under "Configuration" drop down - the Advanced button at the bottom. When I compile, I get all pdbs for each dll/exe.  We are running Win ...
Score Error on mscorlib throws file exists exception
Error on mscorlib throws file exists exc - 1 Mar 2006 8:33 PM - 2 messages
I am getting following exception on when get the temporary file name using the following method Exception: System.IO.IOException Message: The file exists. Source: mscorlib    at System.IO.__Error.WinIOError(Int32 errorCode, String str)    at System.IO.Path.GetTempFileName() ...
Score DataSource to instance variable
William Sullivan - 1 Mar 2006 7:40 PM - 1 message
Okay, I created a DataSource and pulled it onto a form to create a DataView bound to that source.  Now how do I associate an instance variable of the form to that DataSource?  The DataSource was created from the class ...
Score 2.0 BindingSource
William Sullivan - 1 Mar 2006 7:30 PM - 3 messages
The question I have is how to connect an instance variable to a binding source.  In the IDE, I can create a new Data Source pointing to an object in my class.  It creates the source based on the definition of the class, not a ...
Score upload a file to a different server
carlos.zamora.quesada - 1 Mar 2006 6:15 PM - 9 messages
Hey guys I'm trying to upload a file from one server to another I have been trying several ways but I'm still not getting the results I want. Basically I have the HtmlInputFile component and I have read the file ...
Score Resolving a Kerberos Error
Bettie Claxton - 1 Mar 2006 5:57 PM - 1 message
I have a new W2003 server that is getting Userenv events 1030 and 1006 due to invalid credentials.  I turned on event logging and see that it is using MY logon id versus our standard server logon id.  I recently changed my password ...
Score Comparer in generics
Marco Sellani - 1 Mar 2006 4:25 PM - 3 messages
I developed a comparer class for a base class BEBase public class BEBaseComparer:IComparer<BEBase> .... .... but, i can't use this comparer with a derived class... public class Pippo:BEBase .... I'd like to sort a List<Pippo> using the BEBaseComparer ...
Score Banner LinkClick not working
Brian's New Exchange - 1 Mar 2006 2:44 PM - 2 messages
New to this DotNetNuke thing; therefore, if this is the wrong venue pleases point me in the right direction. My problem:  Banner module click through to link does not work. I have tried every possible permeation of the entering the web link in both vender ...
Score Problems with current site when use .NET framework 2.0
Nugnet - 1 Mar 2006 2:20 PM - 2 messages
Hi,    I have a site that works fine with v1.1. but when I run with v2.0 I get the following HTTPException when trying to browse a page "There is no build provider registered for the extension .sppx". It has further ...
Score ClickOnce installation and settings
Johan Karlsson - 1 Mar 2006 1:02 PM - 1 message
Hi! I hope this is the right newsgroup, if not, please point me in the right direction. Using the ClickOnce feature, is it possible to save settings between updates? The application folder seems to change? The perfect solution for me would be to save settings that all users on the ...
Score VB2005 Environment.TickCount not accurate?
Woof - 1 Mar 2006 12:39 PM - 4 messages
Hi All, I'm reading the Environment.TickCount property after a button click event to create a basic stopwatch. If I click the button as uniformly as possible, the resulting gap in milliseconds seems to be far too even - ie. if I clicked the button 10 times ...
Score What is RegularExpression classes exactly ????
serge calderara - 1 Mar 2006 12:33 PM - 5 messages
Dear all, Does any one have ever use this regular expression class, what are they used for exactly ? Event by reading msdn content, sounds totaly dark for me thnaks for your clarification ...
Score web or user
flemming eriksen - 1 Mar 2006 12:24 PM - 5 messages
Hi all. On a dev.-XP.-box with all SP and updates, VS03, SQL etc. I should check a solution I changed 6 weeks ago. The solution contains Web-parts and that specific part gave  by opening the .sln the error message: ...
Score WebDev.WebServer, Logfile??
Søren M. Olesen - 1 Mar 2006 11:25 AM - 1 message
Hi Does the WebDev.WebServer.exe produce a logfile (so you can see which files and from where it tries to load them) ?? If YES, where does it put it?? TIA Søren ...
Score Search for a string inside PDF file
ra294 - 1 Mar 2006 10:43 AM - 2 messages
I need to search programmatically if a certain string appears inside a PDF or CHM file. The search is done only once for each file so I don't think that a solution to index the file using Index server is right here. ...
Score Enterprise Library version 2 ConfigurationElementType
adrian.hilder - 1 Mar 2006 9:59 AM - 3 messages
I building myself a small reference project using as much of Enterprise Library version 2 / .NET 2 (EL2) as I can.  Generally finding it easier than earlier versions. Using the security application block I am in the process of building a ...
Score need help on cookies
AVL - 1 Mar 2006 9:18 AM - 2 messages
Hi, I need some help on using cookies.. how to set secure flag on for cookies??? ...
Score EARN $3,000.00 A DAY. OPEN AN INCOME-DAILY ACCOUNT WITH US
ISRAEL FAGBEMI - 1 Mar 2006 7:13 AM - 1 message
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P>YOU COULD BE EARNING OVER $3K A DAY , $100K A ...
Score Property order when using IList as a DataSource
Eric Caron - 1 Mar 2006 5:34 AM - 2 messages
Hi, Using VS 2002, ASP.NET 1.1 I started experimenting with binding my custom objects that implement the IList interface to a DataGrid on a web form.  I'm trying to figure out how the DataGrid decides the order of the properties in the columns ...
Score Application.UserAppDataPath Question
David White - 1 Mar 2006 2:34 AM - 3 messages
The MSDN docs say, "If a path does not exist, one is created in the following format: BasePath\CompanyName\ProductName\ProductVersion". Where does the BasePath value come from? It seems the default is "C:\Documents and Settings\ username\Application Data". ...
Score Embedded controller UI in Windows Service
Tim Johnson - 1 Mar 2006 2:31 AM - 5 messages
I built a Windows Service exe, and a separate exe to control it which has a nice little icon on the system tray.  I'm wondering if there is a "right" way to merge the two apps such that: ...
Score File properties of mp3 file
Fred Morrison - 1 Mar 2006 12:56 AM - 2 messages
I'm looking to look at and change the Track Title property of an mp3 file. I have a FileInfo object for the file in question, but I don't see a way to access something like, for example, fileInfo.Properties("TrackTitle") as a ...
Score Security question
Juan Dent - 28 Feb 2006 11:58 PM - 2 messages
Hi, I am debugging a solution located in machine A from machine B. The reason is to test the environment (e.g. COM registry) in machine B yet the source is only available in machine A. I get this warning as I open the solution: ...
Score Get current logged on user
Niclas - 28 Feb 2006 10:39 PM - 4 messages
Is it possible to configure a Windows Service to: 1. Start the service when a user logs on (i.e. service not active before logon) 2. Determine the WindowsIdentity of the currently logged on user Niclas ...
Score C# ASP .NET -- UTF-16 encoding to UTF-8
davidjgonzalez - 28 Feb 2006 10:26 PM - 5 messages
I have a web application written in ASP .NET (VS 2003) which an Adobe Acrobat Form posts XML to. I am able to get the XML using the Request.InputStream however the XML is UTF-16 encoded. This means that ...
Score Manage network on tablet pc
madmax - 28 Feb 2006 8:16 PM - 1 message
Hi, i have a problem to solve, i have to create a program for tablet pc that is able to manage network connection switching trough a network adapter to another one using API of windows xp tablet pc. Is there anyone able to help me? ...
Score unable to open project
JP - 28 Feb 2006 7:23 PM - 2 messages
Uable to open Web Project '/' The file path \\server\projects\projectname doesnt corrispond to URL '[link]' The two need to map to the same server. Http Error 404 Not Found Note that our projects are all on UNC paths and not http paths ...
Score Distribute fw with SMS
Daniel - 28 Feb 2006 6:18 PM - 1 message
I need to distribute net framework 2.0 on all my network PC's, and I plan to use SMS 2003 as usually I do. Tips? any PDF file? what's the best way? Thanks in advance. Daniel ...
Score Partial Class question
Evian Spring - 28 Feb 2006 5:34 PM - 2 messages
In .Net 2.0, the code behind of my ASPX page are Partial Class.  I assume it is because the .Net generated code must be in a different file. Is this correct and where would I be able to see the generated code if ...
Score Problem with IDE when overriding Text property
Jason Barnett - 28 Feb 2006 4:03 PM - 3 messages
I noticed when overriding the Text property of the System.Windows.Forms.UserControl that the Form.Designer file does not reflect changes made via the property browser.  In other words, when you override the Text property and then try to change it's value at design-time, ...
Score Confused about Application.Exit
William Sullivan - 28 Feb 2006 2:56 PM - 4 messages
Why will the following code snippet run forever? While(true) {     if(MessageBox.Show("Exit now?","Close?") == DialogResult.OK)     {          Application.Exit();     } } How do you exit an application from within a While loop? ...
Score Initiating Threads on IIS Start Up
John - 28 Feb 2006 2:50 PM - 3 messages
Hello, We are trying to implement a solution for a project requirement for which we need to have multiple services running to support offline functionality such as the transmission of emails to subscribed users and the publishing of content on specific schedules.  In doing this we ...
Score Configuring ASP.NET Development server, HOW??
Søren M. Olesen - 28 Feb 2006 12:52 PM - 4 messages
Hi How do one configure the 'ASP.NET Development server' in Visual Studio 2005 ?? I migrating an application from 1.1 to 2.0. The application is using a third party component (Infragistics WebTree) which loads its scripts from a ...
Score Gabriela Calinoiu Dutu
GabrielaC - 28 Feb 2006 12:43 PM - 1 message
<Creatie grafica publicitara> Indiferent ca este vorba de identitate, de printuri si ilustratii sau prezentari multimedia, va prezint pentru dvs.o conceptie grafica deosebita, atractiva. Identitate vizuala, corporate ID: creatie sigla, stabilire elemente reprezentative, design pentru carti de vizita, plicuri si foi cu antet. ...
Score Gabriela Calinoiu Dutu
GabrielaC - 28 Feb 2006 12:07 PM - 1 message
[ Prelucrare grafica imagini ]   In cazul in care pozele, imaginile sau materialele de prezentare pe care le aveti necesita servicii de prelucrare grafica digitala, procesare (editare, raster, modificari layout) va stau la dispozitie cu servicii profesionale.   Utilizand programe de grafica si tehnologii de ultima ora pot realiza ...
Score .Net framework v2 on Windows 95
robin9876 - 28 Feb 2006 11:48 AM - 2 messages
I noticed that on the .Net v2 framework that Windows 95 is not on the supported operating systems. Is it still posibile to install on Windows 95? Are there any issues with running the framework on Windows 95? ...
Score Formatting text in a ms report (.rdlc)
Edward - 28 Feb 2006 11:31 AM - 1 message
I'm trying to use the MS reporting technology and use the .rdlc file (VS2005) for the first time. When I want to use bold or underlyned text, the whole textbox is bold or underlyned. What I want is the text for the report in a ...
Score Web service - business objects don't show up
Water Cooler v2 - 28 Feb 2006 11:21 AM - 3 messages
I create a test Web service like so: [WebService(Namespace="[link]")] public class ServiceThingy: System.Web.Services.WebService {     [WebMethod]     public int ReturnFour()     {         return 4; ...
Score FS: Visual Basic.NET VB.NET books for sale - CHEAP!!!!!!
MiniMe - 28 Feb 2006 10:30 AM - 2 messages
I have for sale seven (7) Visual Basic 6 books.  I'll take $21 for all books. I'm selling them as a set only.  I am in the Houston, TX area (USA). If you are local to me, you are more than welcome to pick them up.  If you ...
Next »