Home All Groups Group Topic Archive Search About

General .NET discussion

microsoft.public.dotnet.general
Score Hide or show a property in a propertygrid
Steve Teeples - 11 Feb 2006 8:42 PM - 2 messages
Using VS2005, is the a simple method to hide or show a property within a propertygrid based upon the changing value of another property within the propertygrid. For example, if I change a boolean property to true then I'd like to show a ...
Score Directory Browsing using Cassini .Net 2.0
WolfsonNYC - 11 Feb 2006 5:42 PM - 2 messages
Anyone know how to enable Directory Browsing using the Cassini web server on .Net 2.0 ? Right now it says HTTP Error 403 - Forbidden when I go to a folder on my web site. Thanks, JW ...
Score switch vs Select Case
ME - 11 Feb 2006 4:56 PM - 12 messages
In C# the following code generates a compiler error ("A constant value is expected"): public void Test(string value) { switch (value) { case SimpleEnum.One.ToString(): MessageBox.Show("Test 1"); break; case SimpleEnum.Two.ToString(): MessageBox.Show("Test 2"); break; case SimpleEnum.Three.ToString(): ...
Score Where to submit bugs for VS.NET 2005?
Asaf - 11 Feb 2006 9:23 AM - 4 messages
Hi, I am developing with VS.NET 2005 and I have already experience three potential bugs in VS.NET 2005. Where can I submit them? Regards, Asaf ...
Score SQL Sever connection denied after computer restarted
mangia - 11 Feb 2006 12:57 AM - 3 messages
I have a client PC running a C# program that obtains data from an SQL Server database.  The computer hosting the database is on a local network and is accessed by using the following connection string:  Both computers are ...
Score SOAP Body
Bryan Dickerson - 10 Feb 2006 11:01 PM - 32 messages
Ok, simple question: from a VB.Net web service (as I've said before, I'm a newbie to SOAP), how would I get the SOAP body into a string?  My boss and I concur that it, at least from our perspective, should be as simple as ...
Score Remote control of a PC
Martin Waller - 10 Feb 2006 8:59 PM - 4 messages
Hello, Does anyone know you to use c#, vb.net to take control of a remote PC ? Where would be a good place to start looking ? Many thanks Martin ...
Score Inerop help
yuriy_zubarev - 10 Feb 2006 7:55 PM - 2 messages
Greetings, I apologize for re-posting this, but I'm running out of options on my side. I've got a DLL that's not COM compatible and I'm stuck using interop for the first time. I got couple of simple DLL calls all right but ...
Score Help with c# variables
Lambert Symth - 10 Feb 2006 7:28 PM - 6 messages
How can i use a variable from within a different function in which it was not set. Like the example. using System; namespace test {     class class1     {         static void Main() ...
Score Interfaces used always with new classes, why?
Kiran - 10 Feb 2006 7:00 PM - 10 messages
Hi, As a convention we always create interfaces before creating classes for class libraries. we then implement this interface in a class. Can someone point out the reasons\advantages for doing this in a simple way. Thanks Kiran ...
Score Strong Names for 3rd Party Assemblies
bryan - 10 Feb 2006 6:42 PM - 3 messages
Hi -     I am running into a problem with strong names. All of my assemblies are strongly named; however, I use a couple of 3rd party ..Net components and they are not strongly named, so my build fails. ...
Score Uninstalling VS.NET 2003
Ivan Debono - 10 Feb 2006 4:37 PM - 2 messages
Hi, I'm trying to uninstall VS.NET 2003 and I get the error message 'Setup can't determine the correct order...' and quits. Is there a way to solve this problem. Thanks, Ivan ...
Score Any Oracle victims here?
Rob R. Ainscough - 10 Feb 2006 3:56 PM - 23 messages
Sorry to hear about the job cuts and Oracle now out sourcing to India. Rob. ...
Score C# on Non-MSFT OS's?
Obergfell, Joe - 10 Feb 2006 3:51 PM - 7 messages
Sorry if this is an ignorant question but I am just shooting in the dark here... I am just wondering if it is possible to have C# on non Microsoft Operating Systems.  Like, lets say.... Linux.  Is anyone out there using ...
Score File in use
vul - 10 Feb 2006 3:46 PM - 6 messages
I'm developing Windows Service which is going to listen MS Fax service events and update the database when Fax Job changed its status. I need to read OutboxLOG.txt which is used by MS Fax service. I  either would like to copy it and to work with its copy to use its data ...
Score Express edition question ???
serge calderara - 10 Feb 2006 3:11 PM - 6 messages
Dear all, What is the idea of Microsoft behing having release this express edition for Visual Studio and SQL server ? Where I I get info aour real limitation compare to full version ? thnaks for your comments regards serge ...
Score how to solve mouse event won't fire again until click on another cell in a datagrid
Ryan Liu - 10 Feb 2006 2:53 PM - 2 messages
Hi, I need the MouseDown event be trigged everytime when you press mouse in a datagrid (System.Windows.Forms). Hi, I need the MouseDown event be trigged everytime when press mouse in a datagrid (System.Windows.Forms). But seems mouse event will only fire once, and it seems changed to edit mode ...
Score Form Maximize problem
John - 10 Feb 2006 10:44 AM - 14 messages
Hi, I have on form MenuBar, Toolbar, and Grid control. Form property is set to form opens as Maximized. Form maximizes through whole screen, but I don't see bottom part of grid, because TaskBar (of Windows) is above grid. Why form maximizes below ...
Score Wrap text (i.e. description) in html drop down box
Rocco - 10 Feb 2006 6:39 AM - 3 messages
Hi, I have a drop down box with width=120px. The box length cannot be extended because of design issue. How can I wrap text in html drop down box ? Thanks, Rocco ...
Score Transactions across connections.
Nerd - 10 Feb 2006 6:15 AM - 3 messages
I have 3 function in my component . all 3 something are like this Open Connection Issue SQL statements(insert /update/delete) Close connection Now I have an application that uses these 3 functions in various parts. I want this application to manage transaction. ...
Score "&" symbol in querystring
beachboy - 10 Feb 2006 5:16 AM - 4 messages
I have a problem if the parameter has a "&" symbol in querystring, i think asp.net will split the value into 2 values as "&" is a spliter any advise can give me to solve this problem? P.S. I can't restrict user don't input "&" symbol when input ...
Score create project file
js - 10 Feb 2006 2:43 AM - 4 messages
hi, I have a .net application is running public, I don't have source code, but I see some of the .vb code , user control files in the ftp folder. I want to make some changes to it, so I copy the hold folder into my local ...
Score compiling other languages? or mixing with gcc?
Lloyd Dupont - 10 Feb 2006 1:19 AM - 3 messages
I have a project which includes some langage not supported by Microsoft (but supported by GCC, namely ObjectiveC), as well as C#. I have huge problem debugging sometimes. Does anyone have a tip about a tool I could use to have a seamless compiling ...
Score Deploying a simple app.
Ant - 10 Feb 2006 12:57 AM - 5 messages
Hi, I'm a newbie to .NET so... After developing a simple, non distributed application (if that's still applicable these days), how do I move the appliation to another PC? Is it simply a matter of copying a folder, or exe file over? If so, do you ...
Score problem with asp
Tom - 9 Feb 2006 11:36 PM - 2 messages
Hi I'm doing an experimental page using asp. The problem is, my times and dates will not show on the files The text shows fine, but the asp scripts for time, date etc., don't show the time and the date. ...
Score Newbie MSBuild question
minorguy - 9 Feb 2006 10:51 PM - 6 messages
I have a general question about MSBuild (which I know little about so far) and I hope this is the right newsgroup. I can read the reference documentation about MSBuild, but it's not really telling me what I want to ...
Score Web Services/SOAP(I think) question...
Bryan Dickerson - 9 Feb 2006 10:26 PM - 3 messages
I'm trying to test a web service that I wrote and I'm getting this exception: An unhandled exception of type 'System.InvalidOperationException' occurred in system.web.services.dll Additional information: Client found response content type of '', but expected 'text/xml'. ...
Score BitArray use (System.Collections)
Rick Williams - 9 Feb 2006 8:15 PM - 8 messages
I was so happy to find the BitArray class. Until I 'cut and pasted' the following sample code from Visual Studio's help: #using <mscorlib.dll> #using <system.dll> using namespace System; using namespace System::Collections; ...
Score info on RSS api
Brandon Furtwangler - 9 Feb 2006 6:41 PM - 7 messages
is there a better newsgroup to ask questions about the RSS api? if so, please direct me because i cant find anything more specific than this. My question: How do the events work thought COM interop?  I'm trying to 'GetWatcher' on a ...
Score Slow debugging speed in VS2005
Larry Goldstein - 9 Feb 2006 6:31 PM - 3 messages
I have just recompiled several of my large projects under VS2005 and notice that the speed at which they operate within the Debug configuration has gone up by a factor of 300-400%. Does anyone know of any settings that I can tweak ...
Score Is there an easy way to change the default printer from .net?
ThunderMusic - 9 Feb 2006 6:25 PM - 2 messages
hi, Is there an easy way to change the default printer from .net? thanks ThunderMusic ...
Score How do I jump to the Next row in a foreach
Steve - 9 Feb 2006 4:51 PM - 5 messages
C# I am iterating through a collection of rows thus: foreach(DataRow myRow in dsTable.Table[0].Rows) { ........... } in this loop I have some conditions and when one is met I dont want it to procede down the code, I want it to go back to the top of the loop and ...
Score How to make a windows service work to the network drive?
Miriam - 9 Feb 2006 4:49 PM - 4 messages
Hello, I created a Windows Service in VB.NET, which is to purge files periodically in the local system and also in the shared network drive. Here is my problem: 1. If I set the “Account” property of ServiceProcessInstaller to “Local ...
Score Translate .NET code to VBA
JP Ogden - 9 Feb 2006 4:19 PM - 3 messages
I have a some .NET code that I need to translate into VB.  Does anyone know how to do this?  If so, thanks in advance! Here is the code.  I only need the translation code between START ...
Score Internet - Intranet Data Dilema
asdf - 9 Feb 2006 4:07 PM - 2 messages
Hi, Currently, I have one database for Intranet clients on the server behind the firewall. But I was asked to allow the extranet users to access the same data. From the security perspective what is the best way to make that data ...
Score Could a delegate point to a constructor?
ThePinkPanther - 9 Feb 2006 3:20 PM - 4 messages
Hi. I'm looking for a way to make a delegate point to a constructor. I'm not too sure i'm explaining it right,so here's a sample code to demonstrate. ----- using System.Windows.Forms; class xyz { public  delegate Form MyDelegate (string input); ...
Score Can I get The Code
Gadi shor - 9 Feb 2006 2:59 PM - 5 messages
Hi I will be glad if someone can send me the fixed code to gads***@gmail.com Thanks Gadi *** Sent via Developersdex [link] *** ...
Score Printing PDF on a specific printer without human action... How?
ThunderMusic - 9 Feb 2006 2:53 PM - 3 messages
Hi,     I must print a PDF report from a windows service (so without human action). The pdf is located in a specific place on hard drive that is accessible to the application. Until now, I've only been able to open the ...
Score IHttpModule
Hari Menon - 9 Feb 2006 2:43 PM - 2 messages
Hi, Can I write an implementation of the IHttpModule and set it up on IIS 6.0 such that it gets invoked for all requests (including the requests going to non .NET appliations) thanks hari ...
Score TreeNode in bold clips the label also if Treeview Fond is bold
Mano - 9 Feb 2006 10:31 AM - 12 messages
When settiing a TreeNode to bold the text label of that node is clipped. As describedin in the Bug Rebort FDBK16963 I set the underliying TreeView Fond to be bold. Now I have the strange behavior, if I delete all childnodes, when the parent ...
Score integration with Outlook 2003: slower on XP than W2K? after upgrade?
Pieter - 9 Feb 2006 10:13 AM - 6 messages
Hi, I have a VB.NET (2.0) application that integrates with Outlook 2003. I have windows XP SP2. The users had Windows 2000, and Office 2000. They upgraded (!) to Office 2003. But: - an action that takes 0,5 seconds on my pc, takes them 4-5 seconds ...
Score local datastorage for my application, access / alternatives
Eduard Witteveen - 9 Feb 2006 9:50 AM - 5 messages
Hello, I want to store (database-)data on my local machine. Traditionally would choose to use a ms-access database to store my information. -> Is the choosing ms-access a good idea? (do i need to install mdac / jet stuff? and which version is recommended) What are the alternatives? ...
Score Testing VB.net application -reg
thirumalairajan - 9 Feb 2006 8:55 AM - 2 messages
Dear friends, We are developing an application in VB.net (Visual Studio 2005). Please suggest an automated tool to test the application for GUI, Functional testing etc. The operating system is XP or Windows 2000 Prof. rgs, Thirumalairajan ...
Score Application Block Usage
Jeff S - 9 Feb 2006 5:42 AM - 4 messages
Regarding the Application Blocks provided by Microsoft; are any of you using them in production systems? If no, why? If yes, what has been your experience?... would you recommend for or against their use? Here's the Application Blocks I'm referring to: ...
Score Reflection Issues
Chad Dollins - 9 Feb 2006 4:27 AM - 2 messages
I've got everything going nearly except one line of code. I think I'm in over my head here so, I'm going to ask for some help. Basically what the preposal is that you will be able to open a folder browse ...
Score Type.GetType(), GAC, strong names
lit - 9 Feb 2006 3:57 AM - 2 messages
I want to use Type.GetType(typeName) for a class defined in an assembly that will be in the GAC.  I understand that I must provide strong name information such as the KeyPair or versioninfo in the typeName string. ...
Score Block Files
Eduardo Fonseca B. - 8 Feb 2006 10:26 PM - 3 messages
Is there any way so I can tell a C# application to block a file from been copied by another application. For example I have two application running, there is a posibility that both application try to do a File.Copy trying to access the same file. ...
Score Exposing a class...
tascien - 8 Feb 2006 9:59 PM - 5 messages
Hi guys, I have a class object I want to expose in a webservice class... How can I make sure that all objects including subclasses are exposed in WSDL. here is an example:     Public Class Lists '< - class for all lists.. ...
Score Not Getting Error Message (and should be)
Jeff - 8 Feb 2006 9:11 PM - 2 messages
I am testing my ASP page and when I click on the link to open up my new asp page I get "page cannot be displayed".  When another person clicks on the she gets a descriptive error message about a Type Mismatch on a COM function call ...
Score options for shelling out command line commands
djc - 8 Feb 2006 8:43 PM - 7 messages
I'm wondering what options are available, if any, for being able to run 'any command line command' from a .net compiled program. I would want the output that would normally go to the command line for the command to be available ...
Score Please help VS2005 generates no MSIL for some statements..dissasembly attached
ste - 8 Feb 2006 8:32 PM - 3 messages
VS2005, .NET2 I have a dll that is using TraceSources with no problems. The dll is linked to a webservice. The webservice creates its own traceSource and every thing looks fine.. however whenever i try and call a TraceEvent, TraceData method nothing gets ...
Score First Chance Exception
Tommy - 8 Feb 2006 8:01 PM - 2 messages
I get this message in the output window of my app I just converted from VS 2003 to 2005. It's a VB.Net app. A first chance exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll How can I find these exceptions so I can take care of them? They do not show ...
Score Webforms vs. Winforms Decision
3Cooks - 8 Feb 2006 7:56 PM - 5 messages
I have a windows application written in Visual Basic 6.0 that is going to be redeveloped in  dotNET.  We are trying to decide if we should deploy using Webforms or Winforms and I need advice from someone who is ...
Score Launching a Process using Process.StartInfo
MVB - 8 Feb 2006 7:46 PM - 2 messages
Hi, I am trying to call a process from my c# application. I want to execute certain number of arguments one after the other . For e.g In Diskpart.exe I want to first execute "List Disk" Then I want to execute "Select Disk x" ...
Score HowTo? RegEx - pattern to exclude the whole word
shonend - 8 Feb 2006 7:01 PM - 5 messages
I am trying to extract the pattern like this : "SUB: some text LOT: one-word" Described, "SUB" and "LOT" are key words; I want those words, everything in between and one word following the "LOT:". Source text may contain multiple "SUB: ... LOT:" blocks. ...
Score How to impersonate a specific user accessing to network shared directory?
Marco - 8 Feb 2006 5:14 PM - 2 messages
directory of a file server. Unfortunately, I must access to this file server with a different user, not the user impersonated by the web application. I want that Directory.GetFiles() uses a specific user to access to the shared directory. ...
Score how to allow for null value with RadioButtonList
Jay - 8 Feb 2006 3:58 PM - 2 messages
On my aspx page I have a FormView with a RadioButtonList bound to a column on a DataSource table. The form starts up in Edit mode.  I want the formView to start up with nothing yet selected in the RadioButtonList. Is there a way to ...
Score Dynamic UserScopedSettings
lloyduh234 - 8 Feb 2006 3:49 PM - 7 messages
Is there a way to dynamically create user scoped settings? For example, a lookup window inside an MDI application that is called by multiple forms and needs to maintain it's size and position based on the MDI child form from ...
Score Efficiently convert Base 1 Array to Base 0 Array?
Peter Nofelt - 8 Feb 2006 3:44 PM - 6 messages
Hi all, My scenario is as follows: * Receive a base 1 array (index starts at 1 instead of 0) of data from a COM component . * Need to pass this array to a .net component that requires its array index to start at 0. ...
Score question refined - Copy file from client to server
CGW - 8 Feb 2006 2:41 PM - 10 messages
I asked the question yesterday, but know better how to ask it, today: I'm trying to use the File.Copy method to copy a file from a client to server (.Net web app under IIS [IUSR account]). It looks to me that when I ...
Score Disasembled Managed Code vs2k5
Bob - 8 Feb 2006 2:36 PM - 2 messages
When debugging .Net in disassembly view with vs2k5 is there any way to view memory values using segments?  I tried using quickwatch and also dropping the segment/pointer in to the memory window but it does not get the value. ...
Score Printing more than one page in VB.Net using PrintDocument object
islay@newsgroups.nospam - 8 Feb 2006 2:25 PM - 4 messages
Hello, I'm trying to print more than one page using the PrintDocument object. I set "e.HasMorePages = True" after completeing the first page in the "PrintDocument1_PrintPage"  subroutine, and then "exit sub". When "PrintDocument1_PrintPage"  is called for the second page, it skips to the ...
Score How to test Vb.net application?
thirumalairajan - 8 Feb 2006 1:13 PM - 6 messages
Dear friends, I am in a testing team. I have to test a VB.net (Visual studio 2005) application. How can I test it?. Is there any tools available? Please give me an immediate solution. regards, Thirumalai ...
Score Running application in local intranet
bjarne - 8 Feb 2006 10:51 AM - 6 messages
I´ve made a desktop application in C# (.NET 1.1) and now I would like it to run in a local intranet. I know that I can change the .NET configuration on each client and give the specific application ...
Score Sync build number for all assemblies
moondaddy - 8 Feb 2006 7:39 AM - 5 messages
How do I get all my assemblies to have the same build number? ...
Score Get version and build number while app is running
moondaddy - 8 Feb 2006 7:31 AM - 3 messages
How would I get the version and build number while the app is running? Whats the standard way of getting this info for an app's about window? ...
Score browsing binaries
source - 8 Feb 2006 2:40 AM - 4 messages
I have few binaries (dll) that I use within my project. I also have sourcecode for those dlls. What I am trying to achieve is when I want to step into or View defination (option you get in the context menu of Visual Studio when you highlight and ...
Score Problem with abstract class variable etc...
timpera2501 - 7 Feb 2006 10:29 PM - 3 messages
I am a newb to OOP programming and I'm only just starting with C#.  I've done a TON of reading lately, and I'm currently in the process of modifying some of the function provided by the "TimeTracker Start-up Kit" for my needs. ...
Score Implicit conversion of an array
Dave - 7 Feb 2006 9:47 PM - 2 messages
Given: Class Data {   Public Data (string[] vals) { /*Fills properties*/ } } public Data[] ParseFile (StreamReader input) { ArrayList list = new ArrayList(); string line = input.ReadLine(); while (line!=null) {   list.Add (new Data (line.Split ('|'))); } Is there a way to declare an implicit conversion such that ...
Score VB 2005 Express Drawline Help
Ian Tedridge - 7 Feb 2006 9:35 PM - 2 messages
Can anybody help me with a small piece of coding ? I have used some code to draw a square within my form, using the drawline function with in the Form1_Paint event handler. With in this square, I wish to draw a line which originates from the bottom ...
Score Edited xxx.vbproj file after the conversion to VS2005 from VS2003. Won't open now.
GW - 7 Feb 2006 8:08 PM - 3 messages
After the conversion and fixing some errs VS2005 threw, project ran OK. Opened xxx.vbproj file after the conversion to VS2005 from VS2003. Changed (usng wordpad) ../msbuild/2003 to 2005 thinking that should read 2005 Unable to open project after that. Chgd back to 2003. Unable to open. Err ...
Score C# 2003 vs VB.NET 2003
Joe Obergfell - 7 Feb 2006 7:41 PM - 4 messages
Which is generally better for database queries?  I am having to make a program which will be used to enter vast amount of data for a Great Planes database.  I just need to know if C# or VB.NET interacts better ...
Score File copy from client to server, newbie question
CGW - 7 Feb 2006 6:59 PM - 4 messages
Our intranet site is hosted on a local web server, behind a firewall. I need to copy pdf files from client machines to a folder on the web server for public posting. The File.Copy method appears to follow the path (such as ...
Score launch file with different programs but same extension.
Peter Rilling - 7 Feb 2006 6:57 PM - 4 messages
When I installed VS.NET, I noticed that the solution files (having the extension .sln) seem to know what version of the ide created it.  If I have previous version, the icon changes and when double-clicked, it seems to know ...
Score Opening and closing connections
JAdrianB - 7 Feb 2006 6:03 PM - 3 messages
If you have ASP.Net pages that contain multiple user controls and reference multiple classes, is it better to: 1.  Open a single connection and pass it around to all objects that need to access data, or 2.  Open a connection within each individual control, page, or class for ...
Score Question on VSTS licensing
Ray Stevens - 7 Feb 2006 4:41 PM - 2 messages
I don't see a seperate newsgroup for this, so I am going to post my question here. I understand that Microsoft's new VSTS is being RTM'd and should be available for downloading sometime today. I am a little confused about ...
Score Starting application using Windows Service
Cleyton - 7 Feb 2006 4:06 PM - 6 messages
Hi! I would like to know if is it possible start an application through WINDOWS SERVICE using  System.Diagnostics.Process.Start()? I've tried to do this but nothing happens. Tks! ...
Score Web Bot simulating end user interaction with web page
Thinker - 7 Feb 2006 3:22 PM - 3 messages
Hi I am currently creating a web bot that simulates a user interaction with a webpage. The Bot's functionality would be similar to what an end user does on a data entry webpage Any information on this subject would be helpful, sample code is ...
Score Finding Dates
Michael Dawson - 7 Feb 2006 2:16 PM - 3 messages
I am new to using dates with .net and am in a bit of a pickle ;-) I need to get a date, then be able to find what date that week starts and ends on, as well as financial year dates. Is there anything in the .NET ...
Score How to refer to 2.0 Framework?
Boomessh - 7 Feb 2006 1:16 PM - 7 messages
Hi all, I have installed .NET framework version 2.0 and i am trying to get the method Transmitfile under system.web.httpresponse. How should i make my asp use the 2.0 framework dll's. 1. I have registered the asp 2.0 by using the Aspnet_regiis under the 2.0 ...
Score Changing Registry Rights
Stephan Leppin - 7 Feb 2006 12:10 PM - 4 messages
I've got a general question. Is it possible to change Registry of a registry Path by a procedure call or something like that in .NET. ...
Score File IO ASP.NET
Martin - 7 Feb 2006 10:15 AM - 2 messages
Hi I have a asp.net page which uploads a file and saves it to the server.   All objects are set to nothing. The page will then allow users to delete the uploaded file,  but I get an ...
Score Which one - Visual Studio 2003 or 2005?
Skc - 7 Feb 2006 10:02 AM - 5 messages
We have a developer who has made an application in Visual Studio 2003 and this will not work in our version of Visual Studio 2002. Error message:  Solution file loading error:  The selected file is not a valid Visual Studio ...
Score VS 2003 and VS 2005 simple question ??
serge calderara - 7 Feb 2006 9:52 AM - 5 messages
Dear all, I have customers for which I need to developped application within vs 2003 environement and some others under 2005 environement. Is there any reported trouble on having VS2003 and 2005 installed on the same workstation ? regards serge ...
Score GUI for windows Service
niclarke - 7 Feb 2006 9:46 AM - 3 messages
Does anyone know of any good tutorials on controlling/administering a windows service? maybe something like a taskbar application. Not just stop/start but more like application settings. Cheers, Nick ...
Score Time Out Error ..
Travis - 7 Feb 2006 6:28 AM - 2 messages
Hi ,   I was getting this error msg everytime I build and run the report.. sometimes I run fine sometimes it has error .. what should I do ? "[SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.] ...
Score Macros as Post Build Events?
ChrisB - 7 Feb 2006 6:22 AM - 3 messages
I have a number of things that I need to do on my assemblies after a release build which I'm currently doing by executing a VBS file as a post build event. Things include Dotfuscating, re-singing using sn.exe and copying all ...
Score MDI vs SDI
neioxp - 7 Feb 2006 5:49 AM - 3 messages
Hi, Does anybody can direct me the link where I can find a Design Patterns in using MDI/SDI Windows? I am in a situation in determining if I am going t o use MDI or SDI in my Smart Client project. ...
Score Very urgent!!!!!!!
sonu - 7 Feb 2006 5:33 AM - 6 messages
How to edit a word document online using asp.net.I m able to open office documents in office applications. ...
Score Copying files across network
Sue - 7 Feb 2006 4:54 AM - 7 messages
Hello We have an application where the user would upload files (max size of 200 mb) from their client machine. This application will run on a web server (its a web server which would be used by the general public), ...
Score ADO.net + MS Access = performance issues
Dmitry Akselrod - 7 Feb 2006 3:05 AM - 9 messages
Hi, I have a recursive application that walks through a directory structure on a Hard Drive and writes various file information to a single table in an Access 2003 database.  I am opening a connection to the database at the ...
Score Newbie question about open/close connection
Kay - 7 Feb 2006 3:04 AM - 3 messages
Hi All, I have loop that loop thru a data reader (i.e. conn = DB1Conn), in the loop, I need to select some records from another database (i.e. conn - DB2Conn): Do while theReader.Read     DB2Conn.Open ...
Score Open VB.NET app from VB6 app & vice-versa
Job Lot - 7 Feb 2006 1:56 AM - 2 messages
How can I open VB.NET application from within VB6 application? I have a button on the toolbar for the main form of VB6, which should open VB.NET application. The main form of the VB.NET application displays set of results ...
Score ASP.NET 2.0 Menu Control
Nick - 7 Feb 2006 12:11 AM - 6 messages
I am creating an application with a static menu.  Is there an easy way to get the menu control included with 2.0 to have shadows under the sub menus as well as a border similar to the navigation menu that appears on Microsoft's ...
Score DNS.GetHostEntry()
The Grim Reaper - 6 Feb 2006 11:43 PM - 3 messages
Hi all, I have a small "irritant" to do with DNS resolving in .NET Framework v2.0. For this example, assume the following network information;     Local IP address is 192.168.0.10, on a PC named "PC_01" ...
Score VS 2005 guesses at DLL
Brian Begy - 6 Feb 2006 10:45 PM - 2 messages
Has anyone else observed this: 1)  Take a project that contains a reference to a dll. 2)  Remove said dll from the original location. 3)  Build project. Instead of failing at compile time, as any sensible compiler should, we ...
Score Add a blank item in a data binded combo, how?
Kay - 6 Feb 2006 10:16 PM - 10 messages
Hi all, Could you tell me the best way to add a blank item(as first item) in a data binded combo box?  Because I think I didn't do it right and it generate an error if the second item(after the top blank item) is selected by using ...
Score General network error when making asynchronous calls to long sql
Yong - 6 Feb 2006 9:38 PM - 5 messages
I get a general network error when I try to make asynchronously call ExecuteNonQuery on long sql statements that run in parallel. Here is the background info on what I'm trying to accomplish: I have a sql file with two long T-SQL batches, each of which contains about ...
Score help: do all .net applications require the .net framework?
toiletgraffiti - 6 Feb 2006 9:35 PM - 3 messages
this may sound like a crazy question but ive read elswhere that you can remove the dependency for the .net framework by editing the .msi file.  is this true?? ive created an ultra simple app to run on clients machines but they dont ...
Score Updating SQL2005 table containing timestamp column
Mal Ball - 6 Feb 2006 9:34 PM - 23 messages
I hope I have the right forum for this question. I have an existing Windows application which uses a SQL Server database and stored procedures. I am now developing a web application to use the same database. The original Update and Delete SP's all use a timestamp for concurreny ...
Next »