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 > october 2004 > threads for wednesday october 20

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 31

Ontologies - OWL
Posted by gxdata at 10/20/2004 9:27:19 PM
Anyone doing other than XML Schemas in dotNET Framework? I'm intrested in an editor that does OWL variants, and (badly needed) something like the Protege project with its extensibility. Is this going to happen with Visio or an add-in to Visual Studio, sometime soon? Ian Thomas ...more >>

Help me to keep my job (:
Posted by ericcf_smile NO[at]SPAM yahoo.com at 10/20/2004 6:41:42 PM
Hi, This is my scenario.We have both, Client application & WebService application running on same machine , but on different Solution/Project. Since we are using n-tier architecture, we have additional tier/layer between Presenation layer & WebService Layer. ie, Web Reference Layer. So it...more >>

Dotfuscator - major flaw in Microsoft dotNET?
Posted by walker_712 NO[at]SPAM hotmail.com at 10/20/2004 5:51:40 PM
OK, I'm trying to understand the need for this. If I understand correctly without this anyone can reverse engineer and obtain the source code of my application - is this correct? And this tool will prevent this? Why isn't this tool automatically executed by default whenever I build my apps? ...more >>

Collaboration between C# and VB.Net
Posted by Christian at 10/20/2004 2:55:03 PM
Hi community, Based on the promise that classes developed in C# and compiled into a *.dll can be used from a VB.Net project I tried the following: I need to develop a class PeriodDate in which I hold an integer representing a PeriodDate in the format 200410 (where 2004 is the year and 10 ...more >>

FINANCIAL ANALYST (MS CUBE) needed!
Posted by guysboj at 10/20/2004 11:47:01 AM
Hello: I'm a recruiter for a $600 million sales company. We are looking for an individual to work out of our beautiful corporate offices in Southern California. This individual would be versed in MS Cube, but I'm having problems finding people with this type of technical expertise...please ...more >>

MOD and Remainder functions in c#
Posted by Todd at 10/20/2004 11:27:07 AM
I can't find a Mod or remainder function in .net. Does anyone know if these fuctions exist? -- Thanks in advance, Todd...more >>

Design issues when dealing with multiple DataSets
Posted by chakachimp NO[at]SPAM yahoo.com at 10/20/2004 11:23:47 AM
Hello, We have a robust (.NET 1.1 c# winforms) client-server application that utilizes many typed DataSets, typed DataTables and typed DataRows. Our application is a series of windows and popup windows where you can edit information and data, nothing out of the ordinary. I estimate we have s...more >>

suppress console window
Posted by Eric Nelson at 10/20/2004 10:59:01 AM
Hi folks, How do I suppress the console window in a console app? If I double-click the app from explorer, I'd like the window not to appear. Thanks, Eric...more >>



Uninstall .NET Framework 1.1 SP1
Posted by JasonHBG at 10/20/2004 8:43:07 AM
How do you uninstall Service Pack 1 for .Net Framework 1.1??? I do not have a selection in ADD/REMOVE Programs....more >>

Inherited Constructors
Posted by SLE at 10/20/2004 8:30:52 AM
Hi there, I know constructors are not inherited from the base class, not in VB.NET nor C# (nor Java I suppose). I never wondered,but reflecting on the reason why, I cannot find a solid answer. Is the reason technical (compiler or CLR limitation) or logical (OOP best practices)? Any feedb...more >>

Datatable/Hashtable Question
Posted by MrMike at 10/20/2004 8:09:04 AM
I have the following code which allows me to display records from a table named "lkup_Specie" in a datagrid. If I create a second datatable and a second hashtable for a table named "lkup_Grade", how would I incorporate that logic into my existing logic? Would it go after Next statement? Tha...more >>

listview multiline adjust row height
Posted by Duvadesa at 10/20/2004 6:47:02 AM
..NET changed a lot, but is'nt it possible to simply change the row height of the listview control so that I can display a multiline text in it? I hope someone can tell me it is possible in .NET. Regards, Duvadesa....more >>

Load time for Smart Clients
Posted by FriedhelmEichin at 10/20/2004 6:43:02 AM
I have a smart windows forms application (SimpleForm.exe, 24kB), hosted on IIS with XP,SP2,firewall deaktivated. Then I launch the SimpleForm.exe over http from an other machine (w2k, sp4) with IE 6.0.2800.1106. The launch is made by a html-file with a href construct, also published by IIS ...more >>

Link to file
Posted by HKannen at 10/20/2004 6:39:04 AM
Hi everybody, I'd like to create a link to a file instead of copying the file to the new destination. Is there a possibility to do this ? Is there something like a Link Object in C# .NET ? I'll be very greatful for an answer asap :-) Thanks Heinz...more >>

.NET Localization - by LOCATION - not by culture
Posted by biztalk.architect NO[at]SPAM gmail.com at 10/20/2004 6:16:16 AM
Hello, I need to do an implimentation which requires installation to be made per location, not by culture. Everyting I read refgarding localization is culture specific. How can I leverage this functionality to install by location instead? (What I mean is that all computers are in differen...more >>

Digital Signature
Posted by Kim at 10/20/2004 5:27:14 AM
I have a .NET service sending mails using CDOEX. These mails I need to sign. I got a tip that I should use CAPICOM. That worked fine sending a mail with signature. BUT the problem is that I have to type the password for my certificate every time my program signs a mail :o( My program...more >>

No row at position 0 ??? Please help !!!
Posted by Marie Mercier at 10/20/2004 4:31:02 AM
Hi,I have copied over a VB NET project to 2 people's machine and tried to run it. (We are all on windows XP). I can run the exe ok on one machine. On the second one, it still runs, but I get a message 'No row at position 0' when I start the program. Why would that happen ? What does it ...more >>

Problem with XSLTransform Class in .NET
Posted by Animesh Sharma at 10/20/2004 4:19:09 AM
Hi, Following template matches correctly in MSXML4 but NOT with .Net XSL translator: <xsl:template match="//input[@value='go'][preceding-sibling::a[position()=1][contains(img/@src,'cancel')]]"> <--Do Some operation> </xsl:template> Code I wrote to translate the XML: // Create an ...more >>

Asp.Net : html to excel problem
Posted by Spacy at 10/20/2004 3:45:03 AM
Am creating a HTML Report in asp.net. To save this report to excel on client-side, i write this code: Response.ContentType = "application/vnd.ms-excel" Response.AddHeader("content-disposition", "attachment; filename=Report.xls") But once the report is saved in excel, on click of hyperlink f...more >>

Assembly.GetCallingAssembly().GetType().Namespace
Posted by kelmen NO[at]SPAM hotmail.com at 10/20/2004 1:26:58 AM
Greeting, I'm working on a class managing resources (satelite). public CResMgr() { Assembly objClient = Assembly.GetCallingAssembly(); _objResMgr = new ResourceManager(objClient.GetType().Namespace + '.' + DefaultBaseName, objClient); The result of objClient.GetType().Namespace ...more >>


DevelopmentNow Blog