[dba-VB] VB.Net expert

Jim Lawrence accessd at shaw.ca
Thu Apr 28 15:36:31 CDT 2005


Hi Marty:

Thanks for the information and I have passed it along and hope that it
helps.

Jim

-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of MartyConnelly
Sent: Thursday, April 28, 2005 12:12 PM
To: dba-vb at databaseadvisors.com
Subject: Re: [dba-VB] VB.Net expert

Just some maybes

It is possible he has copied something into his project with the same name,
and end up with confusing situations (for instance, it is very logical 
to call a Dataset
"customers" when that Dataset deals  with customers, but then you'll be 
tempted
to name it's helper class "customer" as well, because that class also 
deals with customers. I know
it's annoying, but I'ld stick with "dsCustomers", "clsCustomers",.

If you have duplicate names,somehow. When loading a project, the IDE 
cannot warn you nicely like
it does when you compile/deploy a project : if it sees
duplicate/ambiguous names, it has to handle them in any way it sees
fit, and that often means removing one of the references. Remember
that it can remove object/methods from your code, because as much as
it can generate code, it can also remove it (that is what it does when
you remove a control from the designer : it removes the corresponding
lines of code from the code-behind).

Also check if auto-generate has been ticked off , to fire when you press 
F5 sometimes it gets unchecked.

Check if the project folder is read-only, remove the read-only attribute of
project or bin folder. try to rename/delete the .pdb file also. see if it
works . These debugging files can get out of sync.



Jim Lawrence wrote:

>Hi All:
>
>A fellow developer has got himself into a bit of a bind with having to just
>'display' an existing project that was written in VB.Net. The references do
>not all work and I just could not help resolving the issues. There is a
>dead-line of Friday...Yeh Friday. 
>
>He will pay at a negotiable rate.
>
>Anyone in the Victoria/Vancouver area preferred but a remote talent would
be
>acceptable.
>
>TIA
>Jim
>
>_______________________________________________
>dba-VB mailing list
>dba-VB at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/dba-vb
>http://www.databaseadvisors.com
>
>
>
>  
>

-- 
Marty Connelly
Victoria, B.C.
Canada



_______________________________________________
dba-VB mailing list
dba-VB at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-vb
http://www.databaseadvisors.com




More information about the dba-VB mailing list