Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > november 2004 > threads for thursday november 4

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Can I grant temp rights to a user in an application
Posted by jean-dot-paul-at-opelwilly-dot-com at 11/4/2004 11:16:46 PM
Hello all, I have two different applications where my application wants to do something the logged user has not the rights to: 1) Change a HKEY_LOCAL_MACHINE key value. The user has only Local\User rights and I seem to need Administrator rights. Is it posible to grant in my program (Wind...more >>


IDE just goes away during compile
Posted by Kevin Atherton at 11/4/2004 7:42:04 PM
That's pretty much it. I press build (or build all), the code starts to compile, and then....*poit*! Away goes IDE without fanfare, no errors, no warnings, no nothing. And it does this so much that it's starting to eat into my productivity. Anyone had similar experiences they've fixed? If so...more >>

Performance Problems with Zero Touch deployed WinForm Application
Posted by Matthias Heuer at 11/4/2004 6:33:08 PM
Hi, we try to deploy a quite heavyweight .NET (C#) Rich Client App (2 Tier) via IIS Server Zero Touch, but it requires about 4-6 times more Processor Time and is thus 3-4 times slower than if started locally. We have already set up Dummy Resource Files and we can see from the Web Server Log t...more >>

VB .Net WIN Forms
Posted by Peter at 11/4/2004 6:13:01 PM
Hi Everyone, I need your help with VB .Net forms. I have an MDI Parent form and several MDI Children in my VB .Net App. I have noticed that when I close the MDI Parent the closing event of the MDI Children does not fire. Tow (2) Questions: 1. Is there a way to force the closing eve...more >>

Close an app in C#
Posted by Richie at 11/4/2004 6:04:56 PM
Hi all, I want to close excel application from C#, this is the piece of code I am trying "System.Runtime.InteropServices.Marshal.ReleaseComObject(excelApp);" GC.Collect(); It ain't working ! Any ideas please !! Thanks. ...more >>

Dynamic Controls in ASP.NET
Posted by Bhavin at 11/4/2004 3:53:09 PM
How can I capture user entered values from dynamically created controls in ASP.NET ? Thanks,...more >>

MNDN Library available?
Posted by Just Me at 11/4/2004 3:16:35 PM
Is the MSDN library available by downloading or must it be bought? Thanks ...more >>

.Net 2003 install
Posted by Dave at 11/4/2004 2:55:03 PM
I am trying to install .net 2003 on my laptop. The dvd went out on my laptop so I had to copy the folder over from my desktop to laptop. During the install I am getting an error for cpqstart.hxs it says "verify that the file exists and that you can access it." Any ideas?...more >>



remoting client in IIS request server waiting permenantly when the network connection broken
Posted by Dicky Cheng at 11/4/2004 2:32:07 PM
Hi, I am using .net remoting technology. I set up a .net remoting client and server in IIS. When the client calls the server, the server will run a long duration method (30-60seconds). I have a test on it that if the network broken at the time the client have already send the remoting request ...more >>

Dynamically creating array of controls
Posted by Bhavin at 11/4/2004 1:53:07 PM
Anybody quickly replies it, would be a great help! I try to create dynamic array of textboxes control in ASP.NET(C#). I got the following error while I tried to assign value to ID property of dynamically created textbox. (look at my code please ) Error: “ Object reference is not set to a...more >>

LIKE operation on SYSTEM.DECIMAL
Posted by ksedran at 11/4/2004 1:33:02 PM
Hello all, I am having an issue with a dataview.RowFilter expression. I am trying to filter a dataview with the following: DV_TXN.RowFilter = "MCC LIKE '" & MCCselection & "'" But get the following error: "Cannot perform 'Like' operation on System.Decimal and System.String" The data...more >>

Create installer with .NET Studio
Posted by Indrek Mägi at 11/4/2004 12:56:05 PM
How can I create Application Installer, that copy exe some dll's, register dll's, ask licence agreement, ask show readme.txt etc. I made new Setup project, but how configure it? ...more >>

Reports and Visual studio 2005
Posted by Matej Kavèiè at 11/4/2004 11:55:36 AM
Hello, I have one question i saw that Visual Studio Professional Edition and Team System inlude SQL Reporting Services so how will be with licensing, it will be free for this report with sql database 2000 express. I don't know whic report to use, beacause I have small and large customers. So...more >>

Visual File Comparer Control
Posted by kevin.jacobs NO[at]SPAM hancockinfo.com at 11/4/2004 11:46:10 AM
I am looking for a file comparison tool that I can use in one of my DotNet applications. (something similar to the Compare Versions in SourceSafe, but not so complex). I would prefer it to be written in DotNet, but I do have the flexablity of an OCX or an ActiveX component. I have searched ...more >>

Get Path File From ShortCut(LNK)
Posted by Giovanni pepe at 11/4/2004 11:44:49 AM
How? ...more >>

DataGrid and autoincrement
Posted by dcstech at 11/4/2004 11:39:02 AM
I have a datagrid that looks at a dataset that I manually fill from a remote database. My first column is auto incremented. When I populate the dataset from the remote database the datagrid shows everything that I want it to. The problem is that when I clear the datatable(datatable1.clear) ...more >>

Running application both locally and remotely?????
Posted by faktujaa at 11/4/2004 11:29:03 AM
Hi, I have created an application that uses IIS to host remote components. All the remote components are listed in app.config in client and web.config in server. Now the app.config can contain either localhost name/IP address to point to remote component like <wellknown type="XYZ, XYZ" ...more >>

Problem with type converter
Posted by jorfei at 11/4/2004 11:14:12 AM
I have written a component with a property IPAdrress of type System.Net.IPAddress. To ease the configuration of the component at design time, I have written a type converter for the type System.Net.IPAddress. The type System.Net.IPAddress, as you know, is provided by Microsoft and I have no ...more >>

Understanding Application.DoEvents
Posted by bazad at 11/4/2004 10:44:49 AM
Hi, I'd like to understand consequences of Application.DoEvents call. Does it create a new thread? Thank you...more >>

Unable to generate a Datset using OledbDataAdapter in VB.net
Posted by jtsree at 11/4/2004 10:42:10 AM
I am Using (Windows XP) Visual Studio.net 2003 professional edition working on VB.net language. I am bulding a very very simple project in VB.net where i connect to Access Database by dragging OledbDataAdapter tool from the Data tab of the Toolbox. When OledbDataAdapter has been added to the...more >>

sending Mail in a Service
Posted by DraguVaso at 11/4/2004 10:36:38 AM
Hi, I need to send some emails in my Windows Service (VB.NET 2005). I made for that a simple class, which works fine when I use it in a Windows Forms application. Although: When I put it in my Windows Service I got problems: - I'm not able to let the Service send e-mails. - When I let my s...more >>

CLR Memory
Posted by MSFT Developer at 11/4/2004 10:20:43 AM
We are running into a problem where the SQL server and the webservers goes to a state where all the queries that normally return results in less than 3 seconds takes more than a minute or two. So far the only way we could get around this is to reset SQL server. Recently we found that even this...more >>

Draw without Alpha Channel?
Posted by fullscreen NO[at]SPAM gmail.com at 11/4/2004 10:12:57 AM
Hello Please excuse me if this should've been posted elsewhere, but I couldn't find a GDI+ specific forum, and since the classes are part of ..NET, I thought maybe someone here would have more experience with GDI+ than I have. Does anyone know a way to temporarily turn off the alpha channel...more >>

unable to generate Dataset using OledbDataAdapter in VB.net
Posted by jtsree at 11/4/2004 9:44:02 AM
i am using Visual Studio.net professional 2003 (VisualBasic.net).I am building a very very simple project where i need to connect to Microsoft access database through OledbDataAdapter in design mode by Dragging the OledbDataAdapter Control from the Data tab on the ToolBox and then generate t...more >>

Register in GAC - vsdrpCOM
Posted by Gene Vangampelaere at 11/4/2004 9:22:36 AM
Hi, I'm having a strange problem and I'm not able to resolve it. Can someone help me please ? I want to create a MSI (setup package) to install a assembly into the GAC. When I build the project I get this error: Unable to build assembly named 'NameOfTheAssembly.dll', HRESULT == '8007065B...more >>

maths
Posted by David Sobey at 11/4/2004 8:50:06 AM
i'm looking to do some maths, such as parsing equations into polymorphic trees, matrices, etc. I've done it in C, a mess, but now i want to port it to something less low level (read: less messy). C++ is good, but will i get much improvement, ie regarding the polymorphic trees (trees whoses nod...more >>

Session array in c#
Posted by NCZIMM at 11/4/2004 7:44:16 AM
I am trying to create a session array then use the array in a foreach. I get an error saying: "foreach statement cannot operate on variables of type 'object' because 'object' does not contain a definition for 'GetEnumerator', or it is inaccessible" The session is necessary because of postba...more >>

Cast String to Guid
Posted by Yog at 11/4/2004 7:30:20 AM
How do i convert a string to a Guid datatype ...more >>

Trying to create text editor that supports VS.Net like regions
Posted by sayenvs NO[at]SPAM auburn.edu at 11/4/2004 7:12:44 AM
I need to create a text editor that supports VS.Net like regions, where you can expand and collapse a certain part of the text when it is enclosed in #region - #endregion. Any suggestions or pointers where to start or where to look?...more >>

Create installer with .NET Studio
Posted by indrekm NO[at]SPAM noavv-dot-ee.no-spam.invalid at 11/4/2004 5:58:17 AM
How can I create Application Installer, that copy exe some dll's, register dll's, ask licence agreement, ask show readme.txt etc. I made new Setup project, but how configure it (add licence agreement form etc. )? *-----------------------* Posted at: www.GroupSrv.com *------------...more >>

Writing XPath query to search cdata
Posted by max237 NO[at]SPAM excite.com at 11/4/2004 5:06:03 AM
Hi I have an XML file which is something like this <XML> <FORMS> <FORM><![CDATA[F1# (a+b)2 = a2 +b2 +2ab]]></FORM> <FORM><![CDATA[F2# (a-b)2 = a2 +b2 -2ab]]></FORM> </FORMS> <MAIN> <MYFORM> <![CDATA[F1]]> </MYFORM> </MAIN> </XML> This is just a sample XML ...more >>

two forms on one page (one needs validation, the other just a butt
Posted by James at 11/4/2004 4:32:03 AM
Ok, maybe this is a basic question so please bear with a newbie to .net One asp.net (VB) page has a form with various textboxes that need validating. There is a submit button that processes this form. On the same page, there is a 'log out' button that calls a function to log the user out...more >>

Naming Conventions for Visual Controls
Posted by Lalit at 11/4/2004 4:09:02 AM
Hi Friends, We are defining coding standards for our company. In MSDN i have seen that hungarian notation will not be used in naming of variables etc. What about the controls ? Should we eliminate prefixes from these also. What do u suggest? Thanks in Advance Lalit ...more >>

Trap http Request and Response Header
Posted by vaibhav.verma NO[at]SPAM gmail.com at 11/4/2004 3:49:39 AM
Hi, I am trying to write a web browser control Application in c#, i want to trap al http request and response header which are sent/recieved. I am new to Windows programming With Regards, Vaibhav...more >>

URGENT : TabControl, tabpages et UserControl
Posted by mail_taf NO[at]SPAM yahoo.fr at 11/4/2004 3:46:19 AM
Bonjour, Débutant en VB.Net, je me trouve devant un souci. Au taf, une solution d'appli par onglet a été retenue...et sur qui ça tombe...sur kiki ! Bref voici mon souci : J'ai une form contenant un tabControl ( TBC1 ) Ce TBC1 comporte n tabPages (TBP1,2,3,...) Pour chaque TBPn, j'ai défini...more >>

Recognize a mapped network path
Posted by HKannen at 11/4/2004 3:45:01 AM
Hi, can anyone tell me how I can find out if e.g. "T:\Folder\SubFolder" is a mapped networkdrive or a local drive when I get this string from a file open dialog ? Thanks HKannen ...more >>

Client-side script embedded in code behind
Posted by Stephen at 11/4/2004 3:40:01 AM
I have code which checks whether a datagrid is empty and if it is it shows a panel on my page. If its not empty then Im using the server.transfer to go to another page so as im able to use the items in an array list. My problem is that I also have had to incorporate some Javascript to see whe...more >>

Client side and server side code conflicting
Posted by Stephen at 11/4/2004 3:24:01 AM
Hey Everyone, I have a problem with a web application due to the use of both client-side and server side script on the on-click event of a button. The client side script runs first as expected however my problem is that this code runs and brings up a Microsoft Internet Explorer Window tellin...more >>

fatal error CS0042: Unexpected error creating debug information fi
Posted by Paulo Morgado [MVP] at 11/4/2004 2:17:02 AM
Hi all I keep getting this error while building a solution with more than 10 projects. The solution/projects are open only in one instance of Visual Studio 2003 and the application (Windows Forms) isn't runnig. How can I see what's loocking the files? -- Paulo Morgado MCAD.NET (ch...more >>

Help: Declare Delegate type in an Interface ????
Posted by serge calderara at 11/4/2004 2:00:02 AM
Dear all, I have a VB.NET application which is able to identify and load dynamically other dll's. created for my application. Those dll's are working as plugins for my main application. I need to used Delegate type for my plugins and then rehister to that delegate from my main applicati...more >>

Exam 70-315: Developing Web Applications with Visual C#.NET
Posted by Tina at 11/4/2004 1:24:01 AM
Hello, I'm currently preparing for the exam 70-315. I'm using the Self-paced training kit "Developing Web Applications with Microsoft Visual C#.NET", but I find it rather difficult. I have programming experience in Lotus Notes and I have developped several 'basic' websites, but .NET and C#...more >>


DevelopmentNow Blog