473,614 Members | 2,352 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unable to open Web project

When I try to open a web project using Microsoft Visual Studio 2003, I get
the following error message (this happens on a couple of machines in-house,
while on the rest it works without the error):

'Unable to open Web project 'Application1'. Server error: There is no web
named "/Application1".'

I have removed and then configured Front Page Server Extensions, removed and
created the Application for the Default Web Site, as well as ran
"Recalculat e Web" and "Check Server Extensions" in IIS for the Default Web
Site.

Uninstalling IIS, Installing IIS, then running aspnet_regiis -i fixes the
problem, but there are too many developer machines in-house that have this
problem and going through all of this is tedious...espec ially since it has
re-ocurred without us being able to reproduce how it happens in order to
prevent it from happening.

Does anyone have any idea how to prevent this? How about fixing the problem
without all of the uninstalling and reinstalling of IIS and ASP.Net?

Thanks in advance,
Mythran

Nov 19 '05 #1
10 3825
Is Application1 a virtual directory under the root designated
for the web site on the developer's PC?

By default, ASP.NET trys to make all of your development
apps run under virtual directories.

My guess if this doesn't fix the problem, VS.NET 2003
was installed prior to installing IIS. Thus, the install
steps you took should fix the problem.

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com .
http://www.eggheadcafe.com/forums/merit.asp

"Mythran" <ki********@hot mail.comREMOVET RAIL> wrote in message
news:OZ******** ********@TK2MSF TNGP12.phx.gbl. ..
When I try to open a web project using Microsoft Visual Studio 2003, I get
the following error message (this happens on a couple of machines
in-house, while on the rest it works without the error):

'Unable to open Web project 'Application1'. Server error: There is no web
named "/Application1".'

I have removed and then configured Front Page Server Extensions, removed
and created the Application for the Default Web Site, as well as ran
"Recalculat e Web" and "Check Server Extensions" in IIS for the Default Web
Site.

Uninstalling IIS, Installing IIS, then running aspnet_regiis -i fixes the
problem, but there are too many developer machines in-house that have this
problem and going through all of this is tedious...espec ially since it has
re-ocurred without us being able to reproduce how it happens in order to
prevent it from happening.

Does anyone have any idea how to prevent this? How about fixing the
problem without all of the uninstalling and reinstalling of IIS and
ASP.Net?

Thanks in advance,
Mythran

Nov 19 '05 #2

"Robbe Morris [C# MVP]" <in**@eggheadca fe.com> wrote in message
news:e0******** ********@TK2MSF TNGP09.phx.gbl. ..
Is Application1 a virtual directory under the root designated
for the web site on the developer's PC?

By default, ASP.NET trys to make all of your development
apps run under virtual directories.

My guess if this doesn't fix the problem, VS.NET 2003
was installed prior to installing IIS. Thus, the install
steps you took should fix the problem.

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com .
http://www.eggheadcafe.com/forums/merit.asp


Well, Application1 gets created as a virtual directory under the root, yes.
What do you mean, "if this doesn't fix the problem"? What fix have you
suggested? I'm lost heh.

Thanks,
Mythran

Nov 19 '05 #3
I meant for your other development PC's to save
you some time uninstalling and reinstalling IIS.

They may not work properly because the virtual
directory was missing and not because of an
installation problem with IIS.

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com .
http://www.eggheadcafe.com/forums/merit.asp

"Mythran" <ki********@hot mail.comREMOVET RAIL> wrote in message
news:OZ******** ******@TK2MSFTN GP10.phx.gbl...

"Robbe Morris [C# MVP]" <in**@eggheadca fe.com> wrote in message
news:e0******** ********@TK2MSF TNGP09.phx.gbl. ..
Is Application1 a virtual directory under the root designated
for the web site on the developer's PC?

By default, ASP.NET trys to make all of your development
apps run under virtual directories.

My guess if this doesn't fix the problem, VS.NET 2003
was installed prior to installing IIS. Thus, the install
steps you took should fix the problem.

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.masterado.net

Earn $$$ money answering .NET Framework
messageboard posts at EggHeadCafe.com .
http://www.eggheadcafe.com/forums/merit.asp


Well, Application1 gets created as a virtual directory under the root,
yes. What do you mean, "if this doesn't fix the problem"? What fix have
you suggested? I'm lost heh.

Thanks,
Mythran

Nov 19 '05 #4
Hi, Mythran.

