473,757 Members | 10,736 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error Debubbing newly created ASP.NET Project

Hi,

I just installed the VS.Studio 2005 Team Edition for Developper and
encountered
severe problems with debugging ASP.NET 2.0 projects. Even newly empty
created ASP 2.0 projects can't debug (setting breakpoint in page_load()). I'm
getting the following message:

"Unable to start debugging on the web server. An error occurred that usually
indicates a corrupt installation (code 0x80004002). If the problem persists,
repair your Visual Studio installation via 'Add or Remove Programs'"

I deinstalled serveral time all VS.Studio 2005 components and used as well
the deinstall tool. I did the deinstall several times, tried as well a
'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET 2.0
Framework folder. That message above won't change.

I was using the VS.2005 Beta2 without any Problems. I had some Avalon and
WinFX Previews install which were removed to solve that problem.

I will appreciate any hints to solve my debug problems. I won't like to
reinstall my computer, PLEASE HELP !

Best Regards,
Marc

Here's my configuration:

Windows XP SP2

VS.Studio 2005:
Microsoft Visual Studio 2005
Version 8.0.50727.42 (RTM.050727-4200)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: Enterprise

Microsoft Visual Basic 2005 77642-113-3000004-41984
Microsoft Visual Basic 2005

Microsoft Visual C# 2005 77642-113-3000004-41984
Microsoft Visual C# 2005

Microsoft Visual C++ 2005 77642-113-3000004-41984
Microsoft Visual C++ 2005

Microsoft Visual J# 2005 77642-113-3000004-41984
Microsoft Visual J# 2005

Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
Microsoft Visual Studio Tools for the Microsoft Office System

Microsoft Visual Web Developer 2005 77642-113-3000004-41984
Microsoft Visual Web Developer 2005

Visual Studio 2005 Team Edition for Developers 77642-113-3000004-41984
Microsoft Visual Studio 2005 Team Edition for Software Developers

Crystal Reports AAC60-G0CSA4B-V7000AY
Crystal Reports for Visual Studio 2005

Nov 19 '05 #1
4 2416
Hi,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 19 '05 #2
Hi Marc,

This is likely there is some old configuration of the former version you
installed corrupt the new installed 2.0 ASP.NET setting. Are you debuggin a
web application in IIS server when you encounter the problem? Can you
correctly debug an asp.net 2.0 web application which is created through
File System location? Also, can you run the asp.net 2.0 web application
correctly or is the IIS's virtual dir correctly be configured to use the
2.0 extension mapping?

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Thread-Topic: Error Debubbing newly created ASP.NET Project
| thread-index: AcXm0kvEM8qY03F JRVyZc7HocpKpAA ==
| X-WBNR-Posting-Host: 194.138.39.140
| From: =?Utf-8?B?bWN3b29x?= <mc****@newsgro ups.nospam>
| Subject: Error Debubbing newly created ASP.NET Project
| Date: Fri, 11 Nov 2005 07:12:13 -0800
| Lines: 64
| Message-ID: <0A************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3573 71
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Hi,
|
| I just installed the VS.Studio 2005 Team Edition for Developper and
| encountered
| severe problems with debugging ASP.NET 2.0 projects. Even newly empty
| created ASP 2.0 projects can't debug (setting breakpoint in page_load()).
I'm
| getting the following message:
|
| "Unable to start debugging on the web server. An error occurred that
usually
| indicates a corrupt installation (code 0x80004002). If the problem
persists,
| repair your Visual Studio installation via 'Add or Remove Programs'"
|
| I deinstalled serveral time all VS.Studio 2005 components and used as
well
| the deinstall tool. I did the deinstall several times, tried as well a
| 'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET 2.0
| Framework folder. That message above won't change.
|
| I was using the VS.2005 Beta2 without any Problems. I had some Avalon and
| WinFX Previews install which were removed to solve that problem.
|
| I will appreciate any hints to solve my debug problems. I won't like to
| reinstall my computer, PLEASE HELP !
|
| Best Regards,
| Marc
|
| Here's my configuration:
|
| Windows XP SP2
|
| VS.Studio 2005:
| Microsoft Visual Studio 2005
| Version 8.0.50727.42 (RTM.050727-4200)
| Microsoft .NET Framework
| Version 2.0.50727
|
| Installed Edition: Enterprise
|
| Microsoft Visual Basic 2005 77642-113-3000004-41984
| Microsoft Visual Basic 2005
|
| Microsoft Visual C# 2005 77642-113-3000004-41984
| Microsoft Visual C# 2005
|
| Microsoft Visual C++ 2005 77642-113-3000004-41984
| Microsoft Visual C++ 2005
|
| Microsoft Visual J# 2005 77642-113-3000004-41984
| Microsoft Visual J# 2005
|
| Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
| Microsoft Visual Studio Tools for the Microsoft Office System
|
| Microsoft Visual Web Developer 2005 77642-113-3000004-41984
| Microsoft Visual Web Developer 2005
|
| Visual Studio 2005 Team Edition for Developers 77642-113-3000004-41984
| Microsoft Visual Studio 2005 Team Edition for Software Developers
|
| Crystal Reports AAC60-G0CSA4B-V7000AY
| Crystal Reports for Visual Studio 2005
|
|
|
|

