Home All Groups Group Topic Archive Search About

General .NET discussion

microsoft.public.dotnet.general
Score Can't add deployment project
Peter A - 5 May 2007 5:10 PM - 5 messages
It's time to deploy my project. According to the help documentation, I should select File, Add, New Project and then, under Other Project Types, select Setup and Deployment Projects. However, this last choice is not listed. Any ideas? TIA, ...
Score Outlook Express - Not Connecting to Server
MarkSki - 5 May 2007 3:56 PM - 8 messages
For about a month now, I have had trouble with Outlook Express.  When logging in to Outlook Express, I get an error message stating that the connection to server has failed.  My internet connection works (same server), but Outlook ...
Score Strange FileWatch problem
Rudy - 5 May 2007 1:51 AM - 4 messages
Hello All! I may have posted this problem before, but it was awhile ago. I'm working in VS 2003.  I have 10 file watch  process going.  It seems that I can only about 6or 7 to run at the same time. I made a test program to ...
Score Radomize and RND not really random... Weird ?
Radu - 4 May 2007 9:14 PM - 2 messages
As simple-to-remember-but-unique confirmation numbers, I need to generate six random characters (ASCII 65 to 90, inclusive):     Randomize()     objStringBuilder.Append(Chr(CInt(Int((25 * Rnd()) + 65))))     Randomize()     objStringBuilder.Append(Chr(CInt(Int((25 * Rnd()) + 65)))) ...
Score ActiveX components
jscholl - 4 May 2007 6:20 PM - 2 messages
I have Access 2003 installed and everything worked fine several months ago.  Now, anytime I try to use any of the wizards, I get this message: "ActiveX component can't create object" What do I need to do to fix this?  I uninstalled Office 2003, then installed ...
Score Field Name
Ken Kast - 4 May 2007 5:28 PM - 2 messages
I want to be able to determine to which field in a class a particular object refers. In other words, I have (in C#) class MyClass {     private object myField; } x  =  new MyClass(); object y = new object(); ...
Score Regular Expression - Need a simple pattern!
mehdi - 4 May 2007 3:40 PM - 3 messages
Hi, Consider the following string: <div>whatever text goes here, and maybe it contains a carriage return and/or line feed and it spans in multiple lines</div> How am I supposed to write an expression that returns the div's ...
Score WCF/Remoting on IPC
Oriane - 4 May 2007 7:50 AM - 2 messages
Hi there, What is the "best" way to make to process communicate on the same machine, with .NET 2.0/3.0! - remoting on IPC ? Have you experienced this ? - WCF on IPC ? - any alternatives ? Thanks ...
Score Good Shutdown Mechanism
Derek Hart - 4 May 2007 4:45 AM - 2 messages
I send a database out to a client, and I need a good methodology for a shut down mechanism. I thought about simply using an encryption algorithm to encrypt/descrypt a date, and then require an encrypted password to enter a ...
Score File busy after sent via email
John - 3 May 2007 8:14 PM - 7 messages
Hi I am emailing a text file as attachment via the below code. The problem is that after the file has been emailed, it becomes locked and can not be accessed by further code such as IO.File.AppendAllText(FileName, Content) ...
Score CSS does not load
Alberto Brivio - 3 May 2007 4:42 PM - 2 messages
Dear All, I know my question could be not too much detailed, but we have migrated a web site from win 2000 to win 2003 (ASP.NET 1.0) and every thing has gone well but for CSS. Style sheets don't  load , so html pages don't appear right. ...
Score Listing properties of an object
John - 3 May 2007 4:08 PM - 5 messages
Hi Is there an easy or a built-in way to collect all properties of an object into a string variable for debugging purpose? I am looking for something similar to this; "Property1: Property1value Property2: Property2value Property3: Property3value ..... Propertyn: Propertynvalue" ...
Score Versioning problem
John - 3 May 2007 10:30 AM - 4 messages
Hi I am picking up app version using Application.ProductVersion.ToString. The problem is it always comes up with 1.0.0.0. Is the version not supposed to change with successive builds? Thanks Regards ...
Score 2.0: "Debugging failed because integrated Windows authentication in not enabled."
R.A.M. - 3 May 2007 10:01 AM - 5 messages
Hello, I am writing my first ASP.NET application (I use .NET 2.0, Visual Web Developer 2005 Express Edition and SQL Server 2005 Express Edition). The application builds successfully but when I try to start debugging from Visual Web Developer I receive message box: ...
Score General questions
Oriane - 3 May 2007 9:22 AM - 4 messages
Hi there, I have a few unanswered questions ! 1> Can I create an ActiveX control with .NET ? 2> .NET is supposed to provide the COM functionalities. So how can I build a "COM server" in .NET ? I mean: suppose I build a .NET application/product, and I want to give my customers an tool to interop with that tool on the same machine, that is a COM component, but in ..NET. I suppose it would be stupid to use the Web Services or .NET remoting... ? ...
Score Regarding VB 6 installation After VB 2005 installation
marindkesavan - 3 May 2007 4:53 AM - 2 messages
Sir,       I currently have vs.net installed on my computer, but I need to install vb. I face some Dll issue. Please give me a perfect solution ...
Score Internet hanging all the time
Lil Weed - 2 May 2007 7:14 PM - 3 messages
error message "Fault Bucket 372852869" or "hang module hungapp" in fact have whole host of error messages and have no idea how to solve the problem - can anyone help me please - Err! I'm not very technical. ...
Score global variable
martelpa - 2 May 2007 6:44 PM - 10 messages
Hi, I would like to store data for a specific user in multi-user environnment.  I need the data to be accessible to all class for a specific user but not the others.  In need something like a class with static variables, but for each ...
Score Conditional AssemblyNames
KalliMan - 2 May 2007 1:37 PM - 3 messages
Hi all, I have a simple .NET(C#) project and I want to make different names of my output assemblies depending from Current Configuration. I mean Assembly named "NameDebug.exe", if i'm in Debug mode  and "NameRelease.exe" if I'm in Release mode :). ...
Score User impersonation in C#
Chris - 2 May 2007 1:36 PM - 3 messages
Hi, I am using a win32 function, LogonUser, to impersonate a user across a WCF service. I have noticed that everytime I call this function, a new logon session is created for that user, meaning that multiple calls yields multiple ...
Score Can Win CE.net(ver 4.1) application work on Win CE 5.0 handheld?
CWebb - 2 May 2007 7:17 AM - 2 messages
Thanks ...
Score Error while running the application using Enterprise Services Transactions.
srinivasan.shanmugapillai - 2 May 2007 1:37 AM - 3 messages
Hi, I'm running a VB.NET windows applicatrion that is using the enterprise services transactions. While running this application without enterprise services support, a connection is established and data is retrieved sucessfully. when the class is configured to run inside enterprise services, it ...
Score Development Environment setup?
Daniel DiVita - 1 May 2007 6:20 PM - 3 messages
I had asked this question about a week ago, but never got any feedback. I am going to post it again: I need some advice on how I should setup my development environment.  I am developing in ASP.Net with VB.net (.NET 2.0). I am working with multiple ...
Score C++ Interop - Getting String value back from ATL COM Server
spd3001 - 1 May 2007 4:09 PM - 4 messages
I have a C++/CLI app that uses a logging control in an ATL COM Server.  C++ Interop seems to work just fine to pass data from the C++/CLI app to the ATL Control but I can't seem to figure out how to get a string value back from ...
Score Running a console application in Windows Scheduler - .NET Runtime Error EventID: 5000
kplkumar - 1 May 2007 2:36 PM - 2 messages
Hi all I am fairly new to windows scheduler. I have an .exe console application that needs to be run 1st of every month. I created a scheduled task in Windows Schduler and called the .exe. The application is supposed to pull some report data and make a ...
Score Can I install Win2K on a machine already running XP?
Tanaka Oshi - 1 May 2007 12:25 PM - 2 messages
I currently have XP pro on a machine and have a need to install Win2K on the same machine. I don't want to loose my XP if I install Win2K with SP4 on the same machine for a dual boot system last? Any help would be greatly ...
Score Money 2004
GoodTrouble - 1 May 2007 10:50 AM - 2 messages
Anyone know if / how it is possible to either disable, or reset the "trended items" in Microsoft Money 2004?? It is very frustrating, I know the program would work if I could clear out all the old numbers from previous income and ...
Score help on Windows Service ?
calderara - 1 May 2007 7:20 AM - 4 messages
Dear all, I have a process named P1 ( windows form or console app) which need to send a command to a windows service and then my servcie will proceed that command and do proper opertaion. For instance P1 could send DATAREADY, my service shoulld receive that ...
Score How to convert from string to integer?
Allen Maki - 1 May 2007 3:48 AM - 3 messages
I am working with MS Visual C++ .net 2003. With your help, thank you, I am able to take data from the user through a text box of a form and show the information on label of another form.  But I ...
Score Hard Drive (C:)
INouvai - 1 May 2007 3:01 AM - 2 messages
I am unable to burn music cds. When I first got the computer i was able to do so, but when I tried the next day, the CD burning program kept saying "no drives available". I can still play audio cds & dvds though. Any help?? ...
Score Adding iCalendar support in Visual studio .net 2003
neenat - 30 Apr 2007 10:59 PM - 2 messages
Is this possible ? Can I use calendarwriter to create and modify ical objects in visual studio .net 2003 ? Are there any open source libraries  thart can be used ? Thanks Neena ...
Score Download driver for modem (portacble telephone-cell) x WIN PRO. 64
Albichess - 30 Apr 2007 10:58 PM - 2 messages
I have download and install the XP professional 64 bit, trial version. It don't see the driver of my modem : Motorola V360 ( portable thelephone modem). With XP Home 32 bit, the modem no problem . With Xp 64 bit , no loading the driver. ...
Score Outlook Express reply sent to wrong address.
Troodles - 30 Apr 2007 9:26 PM - 3 messages
I had an email from someone who, at the time, was not in my address book. I clicked 'reply' and wrote my response. As I had clicked reply I didn't have to type in the email address separately. The person never received my reply ...
Score INtelisense with C#
calderara - 30 Apr 2007 8:40 PM - 3 messages
Dear all, I come from VB.net world and I start with C#now due to customer demand :-( I was used undeer VB that as long as you type the AS ( to define the type of your variable) the intelisense pops up with all data type, which easy when ...
Score So simple question for C# user ??
calderara - 30 Apr 2007 8:34 PM - 5 messages
Dear all, Until now I was programing for more that 6 years using VB.net simply because I come from that word and used to. Now I need to switch to C# simply because my customer want its project in that language. So now I am fighting with so ...
Score RAM
RED61544 - 30 Apr 2007 8:30 PM - 2 messages
This may not fit into this group but I have no idea where else to ask the question.  I recently upgraded my RAM from 384 MB to 1 GB.  I have added no new programs since the upgrade.  However, my System Summary in System ...
Score SERVICE PACK 2 - NON RECOGNITION OF HARDWARE
Kev - 30 Apr 2007 7:44 PM - 3 messages
Since installing Service Pack 2 my computer will not recognise my HP all in one printer. Tried uninstalling/reinstalling printer soft ware; disabling security firewall; changing usb cables but no change. I'm using XP home edition and had this same problem previously and only resolved it but ...
Score Building class
Rizwan - 30 Apr 2007 6:42 PM - 5 messages
In the system I am working on, there are 3 credit cards: Visa, MasterCard and AmericanExpress. On the database side I have one table: credit_card CREATE TABLE credit_card (  credit_card_id  int not null PRIMARY KEY,    credit_card_code  varchar(30) not null, ...
Score unable to locate component rtl100.bpl
tash - 30 Apr 2007 6:22 PM - 2 messages
hi having problems with my windows xp pro. when i start up my computer it pops up that the rtl100.bpl has failed as it can not be found. Reinstalling the application may fix the problem anyone know what i have to do ...
Score Are these Office Product IPv6 capable?
Kim - 30 Apr 2007 5:30 PM - 2 messages
We are beginning to create a migration plan of a large system from IPv4 to IPv6.   I must determine the capability of each product on this system.  This new question is with regard to •    Office 2003 / SP1 ...
Score Microsoft office prof IPV6 Capable?
Kim - 30 Apr 2007 5:26 PM - 2 messages
We are beginning to create a migration plan of a large system from IPv4 to IPv6.   I must determine the IPv6 capability of each product on this system.  This new question is with regard to •    Microsoft office prof  0199 ...
Score dataset not commiting data
skl - 30 Apr 2007 5:26 PM - 3 messages
I am currently using VS.NET 2005 to read in a text file into a sql server database table. The code cycles through the file and using a .add with a dataset seems to add all the rows just fine. ...
Score unable to access classs in VS2005
csharpquestion - 30 Apr 2007 2:23 PM - 4 messages
Hi all.  I have a real simple question that is driving me nuts.  I have the a console app with 3 classess. I am trying to access c2.doit() from Class1 - but I can't.  I can only ...
Score additional files in clickonce
Irfan - 30 Apr 2007 1:08 PM - 3 messages
hi, I want to add some CAD files or Excel Templates when i publish using ClickOnce. Is there any way i can do it. Thanks irfan ...
Score Workflow runtime ignores my (correctly loaded) Custom tracking ser
Graham - 30 Apr 2007 12:14 PM - 4 messages
I've added 2 tracking services to the wf runtime; one is the standard SqlTrackingService:                   trackingService = new SqlTrackingService(<trackingConnectionString>);                   <workflow Runtime>.AddService(trackingService); ...
Score Deleted files or are they?
DavidR - 30 Apr 2007 10:56 AM - 2 messages
Hi When running a Systemtec/Norton scan various jpeg/mpeg files are listed as being scanned (they do not appear as dangerous).  However I understand these files where manually deleted sometime ago.  Thing is, I can't actually find ...
Score Disk quota not showing correct file sizes
madcyryl - 30 Apr 2007 10:48 AM - 4 messages
I am currently in an educational enviroment and have decided to limit student folders to 75mb in size using disk quotas. this has now been implemented but quite a few folders are showing up in disk quota entries table as being just a few kb's in size when in actul fact some ...
Score Quick Ques: Installing .net 2.0 with .net1.x on system
Steve Williams - 29 Apr 2007 8:18 PM - 2 messages
Hi. I just installed .net 2.0 on my system and noticed that .net 1.1 was not un-installed. Is it OK to un-install .net 1.1 when installing .net 2.0 Must 1.1 be un-installed when .net 2.0 is installed. ...
Score Large Video Clips
favrtdad@yahoo.com - 29 Apr 2007 3:44 PM - 3 messages
Trying to send a video clip about 6 Mb in size, I get this message: Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Subject 'Emailing: Ferizaj 002', Account: 'pop3', Server: ...
Score Publishing problem
John - 29 Apr 2007 2:51 PM - 5 messages
Hi I am publishing a vb.net app to a remote ftp/web site. This seems to go successfully. Once I try to install the app by using the url [link] and pressing the Run button, I get the ...
Score Running sub in a separate process
John - 29 Apr 2007 2:38 PM - 4 messages
Hi Is there a way to run a sub in a separate synchronous or asynchronous process? One of the reason I would like to do that is I do not want this process to effect the main app and also to cleanup the process resources ...
Score Microsoft Office Professional 2007 Trial
Kartgurl724 - 29 Apr 2007 1:18 PM - 2 messages
I get the following error when I try to remove it from my system: "The language of this installation package is not supported by your system" It has 327 mb of ram tied up and it will not let me delete it. ...
Score Regular Expression Problem
focus - 29 Apr 2007 9:06 AM - 4 messages
Hi, I'm wanting to return a match on a string using a regular expression where the value contains certain words but also doesn't include certain words. My string looks like this:           Toyota Mazda Ford Honda Holden ...
Score How do I execute a dos command from a .NET VC++ program
Kueishiong Tu - 29 Apr 2007 5:54 AM - 4 messages
I have a .NET VC++ program, I want to execute some dos command from the program, e.g. copy some file, and etc. How do I do that? ...
Score scripts on dotnet frameowrk
Wade Ward - 29 Apr 2007 2:42 AM - 3 messages
Hello newsgroup:-) I've got a project to which I'm committed to doing, and it could very well involve running scripts on my computer.  It used to be that you made windows into a server somehow.  I hope that for this project's sake, I can execute ...
Score unauthorized mail being sent from my address
sam - 29 Apr 2007 12:46 AM - 3 messages
I use Outlook express 6 and run Macafee virus protection. When I check my email I have hundreds of replies telling me my sent messages were blocked by spam blockers or the recip address is not valid. I did not sent these emails ...
Next »