re:
Uninstalling IIS, Installing IIS, then running aspnet_regiis -i fixes the problem
re: How about fixing the problem without all of the uninstalling and reinstalling of IIS and
ASP.Net?
Uninstalling and reinstalling IIS is rarely needed,
and isn't needed at all if the problem is VS.Net's.

*First* running aspnet_regiis -u
and *then* running aspnet_regiis -i

is a more complete fix than just running aspnet_regiis -i,
particularly in reference to the recreation of the ASP.NET account.

re: this happens on a couple of machines in-house I have removed and then configured Front Page Server Extensions, removed and created the
Application for the Default Web Site, as well as ran "Recalculat e Web" and "Check Server
Extensions" in IIS for the Default Web Site.
Do you absolutely need Front Page Extensions ?

From what you say this happens "on a couple of machines in-house".

You only need Front Page Extensions installed on the production web server.
FP Extensions are not needed on the workstations.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Mythran" <ki********@hot mail.comREMOVET RAIL> wrote in message
news:OZ******** ********@TK2MSF TNGP12.phx.gbl. .. When I try to open a web project using Microsoft Visual Studio 2003, I get the following
error message (this happens on a couple of machines in-house, while on the rest it works
without the error):

'Unable to open Web project 'Application1'. Server error: There is no web named
"/Application1".'

I have removed and then configured Front Page Server Extensions, removed and created the
Application for the Default Web Site, as well as ran "Recalculat e Web" and "Check Server
Extensions" in IIS for the Default Web Site.

Uninstalling IIS, Installing IIS, then running aspnet_regiis -i fixes the problem, but
there are too many developer machines in-house that have this problem and going through
all of this is tedious...espec ially since it has re-ocurred without us being able to
reproduce how it happens in order to prevent it from happening.

Does anyone have any idea how to prevent this? How about fixing the problem without all
of the uninstalling and reinstalling of IIS and ASP.Net?

Thanks in advance,
Mythran

Nov 19 '05 #5

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:Op******** ******@tk2msftn gp13.phx.gbl...
Hi, Mythran.

re:
Uninstalling IIS, Installing IIS, then running aspnet_regiis -i fixes the
problem


re:
How about fixing the problem without all of the uninstalling and
reinstalling of IIS and ASP.Net?


Uninstalling and reinstalling IIS is rarely needed,
and isn't needed at all if the problem is VS.Net's.

*First* running aspnet_regiis -u
and *then* running aspnet_regiis -i

is a more complete fix than just running aspnet_regiis -i,
particularly in reference to the recreation of the ASP.NET account.

re:
this happens on a couple of machines in-house

I have removed and then configured Front Page Server Extensions, removed
and created the Application for the Default Web Site, as well as ran
"Recalculat e Web" and "Check Server Extensions" in IIS for the Default
Web Site.


Do you absolutely need Front Page Extensions ?

From what you say this happens "on a couple of machines in-house".

You only need Front Page Extensions installed on the production web
server.
FP Extensions are not needed on the workstations.


I have to use FPE for our projects, afaik. The way we are creating web
projects is using the following <snip>

<snip>
Public Sub CreateVirtualDi rectory(ByVal Name As String, ByVal Path As
String)
Dim iisAdmin As DirectoryEntry
Dim virtualDir As DirectoryEntry

' Get the Admin object.

iisAdmin = New DirectoryEntry( "IIS://localhost/W3SVC/1/Root")
Try
' Create the virtual directory.
virtualDir = iisAdmin.Childr en.Add(Name, "IIsWebVirtualD ir")

With virtualDir
.Properties.Ite m("Path")(0) = Path
.Properties.Ite m("AspEnablePar entPaths")(0) = True
.Invoke("AppCre ate", False)
.CommitChanges( )
End With
Catch Ex As Exception
' Show the exception's message.
MsgBox(Ex.Messa ge)
Finally
' Cleanup.
iisAdmin.Dispos e()

If Not virtualDir Is Nothing
virtualDir.Disp ose()
End If
End Try
End Sub
</snip>

Using the above code, the Virtual Directory is successfully created, but I
get the error message "Unable to open Web project 'Application1'. Server
error: There is no web named '/Application1'."

We create the web application by creating the web project using the
DTE.Solution.Ad dFromFile method.

Hope this helps further solve my problems...

Mythran