Nov 19 '05 #3
Dear Steven,

I'm triied to debug several ASP.NET apps in II 5.1.
Debugging a new app with a file system location instead 'http://' does'nt
work either. I getting the following when creating a new project with a
filesystem location:

"Unable to attach to application 'WebDev.WebServ er (PID:3000) using '<here's
my hostname>'. An error occured that indicates a corrupt installation (code
0x80004002). If the problem persists, | repair your Visual Studio
installation via Add or Remove Programs' .. ".
The VS.2005 development server starts afterwards and runs my application.
I can run the application without debugging with IIS or the ASP.NET
development Server.

I verified the ASP.NET Version setitng in the IIS Management Console. It's
set to 2.0.50727.

I'm thinking about a fresh XP installation.

Best Regards,
Marc
"Steven Cheng[MSFT]" wrote:
Hi Marc,

This is likely there is some old configuration of the former version you
installed corrupt the new installed 2.0 ASP.NET setting. Are you debuggin a
web application in IIS server when you encounter the problem? Can you
correctly debug an asp.net 2.0 web application which is created through
File System location? Also, can you run the asp.net 2.0 web application
correctly or is the IIS's virtual dir correctly be configured to use the
2.0 extension mapping?

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Thread-Topic: Error Debubbing newly created ASP.NET Project
| thread-index: AcXm0kvEM8qY03F JRVyZc7HocpKpAA ==
| X-WBNR-Posting-Host: 194.138.39.140
| From: =?Utf-8?B?bWN3b29x?= <mc****@newsgro ups.nospam>
| Subject: Error Debubbing newly created ASP.NET Project
| Date: Fri, 11 Nov 2005 07:12:13 -0800
| Lines: 64
| Message-ID: <0A************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3573 71
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Hi,
|
| I just installed the VS.Studio 2005 Team Edition for Developper and
| encountered
| severe problems with debugging ASP.NET 2.0 projects. Even newly empty
| created ASP 2.0 projects can't debug (setting breakpoint in page_load()).
I'm
| getting the following message:
|
| "Unable to start debugging on the web server. An error occurred that
usually
| indicates a corrupt installation (code 0x80004002). If the problem
persists,
| repair your Visual Studio installation via 'Add or Remove Programs'"
|
| I deinstalled serveral time all VS.Studio 2005 components and used as
well
| the deinstall tool. I did the deinstall several times, tried as well a
| 'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET 2.0
| Framework folder. That message above won't change.
|
| I was using the VS.2005 Beta2 without any Problems. I had some Avalon and
| WinFX Previews install which were removed to solve that problem.
|
| I will appreciate any hints to solve my debug problems. I won't like to
| reinstall my computer, PLEASE HELP !
|
| Best Regards,
| Marc
|
| Here's my configuration:
|
| Windows XP SP2
|
| VS.Studio 2005:
| Microsoft Visual Studio 2005
| Version 8.0.50727.42 (RTM.050727-4200)
| Microsoft .NET Framework
| Version 2.0.50727
|
| Installed Edition: Enterprise
|
| Microsoft Visual Basic 2005 77642-113-3000004-41984
| Microsoft Visual Basic 2005
|
| Microsoft Visual C# 2005 77642-113-3000004-41984
| Microsoft Visual C# 2005
|
| Microsoft Visual C++ 2005 77642-113-3000004-41984
| Microsoft Visual C++ 2005
|
| Microsoft Visual J# 2005 77642-113-3000004-41984
| Microsoft Visual J# 2005
|
| Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
| Microsoft Visual Studio Tools for the Microsoft Office System
|
| Microsoft Visual Web Developer 2005 77642-113-3000004-41984
| Microsoft Visual Web Developer 2005
|
| Visual Studio 2005 Team Edition for Developers 77642-113-3000004-41984
| Microsoft Visual Studio 2005 Team Edition for Software Developers
|
| Crystal Reports AAC60-G0CSA4B-V7000AY
| Crystal Reports for Visual Studio 2005
|
|
|
|

Nov 19 '05 #4
Thanks for your followup Marc,

