473,545 Members | 1,947 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with vss and visual studio 2003

We have a web application in 2003. The solution contains the project
for the web application and five other projects for shared assemblies.
We have two issues.

The first is that we want to place the entire solution in some other
directory like c:\work rather than wwwroot. We can use vss to do a get
latest version, but as soon as we open the solution from within visual
studio, vs copies the main web application source files to a new
inetpub/wwwroot/projectname directory under wwwroot. What we want is a
virtual directory in wwwroot, but the files somewhere else. This is
causing us a problem because we now have two copies of all the source
files in that project, one copy in the c:\work area and another in the
wwwroot/project name area. The weird thing is that we've been able to
make this work before, but can't now. Any idea what's wrong? We've
deleted the vscache directory and made sure the bindings are correct.
We've also made sure the directories are set correctly in vss. Any
ideas?

The second problem is that this solution no longer cleanly builds.
Somtimes we can build individual projects correctly. But if you
rebuild the entire solution, it fails. It tells us that it can't write
the output to the working directory because the DLL file is locked by
another process. In this case, we know the other process is visual
studio. And the DLL in question actually builds. It's like it builds,
then doesn't release the lock on the DLL, then tries to build it again
encountering the error. One clue may be that we started to encounter
problems when we directed all the projects to build to a common
directory, a stupid policy from the build/deployment department. None
of the file names are the same though so this shouldn't be an issue.
And everything builds correctly for the other department from their
command line utility. Any idea what's going on with this one?

brian

Oct 6 '06 #1
11 1727
Can't you create a virtual directory pointing to your c:\ drive? When you
specify your virtual site pointing to something under wwwroot it is going to
put those files underneath that. But if you specify the virtual site to point
to c:\<folder namethen hopefully it should work.
--
Ameet Phadnis
Sr. Technical Consultant
e Tek Global Inc.
ASP Alliance Author Page: http://aspalliance.com/author.aspx?uId=44260
"brianlanni ng" wrote:
We have a web application in 2003. The solution contains the project
for the web application and five other projects for shared assemblies.
We have two issues.

The first is that we want to place the entire solution in some other
directory like c:\work rather than wwwroot. We can use vss to do a get
latest version, but as soon as we open the solution from within visual
studio, vs copies the main web application source files to a new
inetpub/wwwroot/projectname directory under wwwroot. What we want is a
virtual directory in wwwroot, but the files somewhere else. This is
causing us a problem because we now have two copies of all the source
files in that project, one copy in the c:\work area and another in the
wwwroot/project name area. The weird thing is that we've been able to
make this work before, but can't now. Any idea what's wrong? We've
deleted the vscache directory and made sure the bindings are correct.
We've also made sure the directories are set correctly in vss. Any
ideas?

The second problem is that this solution no longer cleanly builds.
Somtimes we can build individual projects correctly. But if you
rebuild the entire solution, it fails. It tells us that it can't write
the output to the working directory because the DLL file is locked by
another process. In this case, we know the other process is visual
studio. And the DLL in question actually builds. It's like it builds,
then doesn't release the lock on the DLL, then tries to build it again
encountering the error. One clue may be that we started to encounter
problems when we directed all the projects to build to a common
directory, a stupid policy from the build/deployment department. None
of the file names are the same though so this shouldn't be an issue.
And everything builds correctly for the other department from their
command line utility. Any idea what's going on with this one?

brian

Oct 6 '06 #2
1. Delete your project director from your inetpub directory ( make a backup
copy this folder , if incase your code changes are stored here )

Assume your we projects are under C:\MyCompnay\Pr ojects\MyWebApp

2. Open window explorer go to C:\Inetpub/wwwroot/ and create the same
directory structre like above
as show below C:\Inetpub/wwwroot\MyCompa ny\Projects\

3. Open IIS MMC navigate to C:\Inetpub/wwwroot\MyCompa ny\Projects\ and
create new virtual directory and call it same as your webApp
so it will be C:\Inetpub/wwwroot\MyCompa ny\Projects\Web App(Virtual
directory) and map it to C:\MyCompnay\Pr ojects\MyWebApp

4. open your project.webinfo file in notpad and make sure it points to the
right place.

5.Open your solution, remove your web project and then add your web project
from C:\MyCompnay\Pr ojects\MyWebApp , it might
ask where is your http path poin to
http://localhost/MyCompany/Projects/WebApp
as far as your second question is concern,

It's known issue, it may help stop your indexing service .

or
kill your aspnet_wp.exe process and give it a shot

or

close and reopen your solution it will compile without any problem.

Thanks
Baski
"brianlanni ng" <br**********@g mail.comwrote in message
news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
We have a web application in 2003. The solution contains the project
for the web application and five other projects for shared assemblies.
We have two issues.

The first is that we want to place the entire solution in some other
directory like c:\work rather than wwwroot. We can use vss to do a get
latest version, but as soon as we open the solution from within visual
studio, vs copies the main web application source files to a new
inetpub/wwwroot/projectname directory under wwwroot. What we want is a
virtual directory in wwwroot, but the files somewhere else. This is
causing us a problem because we now have two copies of all the source
files in that project, one copy in the c:\work area and another in the
wwwroot/project name area. The weird thing is that we've been able to
make this work before, but can't now. Any idea what's wrong? We've
deleted the vscache directory and made sure the bindings are correct.
We've also made sure the directories are set correctly in vss. Any
ideas?

The second problem is that this solution no longer cleanly builds.
Somtimes we can build individual projects correctly. But if you
rebuild the entire solution, it fails. It tells us that it can't write
the output to the working directory because the DLL file is locked by
another process. In this case, we know the other process is visual
studio. And the DLL in question actually builds. It's like it builds,
then doesn't release the lock on the DLL, then tries to build it again
encountering the error. One clue may be that we started to encounter
problems when we directed all the projects to build to a common
directory, a stupid policy from the build/deployment department. None
of the file names are the same though so this shouldn't be an issue.
And everything builds correctly for the other department from their
command line utility. Any idea what's going on with this one?

brian

Oct 6 '06 #3
1. Delete everything locall
2. Download the entire tree
3. In windows explorer, go to properties for the web directory and make a
web app (can also be done in IIS manager)
4. Delete all files from the web directory.
5. Open the solution file
6. It will now populate the new directory with the web files
7. Pop open a frosty adult beverage and relax

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************** *************** *************** ****
Think outside of the box!
*************** *************** *************** ****
"brianlanni ng" <br**********@g mail.comwrote in message
news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
We have a web application in 2003. The solution contains the project
for the web application and five other projects for shared assemblies.
We have two issues.

The first is that we want to place the entire solution in some other
directory like c:\work rather than wwwroot. We can use vss to do a get
latest version, but as soon as we open the solution from within visual
studio, vs copies the main web application source files to a new
inetpub/wwwroot/projectname directory under wwwroot. What we want is a
virtual directory in wwwroot, but the files somewhere else. This is
causing us a problem because we now have two copies of all the source
files in that project, one copy in the c:\work area and another in the
wwwroot/project name area. The weird thing is that we've been able to
make this work before, but can't now. Any idea what's wrong? We've
deleted the vscache directory and made sure the bindings are correct.
We've also made sure the directories are set correctly in vss. Any
ideas?

The second problem is that this solution no longer cleanly builds.
Somtimes we can build individual projects correctly. But if you
rebuild the entire solution, it fails. It tells us that it can't write
the output to the working directory because the DLL file is locked by
another process. In this case, we know the other process is visual
studio. And the DLL in question actually builds. It's like it builds,
then doesn't release the lock on the DLL, then tries to build it again
encountering the error. One clue may be that we started to encounter
problems when we directed all the projects to build to a common
directory, a stupid policy from the build/deployment department. None
of the file names are the same though so this shouldn't be an issue.
And everything builds correctly for the other department from their
command line utility. Any idea what's going on with this one?

brian

Oct 6 '06 #4

//directory like c:\work rather than wwwroot.//

You can do this, but I'd strongly suggest ~~everyone has to use the same
one. No exceptions.

The magic is opening up and looking in notepad the .webinfo file.

The info in there has to match where the virtual directory is. You can
manually fix this as necessary.

The reason that c:\inetpub\wwwr oot\ works is that everybody has it.

IF all developers use the same alternate directory
c:\work
AND
you create a virtual directory
http://localhost/work/ that points to c:\work\

and before checking files in, make sure the .webinfo is correct

then you can with this in an multiuser environment.

The key is that when developer2 checks out a project that developer1
started, all the stars need to align.

Or else developer2's version of .webinfo is off, and thus VS2003 tries to
auto create the virutal directory for them, in that "_1" style.

how do I know this? Cuz I used to work with a guy who started all projects,
and didn't attempt to synchronize, and causes huge headaches for me and my
ability to produce. And when I checked stuff back in , he'd rat out to my
boss "He broke the build after checking stuff back in".

Individuality is good, but not when it comes to VS2003 and VSS.

...


"brianlanni ng" <br**********@g mail.comwrote in message
news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
We have a web application in 2003. The solution contains the project
for the web application and five other projects for shared assemblies.
We have two issues.

The first is that we want to place the entire solution in some other
directory like c:\work rather than wwwroot. We can use vss to do a get
latest version, but as soon as we open the solution from within visual
studio, vs copies the main web application source files to a new
inetpub/wwwroot/projectname directory under wwwroot. What we want is a
virtual directory in wwwroot, but the files somewhere else. This is
causing us a problem because we now have two copies of all the source
files in that project, one copy in the c:\work area and another in the
wwwroot/project name area. The weird thing is that we've been able to
make this work before, but can't now. Any idea what's wrong? We've
deleted the vscache directory and made sure the bindings are correct.
We've also made sure the directories are set correctly in vss. Any
ideas?

The second problem is that this solution no longer cleanly builds.
Somtimes we can build individual projects correctly. But if you
rebuild the entire solution, it fails. It tells us that it can't write
the output to the working directory because the DLL file is locked by
another process. In this case, we know the other process is visual
studio. And the DLL in question actually builds. It's like it builds,
then doesn't release the lock on the DLL, then tries to build it again
encountering the error. One clue may be that we started to encounter
problems when we directed all the projects to build to a common
directory, a stupid policy from the build/deployment department. None
of the file names are the same though so this shouldn't be an issue.
And everything builds correctly for the other department from their
command line utility. Any idea what's going on with this one?

brian

Oct 6 '06 #5

Baski wrote:
5.Open your solution, remove your web project and then add your web project
from C:\MyCompnay\Pr ojects\MyWebApp , it might
ask where is your http path poin to
http://localhost/MyCompany/Projects/WebApp
Ah! I have no webinfo file in source safe. Maybe it's recreating one
incorrectly which is the source of the confusion?

as far as your second question is concern,
It's known issue, it may help stop your indexing service .
or
kill your aspnet_wp.exe process and give it a shot
or
close and reopen your solution it will compile without any problem.
I'll try the first one once I get the project back together. The other
two didn't help.

thanks

brian

Oct 6 '06 #6
wbeinfo is just simple file

<VisualStudioUN CWeb>
<Web URLPath = "http://localhost/subdirectory/your web project
name.csproj" />
</VisualStudioUNC Web>

save the above content as your web project name.csproj.web info

"brianlanni ng" <br**********@g mail.comwrote in message
news:11******** **************@ m7g2000cwm.goog legroups.com...
>
Baski wrote:
>5.Open your solution, remove your web project and then add your web
project
from C:\MyCompnay\Pr ojects\MyWebApp , it might
ask where is your http path poin to
http://localhost/MyCompany/Projects/WebApp

Ah! I have no webinfo file in source safe. Maybe it's recreating one
incorrectly which is the source of the confusion?

>as far as your second question is concern,
It's known issue, it may help stop your indexing service .
or
kill your aspnet_wp.exe process and give it a shot
or
close and reopen your solution it will compile without any problem.

I'll try the first one once I get the project back together. The other
two didn't help.

thanks

brian

Oct 6 '06 #7
(i'm really replying to everyone)

So I create all of this. I have the entire tree in c:\work.

The project and solution file are here:

c:\work\fleetsy nergy\websource \fleetsynergyim port\FleetSyner gyImport.csproj
(and sln)

The .webinfo file looks like this:

<VisualStudioUN CWeb>
<Web URLPath =
"http://localhost/work/fleetsynergy/websource/fleetsynergyimp ort/FleetSynergyImp ort.csproj"
/>
</VisualStudioUNC Web>

I place the webinfo file in sourcesafe with the other project files. I
created a virtual directory that links http://localhost/work to
c:\work.

When I try to open the solution, I get a dialog that says "Set Project
Location". The text says that I need to set the working directory for
the project. The default is http://localhost/fleetsynergy which is
exactly where I don't want it. So I change the path to point to the
direcory containing the project, like this:

http://localhost/work/fleetsynergy/w...tSynergyImport

It underlines the path in red, then tells me that I have to choose a
different path because this directory already contains a web project
(duh).

So what now?

brian

sloan wrote:
//directory like c:\work rather than wwwroot.//

You can do this, but I'd strongly suggest ~~everyone has to use the same
one. No exceptions.

The magic is opening up and looking in notepad the .webinfo file.

The info in there has to match where the virtual directory is. You can
manually fix this as necessary.

The reason that c:\inetpub\wwwr oot\ works is that everybody has it.

IF all developers use the same alternate directory
c:\work
AND
you create a virtual directory
http://localhost/work/ that points to c:\work\

and before checking files in, make sure the .webinfo is correct

then you can with this in an multiuser environment.

The key is that when developer2 checks out a project that developer1
started, all the stars need to align.

Or else developer2's version of .webinfo is off, and thus VS2003 tries to
auto create the virutal directory for them, in that "_1" style.

how do I know this? Cuz I used to work with a guy who started all projects,
and didn't attempt to synchronize, and causes huge headaches for me and my
ability to produce. And when I checked stuff back in , he'd rat out to my
boss "He broke the build after checking stuff back in".

Individuality is good, but not when it comes to VS2003 and VSS.

..


"brianlanni ng" <br**********@g mail.comwrote in message
news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
We have a web application in 2003. The solution contains the project
for the web application and five other projects for shared assemblies.
We have two issues.

The first is that we want to place the entire solution in some other
directory like c:\work rather than wwwroot. We can use vss to do a get
latest version, but as soon as we open the solution from within visual
studio, vs copies the main web application source files to a new
inetpub/wwwroot/projectname directory under wwwroot. What we want is a
virtual directory in wwwroot, but the files somewhere else. This is
causing us a problem because we now have two copies of all the source
files in that project, one copy in the c:\work area and another in the
wwwroot/project name area. The weird thing is that we've been able to
make this work before, but can't now. Any idea what's wrong? We've
deleted the vscache directory and made sure the bindings are correct.
We've also made sure the directories are set correctly in vss. Any
ideas?

The second problem is that this solution no longer cleanly builds.
Somtimes we can build individual projects correctly. But if you
rebuild the entire solution, it fails. It tells us that it can't write
the output to the working directory because the DLL file is locked by
another process. In this case, we know the other process is visual
studio. And the DLL in question actually builds. It's like it builds,
then doesn't release the lock on the DLL, then tries to build it again
encountering the error. One clue may be that we started to encounter
problems when we directed all the projects to build to a common
directory, a stupid policy from the build/deployment department. None
of the file names are the same though so this shouldn't be an issue.
And everything builds correctly for the other department from their
command line utility. Any idea what's going on with this one?

brian
Oct 6 '06 #8
When I try to open the solution, I get a dialog that says "Set Project
Location". The text says that I need to set the working directory for
the project. The default is http://localhost/fleetsynergy which is
exactly where I don't want it. So I change the path to point to the
direcory containing the project, like this:
When it ask for working directory select your
c:\work\fleetsy nergy\websource \fleetsynergyim port\
<br**********@g mail.comwrote in message
news:11******** *************@b 28g2000cwb.goog legroups.com...
(i'm really replying to everyone)

So I create all of this. I have the entire tree in c:\work.

The project and solution file are here:

c:\work\fleetsy nergy\websource \fleetsynergyim port\FleetSyner gyImport.csproj
(and sln)

The .webinfo file looks like this:

<VisualStudioUN CWeb>
<Web URLPath =
"http://localhost/work/fleetsynergy/websource/fleetsynergyimp ort/FleetSynergyImp ort.csproj"
/>
</VisualStudioUNC Web>

I place the webinfo file in sourcesafe with the other project files. I
created a virtual directory that links http://localhost/work to
c:\work.

When I try to open the solution, I get a dialog that says "Set Project
Location". The text says that I need to set the working directory for
the project. The default is http://localhost/fleetsynergy which is
exactly where I don't want it. So I change the path to point to the
direcory containing the project, like this:

http://localhost/work/fleetsynergy/w...tSynergyImport

It underlines the path in red, then tells me that I have to choose a
different path because this directory already contains a web project
(duh).

So what now?

brian

sloan wrote:
>//directory like c:\work rather than wwwroot.//

You can do this, but I'd strongly suggest ~~everyone has to use the same
one. No exceptions.

The magic is opening up and looking in notepad the .webinfo file.

The info in there has to match where the virtual directory is. You can
manually fix this as necessary.

The reason that c:\inetpub\wwwr oot\ works is that everybody has it.

IF all developers use the same alternate directory
c:\work
AND
you create a virtual directory
http://localhost/work/ that points to c:\work\

and before checking files in, make sure the .webinfo is correct

then you can with this in an multiuser environment.

The key is that when developer2 checks out a project that developer1
started, all the stars need to align.

Or else developer2's version of .webinfo is off, and thus VS2003 tries to
auto create the virutal directory for them, in that "_1" style.

how do I know this? Cuz I used to work with a guy who started all
projects,
and didn't attempt to synchronize, and causes huge headaches for me and
my
ability to produce. And when I checked stuff back in , he'd rat out to
my
boss "He broke the build after checking stuff back in".

Individualit y is good, but not when it comes to VS2003 and VSS.

..


"brianlannin g" <br**********@g mail.comwrote in message
news:11******* *************** @b28g2000cwb.go oglegroups.com. ..
We have a web application in 2003. The solution contains the project
for the web application and five other projects for shared assemblies.
We have two issues.

The first is that we want to place the entire solution in some other
directory like c:\work rather than wwwroot. We can use vss to do a get
latest version, but as soon as we open the solution from within visual
studio, vs copies the main web application source files to a new
inetpub/wwwroot/projectname directory under wwwroot. What we want is a
virtual directory in wwwroot, but the files somewhere else. This is
causing us a problem because we now have two copies of all the source
files in that project, one copy in the c:\work area and another in the
wwwroot/project name area. The weird thing is that we've been able to
make this work before, but can't now. Any idea what's wrong? We've
deleted the vscache directory and made sure the bindings are correct.
We've also made sure the directories are set correctly in vss. Any
ideas?

The second problem is that this solution no longer cleanly builds.
Somtimes we can build individual projects correctly. But if you
rebuild the entire solution, it fails. It tells us that it can't write
the output to the working directory because the DLL file is locked by
another process. In this case, we know the other process is visual
studio. And the DLL in question actually builds. It's like it builds,
then doesn't release the lock on the DLL, then tries to build it again
encountering the error. One clue may be that we started to encounter
problems when we directed all the projects to build to a common
directory, a stupid policy from the build/deployment department. None
of the file names are the same though so this shouldn't be an issue.
And everything builds correctly for the other department from their
command line utility. Any idea what's going on with this one?

brian

Oct 6 '06 #9
Baski wrote:
When it ask for working directory select your
c:\work\fleetsy nergy\websource \fleetsynergyim port\

But it wants a url. When I enter the url directly like I posted, I
get that error message about a project already being there. If I click
the browse elipsis, I get an empty window that doesn't contain anything
on the localhost web server. If I choose the working directory in the
tree, it says it wants a url.

brian

Oct 6 '06 #10

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

Similar topics

1
7258
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at school. When I tried to open it in the lab, I got a message saying I couldn't open it because it was created with a newer version. Evidently the lab...
6
6156
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter...
0
6091
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug file as folows. I need help to resolve them ASAP: cl /c /nologo /MDd /W3 /Od /GR /GM /Zi /GX /D "_DEBUG" /D " WIN32" /D "_W INDOWS" /D "_WINDLL"...
1
1635
by: Graham | last post by:
My project (VS 7.1) builds and run OK on my Windows 2K PC, but when I clean the solution and copy it over to a Windows XP PC in our lab I get loads of error, (see below) I cant seem to find the cause. The code HAS NOT changed! I did check that the copied project still builds on the Windows 2K PC and it does. c:\Program Files\Microsoft...
0
1632
by: Rajesh Kumar | last post by:
Hi Gregory Thanks for your answer. I did not see any attached file so I copied your text into a text file and named it compiler.bat Checked the wrapped lines and runned the file. It said Dataset, Datareader and some other things are not defined. So I entered the : Imports Microsoft.ApplicationBlocks.Data Imports system Imports system.data...
0
3359
by: Rajesh Madhra | last post by:
Hi Gregory Thanks for your answer. I did not see any attached file so I copied your text into a text file and named it compiler.bat Checked the wrapped lines and runned the file. It said Dataset, Datareader and some other things are not defined. So I entered the : Imports Microsoft.ApplicationBlocks.Data Imports system Imports system.data...
2
2257
by: Fie Fie Niles | last post by:
I have a WinXP Professional that had Microsoft Visual Studio .NET 2002. I created a new project of type Visual Basic Projects and used template: ASP.NET Web application. When I hit F5 to run the project, I got the following error: "Error while trying to run project: Unable to start debugging on the web server. The server does not support...
8
3402
by: Rob Edwards | last post by:
When trying to add the Microsoft CDO for Exchange Management Library (aka CDOEXM.dll) I receive the following message: "A reference to 'Microsoft CDO for Exchange Management Library' could not be added. Converting the type library to a .Net assembly failed. A depended type library 'CDO' could not be converted to a .NET assembly. A dependent...
3
1381
by: dean4if | last post by:
I have 4 Windows 2000 Servers. I have installed the DotNet Framework 2.0 on all 4 servers. Three of these servers show a tab for ASP.NET in the IIS MMC and are running Visual Studio 2003. One server that has Visual Studio 2005 installed does not show this ASP.NET tab. On this one server, when I use Visual Studio 2005 to try to create...
4
2515
by: vedrandekovic | last post by:
Hi, I have already install Microsoft visual studio .NET 2003 and MinGw, when I try to build a extension: python my_extension_setup.py build ( or install ) , I get an error: LINK : fatal error LNK1141: failure during build of exports file error: command '"C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe"' failed with...
0
7484
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...
0
7928
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...
1
7440
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...
0
5997
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...
1
5344
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...
0
4963
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...
0
3470
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...
0
3451
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1030
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.