Nov 19 '05 #6
re:
I have to use FPE for our projects, afaik.
That may be an unneeded rule, except for the web server.

re: The way we are creating web projects is using the following
I see you are accessing the metabase from code, but I don't
see anything in that code which requires FP Extensions.

re: Using the above code, the Virtual Directory is successfully created, but I get the error
message "Unable to open Web project 'Application1'. Server error: There is no web named
'/Application1'."
Creating a Virtual Directory is not the same as creating an IIS Application.

Shouldn't
.Invoke("AppCre ate", False)
be
.Invoke("AppCre ate", True)

?

You might also want to set the .Properties for AccessScript to
true, if you want the App to be able to serve aspx pages.

Please review :

http://tat.chillijam.co.uk/wordpress/?p=62
http://west-wind.com/weblog/posts/399.aspx
http://lzcd.com/archive/2004/11/26/241.aspx

Check those links; make the necessary changes,
and let us know how you did.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Mythran" <ki********@hot mail.comREMOVET RAIL> wrote in message
news:Oh******** ******@TK2MSFTN GP12.phx.gbl...
"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:Op******** ******@tk2msftn gp13.phx.gbl...
Hi, Mythran.

re:
Uninstalling IIS, Installing IIS, then running aspnet_regiis -i fixes the problem


re:
How about fixing the problem without all of the uninstalling and reinstalling of IIS
and ASP.Net?


Uninstalling and reinstalling IIS is rarely needed,
and isn't needed at all if the problem is VS.Net's.

*First* running aspnet_regiis -u
and *then* running aspnet_regiis -i

is a more complete fix than just running aspnet_regiis -i,
particularly in reference to the recreation of the ASP.NET account.

re:
this happens on a couple of machines in-house

I have removed and then configured Front Page Server Extensions, removed and created
the Application for the Default Web Site, as well as ran "Recalculat e Web" and "Check
Server Extensions" in IIS for the Default Web Site.


Do you absolutely need Front Page Extensions ?

From what you say this happens "on a couple of machines in-house".

You only need Front Page Extensions installed on the production web server. FP
Extensions are not needed on the workstations.


I have to use FPE for our projects, afaik. The way we are creating web projects is
using the following <snip>

<snip>
Public Sub CreateVirtualDi rectory(ByVal Name As String, ByVal Path As String)
Dim iisAdmin As DirectoryEntry
Dim virtualDir As DirectoryEntry

' Get the Admin object.

iisAdmin = New DirectoryEntry( "IIS://localhost/W3SVC/1/Root")
Try
' Create the virtual directory.
virtualDir = iisAdmin.Childr en.Add(Name, "IIsWebVirtualD ir")

With virtualDir
.Properties.Ite m("Path")(0) = Path
.Properties.Ite m("AspEnablePar entPaths")(0) = True
.Invoke("AppCre ate", False)
.CommitChanges( )
End With
Catch Ex As Exception
' Show the exception's message.
MsgBox(Ex.Messa ge)
Finally
' Cleanup.
iisAdmin.Dispos e()

If Not virtualDir Is Nothing
virtualDir.Disp ose()
End If
End Try
End Sub
</snip>

Using the above code, the Virtual Directory is successfully created, but I get the error
message "Unable to open Web project 'Application1'. Server error: There is no web named
'/Application1'."

We create the web application by creating the web project using the
DTE.Solution.Ad dFromFile method.

Hope this helps further solve my problems...

Mythran


Nov 19 '05 #7

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:uE******** ******@TK2MSFTN GP14.phx.gbl...
re:
I have to use FPE for our projects, afaik.
That may be an unneeded rule, except for the web server.


Yeah, but that "unneeded rule" seems to be required. The way we
programmaticall y add the project to the solution :(

re:
The way we are creating web projects is using the following
I see you are accessing the metabase from code, but I don't
see anything in that code which requires FP Extensions.


That is because I didn't post the code that adds the project to the solution
:) I'm focusing on getting this to work with FPE, even though it may not be
"needed". Getting it to work for all systems in-house would ensure that it
works in the production environment, and make me sleep easier knowing that
most, if not all, kinks have been worked out.
re:
Using the above code, the Virtual Directory is successfully created, but
I get the error
message "Unable to open Web project 'Application1'. Server error: There
is no web named
'/Application1'."
Creating a Virtual Directory is not the same as creating an IIS
Application.


