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 > january 2004 > threads for friday january 9

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

Any good tutorials online?
Posted by maw at 1/9/2004 11:05:24 PM
I'm a newbee to VB.NET and was wondering if there is any good online resources for learning VB.NET, and maybe some recomendations about books as well. I know c++/java from before, but new to VB.net thanks in advance...more >>

Installation problems
Posted by John Harcourt at 1/9/2004 9:13:56 PM
I am simply attempting to install VS.NET 2003. The installation indicates that I need to load prerequisites. I put the CD in at the appropriate time, and it attempts to install various things, but I am getting the following error message: "Setup cannot access Windows Installer components. Se...more >>

Identifying what exceptions a class can through
Posted by Simon Harvey at 1/9/2004 8:29:02 PM
Hi, Does anyone know an easy way to identify the exceptions that a class can potentially throw. I was looking for a list of the exceptions that the Hashtable class can potentially provide, however the documentation on the Hashtable doesnt provide a list. I find that a bit silly given that i...more >>

CollectionBase RemoveAt bug?
Posted by m.pollack at 1/9/2004 7:48:41 PM
Hi all, I have an application which uses a class object that contains a collection. In order to use the PropertyGrid control to expose properties to the user at runtime, I created a strongly-typed collection class based on CollectionBase. However, when I use the PropertyGrid to remove o...more >>

Problem with registering VB DLLs. Please help urgently....
Posted by Kelly G. at 1/9/2004 5:32:39 PM
I need to register a Vb DLL under restricted acess privilages please provide me a solution. Here is the complete issue: I building a MSI using Vs.net ,One of the Dll's is Vb Component ( A shim component basically) , Our application has to install both with Administrative privialges and restr...more >>

'PriceCheck' is not defined
Posted by mo at 1/9/2004 4:59:14 PM
I'm having trouble deciphering the following error messgae. How and where exactly do I define 'PriceCheck'? Error: Compiler Error Message: BC30002: Type 'PriceCheck' is not defined. Source Error: Line 29: <asp:TemplateColumn HeaderText="In Stock"> Line 30: <ItemTemplate>...more >>

CollectionBase bug?
Posted by m. pollack at 1/9/2004 4:37:17 PM
Hi all, I've been using the CollectionBase class to implement a strongly-typed collection, but I have noticed that the RemoveAt method does not seem to call the "On" hook methods (OnRemove, OnRemoveComplete). The Add method works fine, though! I need these to work -- I am exposing the c...more >>

Word Automation - Setting ActivePrinter changes System Default
Posted by Stephen Barrett at 1/9/2004 4:05:55 PM
I am doing word automation with Word 2003. Everything works great except for one thing. When I set the word object's ActivePrinter to a different printer, it changes the system default. I looked for help on MS site and they say it is a known issue. The work around is to use WordBasic commands...more >>



Assembly References
Posted by Trevor Hardwick at 1/9/2004 3:28:28 PM
Hi I have an application that tries to load another assembly. When it tries I get the following error message: "Additional information: The located assembly's manifest definition with name [Assembly Name] does not match the assembly reference." Can anyone think of any obvious reasons why...more >>

debug into GAC dll
Posted by Jon Paugh at 1/9/2004 3:27:18 PM
If you create a DLL yourself in c#, then add it to the GAC, using gacutil /i, then you reference your DLL in another solution.... can you debug into the DLL? Specifically, can you have the debugger pull up the source code for your app? Thanks, Jon Paugh...more >>

How to use NUnit in multi-developer environment.
Posted by Peter Rilling at 1/9/2004 2:10:51 PM
My development team is using VS.NET with VSS integration. They are able to check in and out from within VS.NET. We also use NUnit for testing our libraries. Currently our entire solution is checked into VSS along with all the associated projects. Many developers need to work on the same solut...more >>

Cannot connect to ANY database
Posted by beck4353 at 1/9/2004 12:53:16 PM
Hi, I am using VS.NET Arch. and I am having problems connecting to ANY database. I am trying to a either a SqlConnection or OleDBConnection object to my project. When I try to define the connection string, it never succeeds. I try every different naming convention for my machine that...more >>

error LNK2019 and fatal error LNK1120
Posted by Tim at 1/9/2004 12:47:35 PM
I am just creating a hellow world program and it gave me these errors. can you help me out how to resolve this? Thanks, Tim #include <iostream> using namespace std; int main() { cout << "hello World" << endl; return 0; } Linking... LIBCD.lib(wincrt0.obj) : error LNK2019: ...more >>

Small footprint XP app
Posted by Francisco Garcia at 1/9/2004 12:15:33 PM
Hi, I'm developing a small WinForms application, targeted for Win XP. I thought that Win XP had the .NET framework already installed, but it looks like it doesn't. Is there a way to make a .NET application run in Windows XP without having to download the 23MB dotnetfx? Thanks in advance,...more >>

VB.Net verses ASP.Net
Posted by William at 1/9/2004 11:54:04 AM
My company produces 2 versions of our program. One is a 32 bit VB created in VB 6. The other is an ASP based Web app. The reason the Web app was created was to address client useage where the user was at a remote site and the use of Citrix or some similiar method was not practicle. Ove...more >>

Debugging VB.NET displays ? on Breakpoints
Posted by Vernon Gainous at 1/9/2004 11:25:51 AM
When I try to debug some of my code that was upgraded from VB6 to VB.NET. My breakpoints all have "?" on them. How do I step throug my code with this barrier? Thanks...more >>

