.NETGURU
Custom Control Parser Error
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngcontrolsvb' list.


Joe Bradvica
Any help on the following would be appreciated.

I am assuming the base class is my codebehind??

Why would the types be incompatible if the are referring to the same
custom control?

Thanks,

Joe

Parser Error=20

Description: An error occurred during the parsing of a resource required
to service this request.=20

Please review the following specific parse error details and modify your
source file appropriately.=20

Parser Error Message: The base class includes the field 'cstmContact',
but its type (dailyControls.addContact) is not compatible with the type
of control (dailyControls.addContact).

Source Error:=20

Line 372: <td align=3Dmiddle>=20
Line 373: <!-- Beginning of AddContact Custom Control //-->=20
Line 374: <dailyControls:addContact Runat=3D"server" id=3DcstmContact /> =

Line 375: <!-- End of AddContact Custom Control //-->=20
Line 376: </td>=20

Reply to this message...
 
    
Jeffrey Widmer
Can you post some of your code to the code-behind and your custom control?
It looks like the web form is referencing an older version of the custom
control. Did you recompile both?
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 2:56 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] Custom Control Parser Error

Any help on the following would be appreciated.

I am assuming the base class is my codebehind??

Why would the types be incompatible if the are referring to the same
custom control?

Thanks,

Joe

Parser Error

Description: An error occurred during the parsing of a resource required
to service this request.

Please review the following specific parse error details and modify your
source file appropriately.

Parser Error Message: The base class includes the field 'cstmContact',
but its type (dailyControls.addContact) is not compatible with the type
of control (dailyControls.addContact).

Source Error:

Line 372: <td align=middle>
Line 373: <!-- Beginning of AddContact Custom Control //-->
Line 374: <dailyControls:addContact Runat="server" id=cstmContact />
Line 375: <!-- End of AddContact Custom Control //-->
Line 376: </td>

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Joe Bradvica
Jeffrey, thanks for the quick response.

The problem didn't occur until I rebuilt my project. Prior to that I
was only building the custom control and it was working fine. I removed
the reference to the control from the root in the project properties,
which was causing an initial error.

Is there a certain order to the building of the project and the custom
control. Or should I remove the custom control from my project?

I've added the following to the codebehind:
Protected WithEvents cstmContact As dailyControls.addContact
(No imports)
At the momemt, I'm only referencing the a 'visible' attribute in the
code behind.

Here are the references in my webform:
<%@ Register TagPrefix=3D"dailyControls" Namespace=3D"dailyControls"
Assembly=3D"dailyControls" %>
=20
<dailyControls:addContact Runat=3D"server" id=3DcstmContact />

No other references.

Thanks,

Joe

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 12:10 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Can you post some of your code to the code-behind and your custom
control?
It looks like the web form is referencing an older version of the custom
control. Did you recompile both?
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 2:56 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] Custom Control Parser Error

Any help on the following would be appreciated.

I am assuming the base class is my codebehind??

Why would the types be incompatible if the are referring to the same
custom control?

Thanks,

Joe

Parser Error

Description: An error occurred during the parsing of a resource required
to service this request.

Please review the following specific parse error details and modify your
source file appropriately.

Parser Error Message: The base class includes the field 'cstmContact',
but its type (dailyControls.addContact) is not compatible with the type
of control (dailyControls.addContact).

Source Error:

Line 372: <td align=3Dmiddle>
Line 373: <!-- Beginning of AddContact Custom Control //-->
Line 374: <dailyControls:addContact Runat=3D"server" id=3DcstmContact />
Line 375: <!-- End of AddContact Custom Control //-->
Line 376: </td>

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Jeffrey Widmer
What is your custom control inheriting from? It should be inheriting from
one of the System.Web.UI.WebControls or the
System.Web.UI.WebControls.WebControl class itself.

If you can, post a skeleton of your custom control.
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 3:22 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Jeffrey, thanks for the quick response.

The problem didn't occur until I rebuilt my project. Prior to that I
was only building the custom control and it was working fine. I removed
the reference to the control from the root in the project properties,
which was causing an initial error.

Is there a certain order to the building of the project and the custom
control. Or should I remove the custom control from my project?

I've added the following to the codebehind:
Protected WithEvents cstmContact As dailyControls.addContact
(No imports)
At the momemt, I'm only referencing the a 'visible' attribute in the
code behind.

Here are the references in my webform:
<%@ Register TagPrefix="dailyControls" Namespace="dailyControls"
Assembly="dailyControls" %>

<dailyControls:addContact Runat="server" id=cstmContact />

No other references.

Thanks,

Joe

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 12:10 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Can you post some of your code to the code-behind and your custom
control?
It looks like the web form is referencing an older version of the custom
control. Did you recompile both?
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 2:56 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] Custom Control Parser Error

Any help on the following would be appreciated.

I am assuming the base class is my codebehind??

Why would the types be incompatible if the are referring to the same
custom control?

Thanks,

Joe

Parser Error

Description: An error occurred during the parsing of a resource required
to service this request.

Please review the following specific parse error details and modify your
source file appropriately.

