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
May 2008
June 2008
all groups > dotnet faqs > july 2003

Filter by week: 1 2 3 4 5

VB6/VB.Net Programming Question - what am i doing wrong?
Posted by Salisha Khan at 7/31/2003 11:18:49 AM
Hey there, Can anyone please help with this problem? The function below works fine in VB6. For VB .NET the constants vbFromUnicode and vbUnicode no longer exist. The problem is the DecryptString method takes an ANSI String byref. In VB .NET you only have Unicode strings. All the string ...more >>


Newbie:how to find version of .NET in VS.NET
Posted by raagzcd NO[at]SPAM yahoo.com at 7/30/2003 11:47:52 PM
Hi All, i have a set of 5 CDs of VISUAL STUDIO.NET. I want to know which version do i have. Is it possible to find the version (wether beta 1,beta 2,full version,vs.net 2003) without installing ? waiting for an reply Thankyou ragz...more >>

Confused and bewildered.
Posted by DJ Miller at 7/30/2003 5:07:16 PM
There's got to be an easier way to do this. We are building a new web application in .Net that has ASP.Net pages that call COM+ objects (written in VB.Net), which in turn call other COM+ objects (VB.Net), which use ADO.Net to talk to a SQL Server. Many of the components inherit a common inter...more >>

Access Denied
Posted by Developer at 7/30/2003 2:41:50 PM
We have 3 intranet applications on a webserver. Everyday when the users of these applications visit the respective website they are getting an error as follows: System.IO.FileLoadException: Access is Denied: 'Company.Common'. Here 'Company.Common' is the name of the dll. Each of these 3 appl...more >>

How to load a dll created via VB use Assembly.LoadFrom
Posted by wolf at 7/29/2003 5:31:42 PM
There are some dll writed by VB. When I try to load them by method Assembly.LoadFrom(string), the program throw an exception to tell me the dll is not valid. Are these dlls can not be loaded dynamic? In fact, my goal is that I could invoke the method in these dlls by pass a dynamic string.F...more >>

Unhandled exception in FileStream when writing to a full disk - bug in framework?
Posted by amit NO[at]SPAM notalvision.com at 7/29/2003 4:01:00 AM
Hello, I just ran into a weird problem with FileStream. The problem occurs in the following scenario: - I create an instance of FileStream and use it to write to a disk which have just a small amount of free space. - When the disk gets full, FileStream throws an IOException. I catch and pr...more >>

split a tab delimited string
Posted by Ajit at 7/28/2003 10:36:40 AM
I have a tab delimited string and i want to split it to read all the values from the string I tried multiple way but doesn't work with ASP.Net i tried aryData = strData.Split(vbTab) aryData = strData.Split(Chr(9)) aryData = strData.Split("\t") aryData = strData.Split(ControlChars....more >>

vb.net:imagelist loses images when the image size property is changed
Posted by Peter Ho at 7/25/2003 5:16:24 PM
Hello, does anyone know why my imagelist loses its entire imagecollection when I change the imagesize property of the imagelist during run-time? This does not happen when I change the imagesize property during design time. Does anyone know a way to work around this problem? kind regards, ...more >>