.Net for Linux - Roomers?
Posted by gregory_may at 1/9/2004 10:50:19 AM
I have hears "roomers" that I can run some .Net executables on Linux. Is this true? Does anyone know where I could find out more? Thanks! ...more >>

How to trouble shoot a "Application Exception"?
Posted by gregory_may at 1/9/2004 10:45:22 AM
I have an application I created called "JpegViewer.exe". It simply loads a Jpeg file and displays in on the screen. It works great, in my lab. When I am using it at a customer site, things change. Occasionally, it blows up with an Application Exception. It seems to only die at the cust...more >>

Date Arithmetic
Posted by Gil at 1/9/2004 9:56:28 AM
I run a webserver on Win2k Server and program in vb.net. I am trying to perform a calculation that results in two weeks of data given any selected date that starts with the Sunday of the selected date. In order to accomplish this I need to perform some date arithmetic. For instance, i...more >>

Getting trouble when I am trying to create a ASP.net web application
Posted by Kris at 1/9/2004 9:36:21 AM
I was trying to create a new ASP.net web application by using Visual studio.net development environment. I am getting the following message. visual studio .net has detected that the specified web server is not running ASP.NET version 1.1 Please help me....more >>

Namespace Help! Please!
Posted by Roberto Modica at 1/9/2004 9:34:37 AM
Hi all, I am trying to create a namespace hierachy but i think i am doing something wrong. I have an DAL vb file with the namespace: CompanyName.newsletter.DAL and i compile that using the standard vbc in command prompt routine, and that works. then i try and create a Business La...more >>

tried to post over ten times but to no avail....test
Posted by test at 1/9/2004 9:30:37 AM
test...more >>

VB interrupt functions.......
Posted by Kelly G. at 1/9/2004 9:22:27 AM
Hello All Is there any intrrupt function avilable in VB similar to Int86() avilable in C language. I tried the CALL INTERRUPT function mentioned in KB# 43534. But it seems like it is not for VB. I could not implement that. The required included files are not avilable in VB6 .Also See T...more >>

???????
Posted by PatLaf at 1/9/2004 9:11:59 AM
I have tried to post the same question 5 times and each time I either get a server error or the post comes out with all question marks......what could be going on here?...more >>

Compiling Problems
Posted by Roberto Modica at 1/9/2004 8:56:34 AM
Hi all, I am trying to create a namespace hierachy but i think i am doing something wrong. I have an DAL vb file with the namespace: CompanyName.newsletter.DAL and i compile that using the standard vbc in command prompt routine, and that works. then i try and create a Business La...more >>

What is best CE.NET Remoting equivalent
Posted by Jack Stream at 1/9/2004 8:56:13 AM
I am building a new Warehouse Management System. Like most such systems, operators will use handheld devices for wireless RF real time data collection and interchange during operations. In picking, for example, the handheld will receive instructions about what item to pick, in what quantity, and a...more >>

Managing the IDE Project List
Posted by Edward Stevens at 1/9/2004 7:10:33 AM
The IDE Start Page in .Net 2003 contains a list of the projects you have recently worked on. Clicking on any of these opens that particular project. Fine. Unfortunately, one of my projects has been moved to a new directory. While I have manually opened the project in its new directory ...more >>

OWC10 issues....Option strict disallows late binding
Posted by PatLaf at 1/9/2004 5:55:02 AM
?????????????????????????????????????????????????????????????????????????= ?????????????????????????????????????????????????????????????????????????= ?????????????????????????????????????????????????????????????????????????= ????????????????????????????????????????????????????????????????????????...more >>

Application deployment question
Posted by chris NO[at]SPAM ckerrison.freeserve.co.uk at 1/9/2004 4:58:22 AM
I am building my c# installation package using the standard VS setup tool. I want to include a link to another setup.exe that will be also be installed when this application is installed. how would I do this. I thought a custom action/install item would work and point to the additional setup...more >>

URGENT : GetTypes in assembly??
Posted by aerge calderara at 1/9/2004 4:44:54 AM
dear all, I am using the GetTypes method of an assembly object in order to check that it implement a particular needed interface for my application. system.Reflexion.Assembly.LoadFrom(sFile).GetTypes was working fine until today where I get an error saying that all type in assembly can...more >>

Boeing POWERING Puget Sound Recovery -- MSFT Dragging Down DOW !!!
Posted by Jet at 1/9/2004 2:36:55 AM
http://finance.yahoo.com/q/bc?t=3m&s=BA&l=on&z=m&q=l&c=msft ...more >>

Retriving assembly attribute ??
Posted by serge calderara at 1/9/2004 2:31:49 AM
Dear all, I am retriving the atribute of an assembly by using : obj = System.Reflection.Assembly.LoadFrom (sFile).GetCustomAttributes(True) Then fetching attribute object as folllow: Description = CType(assAttribute, System.Reflection.AssemblyDescriptionAttribute).Description ..ToStr...more >>

Unload a Form
Posted by V.Boomessh at 1/9/2004 2:12:10 AM
Hai can any one help me on this problem. I am new to VB.NET. I have 2 forms. (form1 and form2) On click of a button in form1 i want to show form2 and unload form1 how can i accomplish it. V.Boomessh...more >>


DevelopmentNow Blog