Yeah, you can create an IIS app w/o a Virtual Directory, but as you see with
my code, I am creating a Virtual Directory and then creating an IIS
application out of the Virtual Directory. The metadata SchemaClassName is
still, IIsWebVirtualDi r, even after I create the app out of the virtual
directory.
Shouldn't
.Invoke("AppCre ate", False)
be
.Invoke("AppCre ate", True)

Testing this, I may have been switching it around to test what happens ...
maybe this fixes it :)
?

You might also want to set the .Properties for AccessScript to
true, if you want the App to be able to serve aspx pages.

We do not set AccessScript, or any other Access flags directly. Our
AccessFlags property is set to 513 on the parent (ACCESS_READ +
ACCESS_SCRIPT), which is then inherited by the Virtual
Directory/Application.
Please review :

http://tat.chillijam.co.uk/wordpress/?p=62
http://west-wind.com/weblog/posts/399.aspx
http://lzcd.com/archive/2004/11/26/241.aspx

Check those links; make the necessary changes,
and let us know how you did.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======


Thanks, Juan, I'll be making some more changes using some of the suggestions
you posted. I am currently reading the content of those links...and will
see if any other adjustments are needed to the code...then reply any
findings.

Mythran

Nov 19 '05 #8
re:
Shouldn't
.Invoke("AppCre ate", False)
be
.Invoke("AppCre ate", True)
Testing this, I may have been switching it around to test what happens ... maybe this
fixes it :)
Yeah, that's the likeliest culprit. Let us know if that is the fix.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======

"Mythran" <ki********@hot mail.comREMOVET RAIL> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:uE******** ******@TK2MSFTN GP14.phx.gbl...
re:
I have to use FPE for our projects, afaik.


That may be an unneeded rule, except for the web server.


Yeah, but that "unneeded rule" seems to be required. The way we programmaticall y add
the project to the solution :(

re:
The way we are creating web projects is using the following


I see you are accessing the metabase from code, but I don't
see anything in that code which requires FP Extensions.


That is because I didn't post the code that adds the project to the solution :) I'm
focusing on getting this to work with FPE, even though it may not be "needed". Getting
it to work for all systems in-house would ensure that it works in the production
environment, and make me sleep easier knowing that most, if not all, kinks have been
worked out.
re:
Using the above code, the Virtual Directory is successfully created, but I get the
error
message "Unable to open Web project 'Application1'. Server error: There is no web
named
'/Application1'."


Creating a Virtual Directory is not the same as creating an IIS Application.


Yeah, you can create an IIS app w/o a Virtual Directory, but as you see with my code, I
am creating a Virtual Directory and then creating an IIS application out of the Virtual
Directory. The metadata SchemaClassName is still, IIsWebVirtualDi r, even after I create
the app out of the virtual directory.
Shouldn't
.Invoke("AppCre ate", False)
be
.Invoke("AppCre ate", True)


Testing this, I may have been switching it around to test what happens ... maybe this
fixes it :)
?

You might also want to set the .Properties for AccessScript to
true, if you want the App to be able to serve aspx pages.


We do not set AccessScript, or any other Access flags directly. Our AccessFlags
property is set to 513 on the parent (ACCESS_READ + ACCESS_SCRIPT), which is then
inherited by the Virtual Directory/Application.
Please review :

http://tat.chillijam.co.uk/wordpress/?p=62
http://west-wind.com/weblog/posts/399.aspx
http://lzcd.com/archive/2004/11/26/241.aspx

Check those links; make the necessary changes,
and let us know how you did.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
=============== =======


Thanks, Juan, I'll be making some more changes using some of the suggestions you posted.
I am currently reading the content of those links...and will see if any other
adjustments are needed to the code...then reply any findings.

Mythran

Nov 19 '05 #9

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
re:
Shouldn't
.Invoke("AppCre ate", False)
be
.Invoke("AppCre ate", True)

Testing this, I may have been switching it around to test what happens
... maybe this fixes it :)


Yeah, that's the likeliest culprit. Let us know if that is the fix.


Ok, got it to work :) Regardless of how the Virtual Directory is made, I
had to set the DTE.Properties( "Projects",
"WebSettings"). Item("Authoring Access").Value to
VSLangProj.webP rjAuthoringAcce ss.webPrjAuthor ingAccess_FileS hare. This
makes FPSE un-needed now :)