Seems the problem is really serious and related to some intrinsic
components rather than just some external configuration or settings.
Though we can still use filemon tool to have a monitor on file accessing
to get some info , that will cost much time. I think build a new clear
environment would be the quickest and simplest approach (or if possible
,suggest using VPC environment...)

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: Error Debubbing newly created ASP.NET Project
| thread-index: AcXpIk83lLASHNS HRPKxsIFbKmcXmg ==
| X-WBNR-Posting-Host: 194.138.39.140
| From: =?Utf-8?B?bWN3b29x?= <mc****@newsgro ups.nospam>
| References: <0A************ *************** *******@microso ft.com>
<$F************ **@TK2MSFTNGXA0 2.phx.gbl>
| Subject: RE: Error Debubbing newly created ASP.NET Project
| Date: Mon, 14 Nov 2005 05:50:01 -0800
| Lines: 145
| Message-ID: <5A************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA01.phx.gbl!T K2MSFTNGXA03.ph x.gbl
| Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:3579 16
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Dear Steven,
|
| I'm triied to debug several ASP.NET apps in II 5.1.
| Debugging a new app with a file system location instead 'http://'
does'nt
| work either. I getting the following when creating a new project with a
| filesystem location:
|
| "Unable to attach to application 'WebDev.WebServ er (PID:3000) using
'<here's
| my hostname>'. An error occured that indicates a corrupt installation
(code
| 0x80004002). If the problem persists, | repair your Visual Studio
| installation via Add or Remove Programs' .. ".
| The VS.2005 development server starts afterwards and runs my application.
| I can run the application without debugging with IIS or the ASP.NET
| development Server.
|
| I verified the ASP.NET Version setitng in the IIS Management Console.
It's
| set to 2.0.50727.
|
| I'm thinking about a fresh XP installation.
|
| Best Regards,
| Marc
|
|
| "Steven Cheng[MSFT]" wrote:
|
| > Hi Marc,
| >
| > This is likely there is some old configuration of the former version
you
| > installed corrupt the new installed 2.0 ASP.NET setting. Are you
debuggin a
| > web application in IIS server when you encounter the problem? Can you
| > correctly debug an asp.net 2.0 web application which is created through
| > File System location? Also, can you run the asp.net 2.0 web application
| > correctly or is the IIS's virtual dir correctly be configured to use
the
| > 2.0 extension mapping?
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| >
| >
| > --------------------
| > | Thread-Topic: Error Debubbing newly created ASP.NET Project
| > | thread-index: AcXm0kvEM8qY03F JRVyZc7HocpKpAA ==
| > | X-WBNR-Posting-Host: 194.138.39.140
| > | From: =?Utf-8?B?bWN3b29x?= <mc****@newsgro ups.nospam>
| > | Subject: Error Debubbing newly created ASP.NET Project
| > | Date: Fri, 11 Nov 2005 07:12:13 -0800
| > | Lines: 64
| > | Message-ID: <0A************ *************** *******@microso ft.com>
| > | MIME-Version: 1.0
| > | Content-Type: text/plain;
| > | charset="Utf-8"
| > | Content-Transfer-Encoding: 7bit
| > | X-Newsreader: Microsoft CDO for Windows 2000
| > | Content-Class: urn:content-classes:message
| > | Importance: normal
| > | Priority: normal
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| > | NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| > | Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| > | Xref: TK2MSFTNGXA02.p hx.gbl
| > microsoft.publi c.dotnet.framew ork.aspnet:3573 71
| > | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| > |
| > | Hi,
| > |
| > | I just installed the VS.Studio 2005 Team Edition for Developper and
| > | encountered
| > | severe problems with debugging ASP.NET 2.0 projects. Even newly empty
| > | created ASP 2.0 projects can't debug (setting breakpoint in
page_load()).
| > I'm
| > | getting the following message:
| > |
| > | "Unable to start debugging on the web server. An error occurred that
| > usually
| > | indicates a corrupt installation (code 0x80004002). If the problem
| > persists,
| > | repair your Visual Studio installation via 'Add or Remove Programs'"
| > |
| > | I deinstalled serveral time all VS.Studio 2005 components and used as
| > well
| > | the deinstall tool. I did the deinstall several times, tried as well
a
| > | 'repair'. At last I reinstalled IIS and ran aspnet_regiis -i in NET
2.0
| > | Framework folder. That message above won't change.
| > |
| > | I was using the VS.2005 Beta2 without any Problems. I had some Avalon
and
| > | WinFX Previews install which were removed to solve that problem.
| > |
| > | I will appreciate any hints to solve my debug problems. I won't like
to
| > | reinstall my computer, PLEASE HELP !
| > |
| > | Best Regards,
| > | Marc
| > |
| > | Here's my configuration:
| > |
| > | Windows XP SP2
| > |
| > | VS.Studio 2005:
| > | Microsoft Visual Studio 2005
| > | Version 8.0.50727.42 (RTM.050727-4200)
| > | Microsoft .NET Framework
| > | Version 2.0.50727
| > |
| > | Installed Edition: Enterprise
| > |
| > | Microsoft Visual Basic 2005 77642-113-3000004-41984
| > | Microsoft Visual Basic 2005
| > |
| > | Microsoft Visual C# 2005 77642-113-3000004-41984
| > | Microsoft Visual C# 2005
| > |
| > | Microsoft Visual C++ 2005 77642-113-3000004-41984
| > | Microsoft Visual C++ 2005
| > |
| > | Microsoft Visual J# 2005 77642-113-3000004-41984
| > | Microsoft Visual J# 2005
| > |
| > | Microsoft Visual Studio Tools for Office 77642-113-3000004-41984
| > | Microsoft Visual Studio Tools for the Microsoft Office System
| > |
| > | Microsoft Visual Web Developer 2005 77642-113-3000004-41984
| > | Microsoft Visual Web Developer 2005
| > |
| > | Visual Studio 2005 Team Edition for Developers
77642-113-3000004-41984
| > | Microsoft Visual Studio 2005 Team Edition for Software Developers
| > |
| > | Crystal Reports AAC60-G0CSA4B-V7000AY
| > | Crystal Reports for Visual Studio 2005
| > |
| > |
| > |
| > |
| >
| >
|

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
3540
by: Együd Csaba | last post by:
Hi, I've a problem with some of my stored procs. My config is: RH7.1, Postgres 7.3.2 I had converted a few fields of a few tables from one type to another and after this I made all the necessary changes on the functions and recreated all my types and functions. It seemd to be all right, but the newly created functions won't work anymore.
0
1212
by: Együd Csaba | last post by:
> Hi, > I've a problem with some of my stored procs. My config is: RH7.1, Postgres > 7.3.2 > > I had converted a few fields of a few tables from one type to another and > after this I made all the necessary changes on the functions and recreated > all my types and functions. > It seemd to be all right, but the newly created functions won't work > anymore. >
3
1682
by: Hugh O | last post by:
Hi, I have been trying to load a Crystal Report newly created via VS.Net 2003. I am using a simply ASP form with only the Crystal Report Viewer. The sample report results display in the WebForm1.aspx, when I have set the databinding Report Source property set at design time. I get the following error message when I try to run the report. CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. In searching Google, in...
1
4326
by: Michel | last post by:
In VC++ from Visual Studio 2005 the following occurs: If I try to compile anyting, even a newly created empty MFC application with 1 empty dialog, I get the following 2 errors: Compiling... stdafx.cpp c:\program files\microsoft visual studio 8\vc\include\excpt.h(33) : error C2144: syntax error : 'int' should be preceded by ';' c:\program files\microsoft visual studio 8\vc\include\excpt.h(33) : error C4430: missing type specifier - int...
0
1128
by: Tom | last post by:
I am converting a small VB.NET 2003 application over to VS 2005. I ran it thru the 'upgrade' wizard which prompty upgraded it without any real issues (except some warnings). However, I did notice that it didn't really take advantage of the new 'My Project' system folder and namespace - i.e. the AssemblyInfo.vb was still in the main app, along with app.config, etc etc. In order to take advantage of the My Project (i.e. My namespace)...
21
6895
by: one2001boy | last post by:
PostMessage() function returns ERROR_NOT_ENOUGH_QUOTA after running in a loop for 700 times, but the disk space and memory are still big enough. any suggestion to resolve this problem? thanks.
3
8627
by: garyusenet | last post by:
Dear Professionals, I have recently been using the wonderful krypton toolkit and am trying to use them in my small hobby application. I include this bit of info as an aside really because i'm sure my question can be extrapolated to the more general case, so here goes! I have a box standard windows forms project. (File, New Project, Windows Application, OK)
2
4777
by: jr | last post by:
Hello everyone! I am new to this sort of postings so I'm not even sure if this is the correct place to start. Anyway, I would realy appreciate any help. I have a some VBA code that works quite happily in a number of machines and for different users. Recently we had to open a new account for a user in one of the machines and when the code runs it shows a run-time error '3075'. Nonetheless if I switch users in the same machine and run the...
9
4223
by: =?Utf-8?B?VGVycnk=?= | last post by:
Hi, Is it possible (w/o generating a gazillion errors) to copy a form in VS 2005 so that it can be modified and reused. In other words, I have a form, alot of which I wish to use in a different form. An no, I don't want to inherit it. I just want to steal the layout and add and remove a few other pieces. Any easy way to do this? -- Terry
0
9489
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9906
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9885
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9737
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7286
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6562
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5172
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3399
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.