how can i make 2 of my aspx page ssl
Posted by Mathew George at 7/25/2003 2:38:17 PM
Hello all, How do i set my 2 pages ssl. I call page2 from page1 by doing a server.transfer("page2") As page2 is ssl i get error as the protocol has to be https. Are there any method to do apart from server.transfer(https://myapp/page2.aspx) Help please Regards, Mathew ...more >>

What is it with Visual Studio and 1033??
Posted by Amit at 7/25/2003 6:06:40 AM
Just curious.. thanks. ...more >>

Debug Error when Running WEb Applicatoin - HELP!
Posted by Ash at 7/25/2003 3:30:39 AM
Hi, I've just installed Visual Studio.NET on my computer, which runs on windows2000 server. When i creat web application and try run it from vb.net, i get the following error: =============== Error while trying to run project: unable to start debugging on the web server. Server side-error ...more >>

Visual studio 2K3
Posted by De Bruyn Wim at 7/24/2003 2:04:10 PM
Yesterday I installed VS 2K3. So far so good. When I tried to run a mobile project the emulator was launched and there things went wrong. My machine (Win XP SP2) started hanging on the installation of "Virtual PC Application Services". Even with the upgrade to PocketPC 2K3 SDK with Active Sync ...more >>

Upgrading to .NET framework v1.1
Posted by Sesha at 7/23/2003 1:28:13 PM
Hi, I have installed Visual Studio .NET in my system couple of days back. I had .NET framework v1.0 along with the Visual Studio.NET. Now i need to change it to .NET framework v1.1. For that i have downloaded .NET framework v1.1 and installed. The main problem i am facing now is "when i check...more >>

Deployment Issues .. Runtime Error
Posted by Sean at 7/23/2003 12:03:04 PM
Hi,=20 I have my application running off my localhost and just transfered it to = the production server. And when i ran my application, it came up with a = Runtime Error.=20 The server is an IIS and has SDK already installed. what are the issues that i have to deal with here Any inputs...more >>

difference between Convert.ToString(obj) and CType(obj, String)
Posted by Mark Kamoski at 7/23/2003 11:41:15 AM
Hi-- What is the difference between Convert.ToString(obj) and CType(obj, String)? (Assume obj is a variable of type Object.) Please advise. Thank you. --Mark ...more >>

default access modifier for a sub or a function when not set
Posted by Mark Kamoski at 7/23/2003 11:23:58 AM
Hi-- Please help. What is the default access modifier value for a Sub or a Function when one has not explicitly been set. In MSDN, in "Access Types", it states... "If no access modifier has been specified, the default access type depends on the declaration context" ....which, al...more >>

ASP-DotNet Problem
Posted by GN at 7/22/2003 12:44:30 PM
I have to design a web application in ASP DotNet Environment. A corporate user logins and the privileged-based menu/side bar are created. While clicking on menu he will be allowed to perform business related operations on the same single page (for multiple objects). In my last design...more >>

ListView in .NET
Posted by Srinivasa Rao Penubarthi at 7/21/2003 9:56:30 PM
Hi All, Can anybody direct me how to create a ListView type of application in C# ? I need to create an application which should look like a view ( like CListView in VC++). Is there something equellent available in C# ? Thanks, Srinu ...more >>

MSHTML
Posted by Mathew George at 7/17/2003 12:32:40 PM
Hello, How do i use mshtml in asp for parsing an html file. Can anyone give the code in vb..... Mathew ...more >>

Developing for the Pocket PC
Posted by pjroyle NO[at]SPAM tiscali.co.uk at 7/17/2003 5:49:20 AM
Can someone give a concise answer to this, please: I have a need to develop an app for the Pocket PC, which will communicate with another device via the serial port / Bluetooth. I plan to use Visual Studio.net, but the question is: can I do it using VB.NET (which I know quite well) or do I hav...more >>

console app problem
Posted by Chris Williams at 7/16/2003 9:36:18 PM
Hi... I'm trying to find some code samples that will show me how to capture non-character keypresses in a console app. I've tried the standard stuff, such as console.read and console.readline, and I've tried ConsoleEx which does a great job, but still doesn't handle non-character keys like CTR...more >>

DataSet or Classes
Posted by Ruslan at 7/16/2003 2:59:56 PM
I must work with the xml files. Load data from xml, change it, save it. What is the best idea? To use ADO.NET, I mean to load data from xml to DataSet, or create classes and work with these classes (something common with "Castor"). Thanks, Ruslan ...more >>

OOPS concepts
Posted by Riken at 7/15/2003 5:18:52 PM
Hi, Want to know Object Oriented Concepts (basic) & how i can implement using VB.NET. Any link or article or example will be great help. Thanks. Riken ...more >>

Can Enterprise Instrumentation Framework be used on Windows XP?
Posted by Qaurk Noble at 7/15/2003 7:27:59 AM
Hello all, I will like to make use of the "Enterprise Instrumentation Framework" (http://go.microsoft.com/fwlink/?LinkId=17072) however I do not have Windows 2003 server nor Visual Studio 2003. I do have, however, Windows XP Professional and dotnet framework 1.1 SDK. 1. Will I be able to u...more >>

Shell Function in .NET
Posted by Lenny at 7/14/2003 8:31:06 PM
Hello, What's the equilevant of VB6 shell funtion in ( Shell(pathname[,windowstyle]) ) .NET framework. Thanks ...more >>

XML-FO In .NET
Posted by Zeev Glozman at 7/14/2003 2:51:30 PM
Hello everybody I am trying to do something whcih might seem trivial but unfortunatly i can not find i soultion. I am trying to produce a pdf document form XML file while whist XSL-FO schema build in XMLSpy. The problem is findign a component that would do this trasformation correctly. I tr...more >>

Closing TCPChannel object
Posted by A J Le Couteur Bisson at 7/14/2003 2:27:08 PM
I have the following TCPChannel instantiation in my program TcpChannel chan = new TcpChannel(port); Unfortunately, chan remains open for some time after the application has terminated and this prevents it from being restarted. TcpChannel does not implement IDisposable and its StopListening...more >>

Are there any special Unit Testing tools in dotnet?
Posted by CM at 7/14/2003 1:08:29 PM
Are there any tools available for unit testing? Thanks! CM ...more >>

MCSD/MCAD Self Paced Training kit - Please help
Posted by Josko Petric at 7/13/2003 11:10:51 PM
Hi, I am sorry if this is not the place for this question, but if anyone could please atleast direct me to the newsgroup where I could find the solution to my problem. ---------------------------------------------------------------------------- -------- I recently bought MCAD/MCSD Self-Paced T...more >>

dotnet newbie question
Posted by Jenny at 7/13/2003 9:22:10 AM
I have been programming in C++/MFC/ATL for nearly 8 years now. I'm in the process of learning .NET and am wondering if I should use VisualC++.Net or C#. Are there any advantages/disadvantages going with one not the other OR does it not really matter???? Thanks in Advance Jenny. ...more >>

Directx 9.0a Instalation in VS studio .NET 2003
Posted by Joao Santa Barbara at 7/11/2003 11:23:28 AM
Hi all i have downloaded the directx 9.0a sdk from microsoft, after i have instaled if doesn´t update the VS.NET wizards ??? why ??? anyone can assist me ??? please jsb ths PS i´m using windows xp sp1 ...more >>

Adjust .NET Security
Posted by Peter at 7/11/2003 10:58:57 AM
I am trying to adjust the .NET security for a deployment computer, but = the Slider bar for 'No Trust' - 'Full Trust' is missing in the 'Adjust = ..NET Security' wizard. Where are the settings to make this Slider bar visible? Peter --=20 Thanks ------------------- czupet@wsinc.com...more >>

aspnet_state.exe
Posted by eblack NO[at]SPAM mfs.com at 7/11/2003 6:28:58 AM
i have installed framework v 1.1 from the download on microsoft's web site, however, the asp net state service was not installed and is not running..is there a solution to this??...more >>

PDF sdk......
Posted by Ollie at 7/9/2003 8:08:11 PM
Does anyone know where I can get an sdk to extract a PDF document as text, I know Adobe do one, but they want me to pay for it :( Ideally I would like a .Net (C#) version,but if not a good old C\C++ version will do Cheers in Advance Ollie ...more >>

check Existance of a file on different machine
Posted by Ajit at 7/9/2003 4:29:45 PM
Is there anyway to check for existance of a file on different machine. i.e. we have a data file (text file) thats stored on some other machine as its not to be exposed in case the web server is hacked. and we want to update data from this text file into our database. I know file object but it ...more >>

Upgrading from VB 6 to VB.Net
Posted by (nair.rekha NO[at]SPAM hiranandani.net) at 7/7/2003 10:20:57 PM
hello, my projects were mainly in VB 6.0 but now i want to upgrade it to VB.Net but the problem is that there are 2 user controls 1.treeview,2.MS-Flex grid which doesnt get upgraded... since all my forms uses these controls,none of them have been upgraded properly... i dont want to recreate enti...more >>

TreeView2 point to subtree of TreeView1?
Posted by .pd. at 7/7/2003 3:55:22 PM
Hello, I'm new to C#, Windows programming, etc. I've had a good old ferret around for an answer to this, and played quite a bit but I can't get this working. My app is an MDI with a Treeview on the parent form. The hierarchy I have planned looks like this: [database 1] | ...more >>

VB 6 OR VB.Net?
Posted by Raj at 7/7/2003 2:11:02 PM
As a lead developer at one of my clients I have a reccommendation to make for them - choose between VB 6 and VB.Net. The client is a small shop having Access 2000/ Sql Server 2000 databases and a few applications developed using Access Basic, VBA, etc. Personally I have considerable experience d...more >>

Threading in a web-based app
Posted by Lenny Pervin at 7/4/2003 11:27:30 PM
Hi, Has anyone done threading programming in a ASP.NET. any issues with that? For example how do you inform users when tread is completed after response was sent to a browser? What if you want to display a progress bar in a browser (it can be a WinForm object), can it be done? Thanks ...more >>

Upgrading VB6 to C#
Posted by Corrie Taljaard at 7/3/2003 8:46:07 AM
Hi all, Is it possible to upgrade a VB6 application to a C# application in dot net? Is the only option to upgrade to VB.NET? Thanks in advance -- C Taljaard R&M Technologies CC Tel : +27 (0) 12 6616316 (w) +27 (0) 82 4523254 (m) Fax: +27 (0) 12 6616315 ...more >>

A failure occurred writing to the resources file. Access is denied. -- RESX file is locked? -- WHY?
Posted by Mark Kamoski at 7/2/2003 1:14:21 PM
Hi. This is an error that comes up fairly regularly when trying to run the "Rebuild All" command in a Solution that contains more than one project. C:\VSS\WebAppDev\INVOICING\web\site\detail_grid.ascx.resx A failure occurred writing to the resources file. Access is denied. The offending...more >>

on click of a link button should first save the data and then open a new browser
Posted by Mathew George at 7/1/2003 11:35:05 AM
Hi, A page consists of a link button. Clicking this link button should first save data in the database. If the data is saved correctly then it should open a new window. I have coded for the link button as Private Sub Button1_Click (ByVal sender As System.Object, ByVal e As System.EventAr...more >>

Problem with .config File in VS.NET 2003
Posted by Bill Large at 7/1/2003 9:50:16 AM
We are in the process of converting our 1.0 project to 1.1 using VS.NET 2003 and we were using a .config file with our exe. But now VS.NET 2003 seems to delete this file during a debug run. Does anyone know why this is happening? Thank you Bill ...more >>

Wish: MS, please add Office 2k3 Menus/Toolbars to the Framework
Posted by Jason Webb at 7/1/2003 2:34:38 AM
Dear Microsoft, =20 The current "Windows.Forms" controls included in the .Net Framework are = good, but in many ways they're pretty basic, and I think it's time that = you take Windows.Forms to the next level. I really think that the menus = and toolbars used in Office 2003 should be added...more >>


DevelopmentNow Blog