So, thank you for your help. Hope this helps others if they ever creating
new project templates in VS2003 :) Took a long time to figure out, still
don't know why I can't create a Web Application using FPSE on the
developer's machine :( The error message now reads, "Unable to create Web
project 'WebApplication 1'. Server Error". Doesn't even give me an error
message lol...but it does allow me to create the project using a file share
(which is why I started looking into how to do that programmaticall y).

Thanks again :)

Mythran

Nov 19 '05 #10

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

Similar topics

3
4101
by: David N | last post by:
I got a solution that contains about 30 projects, three of which cannot be open. When I open the project, I always receive the error message "Unable to get the project file from the Web Server" My machine is running Windows 2003. My colleagues are using the same hardware and software as I do, but I am the only one running into this problem. I searched the Internet and see that quite a lot of people having the same problem in the...
2
1573
by: vince | last post by:
I installed the Portal Starter Kit (from www.asp.net) on a win 2003 server running IIS 6.0 and SQL Server 8.0, and it works fine using integrated authentication. However, I'm unable to open the portal project remotely from my development pc... when in vs.net I click File/Open/Project from Web, and I'm prompted to enter the URL of the server containing the project. After entering "http://myserver" it shows a listing of web projects, but...
1
2106
by: soni29 | last post by:
hi, i'm running windows 2000 and Internet Information Services 5.0, that's the version that the help file for iis shows, i'm using Visual Studio ..Net 2002 (version 7) but whenever i try to create an asp.net project i get an error. here is what i do: Click Create Project For Location type: http://localhost/5040/WebApplication1 5040 is an alias, it works, if i put .aspx files there i can run them.
16
4196
by: Serdar Kalaycý | last post by:
Hi everybody, My problem seems a bit clichè but I could not work around. Well I read lots of MSDN papers and discussions, but my problem is a bit different from them. When I tried to run the project in debug mode (by hitting F5) it gives an error message "Error while trying to run project: Unable to start debugging on the web server.
8
2978
by: Rob | last post by:
I asked this question before but having had no response i'll try to simplify the description and hope someone can help this time. Basically my problem is that i'm getting the error "Unable to open web project...the file path 'blah' does not correspond to the url 'blahblah'. Fair enough because the file path 'blah' is incorrect. The question is where does it get this file path from ? Just to add some background, i have copied the...
1
1561
by: Winshent | last post by:
I have recently upgraded my desktop from windows 2000 to XP Pro. I backed up my project by simply copying accross the files in the project. I have changed the default virtual directory from InetPub to another and i have enabled file sharing and security settings for Internet Guest Account, VS Developers and ASPNET Account. I have copied my project files (all within the project folder) under the default directory and converted this...
3
2247
by: alan_coffman2004 | last post by:
Opening an ASP.NET VS2002 project in VS2003, am getting this error: "Unable to open Web project 'MyProject'. The file path 'c:\inetpub\wwwroot\MyProject' does not correspond to the URL 'http://Localhost:/MyProject'. The two need to map to the same server location. HTTP Error 404: Not Found." I have tried fixing this using both of these KB articles and usenet advises, still problem not solved:
7
613
by: Jed | last post by:
I am trying to open web project in VS 2003 using the File Share method. VS is running on XP Pro (Host) and I am accessing the root web of an XP Pro install on Virtual PC (Server) running on the same machine. I have the loopback adapter running on the Host. The Host is sharing it's Internet connectivity with the loopback adapter and the Server is using the loopback it for Internet connectivity. All the networking stuff is working fine.
11
5376
by: benoitc | last post by:
I've been having a problem debugging an ASP.NET 1.1 application on an existing Windows XP/Visual Studio 2003 workstation that I've inherited from somebody else. The application builds fine, but when I try to debug, it gives me the message: Error When Trying to Run Project: Unable to Start Debugging on the Web Server. Debugging failed because integrated Windows authentication is not enabled. Now, the obvious solution for this of course...
2
5171
by: Sagar | last post by:
Hi Iam unable to open my ASP.Net web project HRMS.vbproj suddenly in VS.Net 2003 I am getthing this error. Unable to open Web project '/'. The file path 'D:\company\ASP\Web' does not correspond to the URL 'http://Localhost:'. The two need to map to the same server location. HTTP Error 500: Internal Server Error The webinfo file reads
0
8642
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8591
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...
0
8444
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...
0
7115
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6093
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
4058
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
4138
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1438
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.