Parser Error Message: The base class includes the field 'cstmContact',
but its type (dailyControls.addContact) is not compatible with the type
of control (dailyControls.addContact).

Source Error:

Line 372: <td align=middle>
Line 373: <!-- Beginning of AddContact Custom Control //-->
Line 374: <dailyControls:addContact Runat="server" id=cstmContact />
Line 375: <!-- End of AddContact Custom Control //-->
Line 376: </td>

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Joe Bradvica
Jeff,

The following is the skeleton of my custom control.

Joe

Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Collections.Specialized

Namespace dailyControls

Public Class addContact=20
Inherits Control
Implements INamingContainer

Protected Overrides Sub CreateChildControls()

Me.Controls.Add(New LiteralControl("<table cellSpacing=3D""1""
cellPadding=3D""1"" width=3D""600"" border=3D""0"">"))

.... add more controls .....
.... haven't change this since it worked .....

End Sub

End Class

End Namespace

=20
-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 1:06 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

What is your custom control inheriting from? It should be inheriting
from
one of the System.Web.UI.WebControls or the
System.Web.UI.WebControls.WebControl class itself.

If you can, post a skeleton of your custom control.
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 3:22 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Jeffrey, thanks for the quick response.

The problem didn't occur until I rebuilt my project. Prior to that I
was only building the custom control and it was working fine. I removed
the reference to the control from the root in the project properties,
which was causing an initial error.

Is there a certain order to the building of the project and the custom
control. Or should I remove the custom control from my project?

I've added the following to the codebehind:
Protected WithEvents cstmContact As dailyControls.addContact
(No imports)
At the momemt, I'm only referencing the a 'visible' attribute in the
code behind.

Here are the references in my webform:
<%@ Register TagPrefix=3D"dailyControls" Namespace=3D"dailyControls"
Assembly=3D"dailyControls" %>

<dailyControls:addContact Runat=3D"server" id=3DcstmContact />

No other references.

Thanks,

Joe

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 12:10 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Can you post some of your code to the code-behind and your custom
control?
It looks like the web form is referencing an older version of the custom
control. Did you recompile both?
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 2:56 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] Custom Control Parser Error

Any help on the following would be appreciated.

I am assuming the base class is my codebehind??

Why would the types be incompatible if the are referring to the same
custom control?

Thanks,

Joe

Parser Error

Description: An error occurred during the parsing of a resource required
to service this request.

Please review the following specific parse error details and modify your
source file appropriately.

Parser Error Message: The base class includes the field 'cstmContact',
but its type (dailyControls.addContact) is not compatible with the type
of control (dailyControls.addContact).

Source Error:

Line 372: <td align=3Dmiddle>
Line 373: <!-- Beginning of AddContact Custom Control //-->
Line 374: <dailyControls:addContact Runat=3D"server" id=3DcstmContact />
Line 375: <!-- End of AddContact Custom Control //-->
Line 376: </td>

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
    
Jeffrey Widmer
Joe,
Try this:
Recompile your custom control.
Add a reference to the dll of your custom control (make sure it's the dll
and not the vbproject) to your web application project.
Recompile the web application and try it again.

If this doesn't work you might want to try posting to aspngvs
http://www.asplists.com/asplists/aspngvs.asp or aspngfreeforall
http://www.asplists.com/asplists/aspngfreeforall.asp. It sounds like an
issue with adding a reference to your web application solution, which is
starting to get off topic here.

The construction of the custom control and the reference of the custom
control in the code-behind and aspx page look fine.
Sorry I couldn't have been of more help.
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 4:17 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Jeff,

The following is the skeleton of my custom control.

Joe

Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Collections.Specialized

Namespace dailyControls

Public Class addContact
Inherits Control
Implements INamingContainer

Protected Overrides Sub CreateChildControls()

Me.Controls.Add(New LiteralControl("<table cellSpacing=""1""
cellPadding=""1"" width=""600"" border=""0"">"))

.... add more controls .....
.... haven't change this since it worked .....

End Sub

End Class

End Namespace

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 1:06 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

What is your custom control inheriting from? It should be inheriting
from
one of the System.Web.UI.WebControls or the
System.Web.UI.WebControls.WebControl class itself.

If you can, post a skeleton of your custom control.
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 3:22 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Jeffrey, thanks for the quick response.

The problem didn't occur until I rebuilt my project. Prior to that I
was only building the custom control and it was working fine. I removed
the reference to the control from the root in the project properties,
which was causing an initial error.

Is there a certain order to the building of the project and the custom
control. Or should I remove the custom control from my project?

I've added the following to the codebehind:
Protected WithEvents cstmContact As dailyControls.addContact
(No imports)
At the momemt, I'm only referencing the a 'visible' attribute in the
code behind.

Here are the references in my webform:
<%@ Register TagPrefix="dailyControls" Namespace="dailyControls"
Assembly="dailyControls" %>

<dailyControls:addContact Runat="server" id=cstmContact />

No other references.

Thanks,

Joe

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 12:10 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Can you post some of your code to the code-behind and your custom
control?
It looks like the web form is referencing an older version of the custom
control. Did you recompile both?
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 2:56 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] Custom Control Parser Error

Any help on the following would be appreciated.

I am assuming the base class is my codebehind??

Why would the types be incompatible if the are referring to the same
custom control?

Thanks,

Joe

Parser Error

Description: An error occurred during the parsing of a resource required
to service this request.

Please review the following specific parse error details and modify your
source file appropriately.

Parser Error Message: The base class includes the field 'cstmContact',
but its type (dailyControls.addContact) is not compatible with the type
of control (dailyControls.addContact).

Source Error:

Line 372: <td align=middle>
Line 373: <!-- Beginning of AddContact Custom Control //-->
Line 374: <dailyControls:addContact Runat="server" id=cstmContact />
Line 375: <!-- End of AddContact Custom Control //-->
Line 376: </td>

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives

Reply to this message...
 
    
Joe Bradvica

Jeff,

Thanks for the info. Your 'add reference' advice prompted me to try
something.

My project is 'daily'. My custom control is 'dailycontrols'. I had
been compiling the custom control from the command line and then copying
it into the bin directory. Later, when I built my project, I didn't
remove the 'dailycontrols.dll' from the bin directory. So there seemed
to be a conflict with the daily.dll (which I am assuming has a reference
of daily.dailycontrols) and dailycontrols.dll that wasn't removed from
the bin directory. Worked fine after the deletion.

Thanks again,

Joe

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 1:40 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Joe,
Try this:
Recompile your custom control.
Add a reference to the dll of your custom control (make sure it's the
dll
and not the vbproject) to your web application project.
Recompile the web application and try it again.

If this doesn't work you might want to try posting to aspngvs
http://www.asplists.com/asplists/aspngvs.asp or aspngfreeforall
http://www.asplists.com/asplists/aspngfreeforall.asp. It sounds like an
issue with adding a reference to your web application solution, which is
starting to get off topic here.

The construction of the custom control and the reference of the custom
control in the code-behind and aspx page look fine.
Sorry I couldn't have been of more help.
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 4:17 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Jeff,

The following is the skeleton of my custom control.

Joe

Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Collections.Specialized

Namespace dailyControls

Public Class addContact
Inherits Control
Implements INamingContainer

Protected Overrides Sub CreateChildControls()

Me.Controls.Add(New LiteralControl("<table cellSpacing=3D""1""
cellPadding=3D""1"" width=3D""600"" border=3D""0"">"))

.... add more controls .....
.... haven't change this since it worked .....

End Sub

End Class

End Namespace

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 1:06 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

What is your custom control inheriting from? It should be inheriting
from
one of the System.Web.UI.WebControls or the
System.Web.UI.WebControls.WebControl class itself.

If you can, post a skeleton of your custom control.
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 3:22 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Jeffrey, thanks for the quick response.

The problem didn't occur until I rebuilt my project. Prior to that I
was only building the custom control and it was working fine. I removed
the reference to the control from the root in the project properties,
which was causing an initial error.

Is there a certain order to the building of the project and the custom
control. Or should I remove the custom control from my project?

I've added the following to the codebehind:
Protected WithEvents cstmContact As dailyControls.addContact
(No imports)
At the momemt, I'm only referencing the a 'visible' attribute in the
code behind.

Here are the references in my webform:
<%@ Register TagPrefix=3D"dailyControls" Namespace=3D"dailyControls"
Assembly=3D"dailyControls" %>

<dailyControls:addContact Runat=3D"server" id=3DcstmContact />

No other references.

Thanks,

Joe

-----Original Message-----
From: Jeffrey Widmer [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 12:10 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] RE: Custom Control Parser Error

Can you post some of your code to the code-behind and your custom
control?
It looks like the web form is referencing an older version of the custom
control. Did you recompile both?
-Jeff

-----Original Message-----
From: Joe Bradvica [mailto:Click here to reveal e-mail address]
Sent: Monday, January 21, 2002 2:56 PM
To: aspngcontrolsvb
Subject: [aspngcontrolsvb] Custom Control Parser Error

Any help on the following would be appreciated.

I am assuming the base class is my codebehind??

Why would the types be incompatible if the are referring to the same
custom control?

Thanks,

Joe

Parser Error

Description: An error occurred during the parsing of a resource required
to service this request.

Please review the following specific parse error details and modify your
source file appropriately.

Parser Error Message: The base class includes the field 'cstmContact',
but its type (dailyControls.addContact) is not compatible with the type
of control (dailyControls.addContact).

Source Error:

Line 372: <td align=3Dmiddle>
Line 373: <!-- Beginning of AddContact Custom Control //-->
Line 374: <dailyControls:addContact Runat=3D"server" id=3DcstmContact />
Line 375: <!-- End of AddContact Custom Control //-->
Line 376: </td>

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

| [aspngcontrolsvb] member Click here to reveal e-mail address =3D YOUR ID
| http://www.asplists.com/asplists/aspngcontrolsvb.asp =3D JOIN/QUIT
| http://www.asplists.com/search =3D SEARCH Archives

Reply to this message...
 
 
System.Web.UI.INamingContainer
System.Web.UI.LiteralControl
System.Web.UI.WebControls.WebControl




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification