473,799 Members | 3,033 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sharing a web-project

Hi all

We have an ASP.Net project (and the Solution) under source-control.

Here is the example - I create the Solution, I create an ASP.Net project and
then check it all in to source control, now, when another user pulls down
the solution/project from source and then tries to open it the Solution says
it can't find the project.

The temporary solution we have so far which is far from convenient is to
create a NEW solution on the other person's machine and the add the project
again, this works ok.

Is the Solution storing somehting about the initial web project that is
throwing it when loaded on another machine? BTW we've tried EVERYTHING to
sort this but the only way to get it to work is create a new solution on
each machine - not ideal.

Suggestions welcome - this is beocming a real pain.

Thanks
Kev
Nov 19 '05 #1
7 1631
Mantorok,

Dont want to sound like i am giving you a primer on source safe :)
Create a project. say at
http://devmachine/project1
Save it to source control

(will tell you that it will remove frontpage extension for managing project)
now go to your co-workers machine
open VS.net
click open project from web
type in http://devmachine/
and click enter.
you will see project 1 in the window.
double click and select project file
click open and it will open the project.
and it will maitain the sourcesafe linking.

when you double click a file and modify it will tell you that you need to
check out etc.

good luck

HTH

Regards,

Hermit Dave
http://hdave.blogspot.com
"Mantorok" wrote:
Hi all

We have an ASP.Net project (and the Solution) under source-control.

Here is the example - I create the Solution, I create an ASP.Net project and
then check it all in to source control, now, when another user pulls down
the solution/project from source and then tries to open it the Solution says
it can't find the project.

The temporary solution we have so far which is far from convenient is to
create a NEW solution on the other person's machine and the add the project
again, this works ok.

Is the Solution storing somehting about the initial web project that is
throwing it when loaded on another machine? BTW we've tried EVERYTHING to
sort this but the only way to get it to work is create a new solution on
each machine - not ideal.

Suggestions welcome - this is beocming a real pain.

Thanks
Kev

Nov 19 '05 #2
Well, we are using QVCS rather the source safe.

Opening project from web has never actually worked either, if I say, open up
localhost/projectname the directory listing is totally blank - maybe that's
permisisons??

Kev

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:3C******** *************** ***********@mic rosoft.com...
Mantorok,

Dont want to sound like i am giving you a primer on source safe :)
Create a project. say at
http://devmachine/project1
Save it to source control

(will tell you that it will remove frontpage extension for managing
project)
now go to your co-workers machine
open VS.net
click open project from web
type in http://devmachine/
and click enter.
you will see project 1 in the window.
double click and select project file
click open and it will open the project.
and it will maitain the sourcesafe linking.

when you double click a file and modify it will tell you that you need to
check out etc.

good luck

HTH

Regards,

Hermit Dave
http://hdave.blogspot.com
"Mantorok" wrote:
Hi all

We have an ASP.Net project (and the Solution) under source-control.

Here is the example - I create the Solution, I create an ASP.Net project
and
then check it all in to source control, now, when another user pulls down
the solution/project from source and then tries to open it the Solution
says
it can't find the project.

The temporary solution we have so far which is far from convenient is to
create a NEW solution on the other person's machine and the add the
project
again, this works ok.

Is the Solution storing somehting about the initial web project that is
throwing it when loaded on another machine? BTW we've tried EVERYTHING to
sort this but the only way to get it to work is create a new solution on
each machine - not ideal.

Suggestions welcome - this is beocming a real pain.

Thanks
Kev

Nov 19 '05 #3
Mantorok,

using QVCS should still change the way you code in vs.net.
VS.net in essence maintains the versioning and interfaces with source
control software. Though i tried perforce in past and i have to admit, it did
leave me wondering on how it all will hang together.

when you created the project did you create it using http://machinename
you should have centralisation of code ie only on webserver holding the code.

the setup i have used in past is like this
the dev IIS box is normally win2k3 (also has source control on seperate
partition)
the dev boxes with vs.net are xp and vs.net
create the prject from dev box onto the iis box. and add it to source
control on the server.
now to go the other box and open the project from dev server.

HTH

Regards,

Hermit Dave

"Mantorok" wrote:
Well, we are using QVCS rather the source safe.

Opening project from web has never actually worked either, if I say, open up
localhost/projectname the directory listing is totally blank - maybe that's
permisisons??

Kev

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:3C******** *************** ***********@mic rosoft.com...
Mantorok,

Dont want to sound like i am giving you a primer on source safe :)
Create a project. say at
http://devmachine/project1
Save it to source control

(will tell you that it will remove frontpage extension for managing
project)
now go to your co-workers machine
open VS.net
click open project from web
type in http://devmachine/
and click enter.
you will see project 1 in the window.
double click and select project file
click open and it will open the project.
and it will maitain the sourcesafe linking.

when you double click a file and modify it will tell you that you need to
check out etc.

good luck

HTH

Regards,

Hermit Dave
http://hdave.blogspot.com
"Mantorok" wrote:
Hi all

We have an ASP.Net project (and the Solution) under source-control.

Here is the example - I create the Solution, I create an ASP.Net project
and
then check it all in to source control, now, when another user pulls down
the solution/project from source and then tries to open it the Solution
says
it can't find the project.

The temporary solution we have so far which is far from convenient is to
create a NEW solution on the other person's machine and the add the
project
again, this works ok.

Is the Solution storing somehting about the initial web project that is
throwing it when loaded on another machine? BTW we've tried EVERYTHING to
sort this but the only way to get it to work is create a new solution on
each machine - not ideal.

Suggestions welcome - this is beocming a real pain.

Thanks
Kev


Nov 19 '05 #4

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:4F******** *************** ***********@mic rosoft.com...
Mantorok,

using QVCS should still change the way you code in vs.net.
VS.net in essence maintains the versioning and interfaces with source
control software. Though i tried perforce in past and i have to admit, it
did
leave me wondering on how it all will hang together.

when you created the project did you create it using http://machinename
you should have centralisation of code ie only on webserver holding the
code.
The project is initially created locally and then added to SC...then the
other developer pulls down the project files and attempts to open it.

Is this wrong?
the setup i have used in past is like this
the dev IIS box is normally win2k3 (also has source control on seperate
partition)
the dev boxes with vs.net are xp and vs.net
create the prject from dev box onto the iis box. and add it to source
control on the server.
now to go the other box and open the project from dev server.

HTH

Regards,

Hermit Dave

"Mantorok" wrote:
Well, we are using QVCS rather the source safe.

Opening project from web has never actually worked either, if I say, open
up
localhost/projectname the directory listing is totally blank - maybe
that's
permisisons??

Kev

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:3C******** *************** ***********@mic rosoft.com...
> Mantorok,
>
> Dont want to sound like i am giving you a primer on source safe :)
> Create a project. say at
> http://devmachine/project1
> Save it to source control
>
> (will tell you that it will remove frontpage extension for managing
> project)
> now go to your co-workers machine
> open VS.net
> click open project from web
> type in http://devmachine/
> and click enter.
> you will see project 1 in the window.
> double click and select project file
> click open and it will open the project.
> and it will maitain the sourcesafe linking.
>
> when you double click a file and modify it will tell you that you need
> to
> check out etc.
>
> good luck
>
> HTH
>
> Regards,
>
> Hermit Dave
> http://hdave.blogspot.com
>
>
> "Mantorok" wrote:
>
>> Hi all
>>
>> We have an ASP.Net project (and the Solution) under source-control.
>>
>> Here is the example - I create the Solution, I create an ASP.Net
>> project
>> and
>> then check it all in to source control, now, when another user pulls
>> down
>> the solution/project from source and then tries to open it the
>> Solution
>> says
>> it can't find the project.
>>
>> The temporary solution we have so far which is far from convenient is
>> to
>> create a NEW solution on the other person's machine and the add the
>> project
>> again, this works ok.
>>
>> Is the Solution storing somehting about the initial web project that
>> is
>> throwing it when loaded on another machine? BTW we've tried EVERYTHING
>> to
>> sort this but the only way to get it to work is create a new solution
>> on
>> each machine - not ideal.
>>
>> Suggestions welcome - this is beocming a real pain.
>>
>> Thanks
>> Kev
>>
>>
>>


Nov 19 '05 #5
Okay this is personal experience but since i started working with InterDev
and asp (1998), the way i have used web projects and sourcesafe is for
developers to open the web project and not pull the source files and then
open it up.

so you have developers connecting to project on a webbox that is linked to
sourcesafe. Everytime a user modifies a file vs.net will prompt the user to
check the file out.

Again. Dont do a get on files and open the files. Open the web project.

What you are trying to do works and is used for non web projects.

Regards,

Hermit Dave

"Mantorok" wrote:

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:4F******** *************** ***********@mic rosoft.com...
Mantorok,

using QVCS should still change the way you code in vs.net.
VS.net in essence maintains the versioning and interfaces with source
control software. Though i tried perforce in past and i have to admit, it
did
leave me wondering on how it all will hang together.

when you created the project did you create it using http://machinename
you should have centralisation of code ie only on webserver holding the
code.


The project is initially created locally and then added to SC...then the
other developer pulls down the project files and attempts to open it.

Is this wrong?
the setup i have used in past is like this
the dev IIS box is normally win2k3 (also has source control on seperate
partition)
the dev boxes with vs.net are xp and vs.net
create the prject from dev box onto the iis box. and add it to source
control on the server.
now to go the other box and open the project from dev server.

HTH

Regards,

Hermit Dave

"Mantorok" wrote:
Well, we are using QVCS rather the source safe.

Opening project from web has never actually worked either, if I say, open
up
localhost/projectname the directory listing is totally blank - maybe
that's
permisisons??

Kev

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:3C******** *************** ***********@mic rosoft.com...
> Mantorok,
>
> Dont want to sound like i am giving you a primer on source safe :)
> Create a project. say at
> http://devmachine/project1
> Save it to source control
>
> (will tell you that it will remove frontpage extension for managing
> project)
> now go to your co-workers machine
> open VS.net
> click open project from web
> type in http://devmachine/
> and click enter.
> you will see project 1 in the window.
> double click and select project file
> click open and it will open the project.
> and it will maitain the sourcesafe linking.
>
> when you double click a file and modify it will tell you that you need
> to
> check out etc.
>
> good luck
>
> HTH
>
> Regards,
>
> Hermit Dave
> http://hdave.blogspot.com
>
>
> "Mantorok" wrote:
>
>> Hi all
>>
>> We have an ASP.Net project (and the Solution) under source-control.
>>
>> Here is the example - I create the Solution, I create an ASP.Net
>> project
>> and
>> then check it all in to source control, now, when another user pulls
>> down
>> the solution/project from source and then tries to open it the
>> Solution
>> says
>> it can't find the project.
>>
>> The temporary solution we have so far which is far from convenient is
>> to
>> create a NEW solution on the other person's machine and the add the
>> project
>> again, this works ok.
>>
>> Is the Solution storing somehting about the initial web project that
>> is
>> throwing it when loaded on another machine? BTW we've tried EVERYTHING
>> to
>> sort this but the only way to get it to work is create a new solution
>> on
>> each machine - not ideal.
>>
>> Suggestions welcome - this is beocming a real pain.
>>
>> Thanks
>> Kev
>>
>>
>>


Nov 19 '05 #6

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:1B******** *************** ***********@mic rosoft.com...
Okay this is personal experience but since i started working with InterDev
and asp (1998), the way i have used web projects and sourcesafe is for
developers to open the web project and not pull the source files and then
open it up.

so you have developers connecting to project on a webbox that is linked to
sourcesafe. Everytime a user modifies a file vs.net will prompt the user
to
check the file out.

Again. Dont do a get on files and open the files. Open the web project.

What you are trying to do works and is used for non web projects.

Regards,

Hermit Dave
Ok, thanks - I'll give that method a try, sounds like it has a much better
chance of working.
"Mantorok" wrote:

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:4F******** *************** ***********@mic rosoft.com...
> Mantorok,
>
> using QVCS should still change the way you code in vs.net.
> VS.net in essence maintains the versioning and interfaces with source
> control software. Though i tried perforce in past and i have to admit,
> it
> did
> leave me wondering on how it all will hang together.
>
> when you created the project did you create it using http://machinename
> you should have centralisation of code ie only on webserver holding the
> code.


The project is initially created locally and then added to SC...then the
other developer pulls down the project files and attempts to open it.

Is this wrong?
> the setup i have used in past is like this
> the dev IIS box is normally win2k3 (also has source control on seperate
> partition)
> the dev boxes with vs.net are xp and vs.net
> create the prject from dev box onto the iis box. and add it to source
> control on the server.
> now to go the other box and open the project from dev server.
>
> HTH
>
> Regards,
>
> Hermit Dave
>
> "Mantorok" wrote:
>
>> Well, we are using QVCS rather the source safe.
>>
>> Opening project from web has never actually worked either, if I say,
>> open
>> up
>> localhost/projectname the directory listing is totally blank - maybe
>> that's
>> permisisons??
>>
>> Kev
>>
>> "Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in
>> message
>> news:3C******** *************** ***********@mic rosoft.com...
>> > Mantorok,
>> >
>> > Dont want to sound like i am giving you a primer on source safe :)
>> > Create a project. say at
>> > http://devmachine/project1
>> > Save it to source control
>> >
>> > (will tell you that it will remove frontpage extension for managing
>> > project)
>> > now go to your co-workers machine
>> > open VS.net
>> > click open project from web
>> > type in http://devmachine/
>> > and click enter.
>> > you will see project 1 in the window.
>> > double click and select project file
>> > click open and it will open the project.
>> > and it will maitain the sourcesafe linking.
>> >
>> > when you double click a file and modify it will tell you that you
>> > need
>> > to
>> > check out etc.
>> >
>> > good luck
>> >
>> > HTH
>> >
>> > Regards,
>> >
>> > Hermit Dave
>> > http://hdave.blogspot.com
>> >
>> >
>> > "Mantorok" wrote:
>> >
>> >> Hi all
>> >>
>> >> We have an ASP.Net project (and the Solution) under source-control.
>> >>
>> >> Here is the example - I create the Solution, I create an ASP.Net
>> >> project
>> >> and
>> >> then check it all in to source control, now, when another user
>> >> pulls
>> >> down
>> >> the solution/project from source and then tries to open it the
>> >> Solution
>> >> says
>> >> it can't find the project.
>> >>
>> >> The temporary solution we have so far which is far from convenient
>> >> is
>> >> to
>> >> create a NEW solution on the other person's machine and the add the
>> >> project
>> >> again, this works ok.
>> >>
>> >> Is the Solution storing somehting about the initial web project
>> >> that
>> >> is
>> >> throwing it when loaded on another machine? BTW we've tried
>> >> EVERYTHING
>> >> to
>> >> sort this but the only way to get it to work is create a new
>> >> solution
>> >> on
>> >> each machine - not ideal.
>> >>
>> >> Suggestions welcome - this is beocming a real pain.
>> >>
>> >> Thanks
>> >> Kev
>> >>
>> >>
>> >>
>>
>>
>>


Nov 19 '05 #7
Good luck with that.

"Mantorok" wrote:

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:1B******** *************** ***********@mic rosoft.com...
Okay this is personal experience but since i started working with InterDev
and asp (1998), the way i have used web projects and sourcesafe is for
developers to open the web project and not pull the source files and then
open it up.

so you have developers connecting to project on a webbox that is linked to
sourcesafe. Everytime a user modifies a file vs.net will prompt the user
to
check the file out.

Again. Dont do a get on files and open the files. Open the web project.

What you are trying to do works and is used for non web projects.

Regards,

Hermit Dave


Ok, thanks - I'll give that method a try, sounds like it has a much better
chance of working.
"Mantorok" wrote:

"Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in message
news:4F******** *************** ***********@mic rosoft.com...
> Mantorok,
>
> using QVCS should still change the way you code in vs.net.
> VS.net in essence maintains the versioning and interfaces with source
> control software. Though i tried perforce in past and i have to admit,
> it
> did
> leave me wondering on how it all will hang together.
>
> when you created the project did you create it using http://machinename
> you should have centralisation of code ie only on webserver holding the
> code.

The project is initially created locally and then added to SC...then the
other developer pulls down the project files and attempts to open it.

Is this wrong?

> the setup i have used in past is like this
> the dev IIS box is normally win2k3 (also has source control on seperate
> partition)
> the dev boxes with vs.net are xp and vs.net
> create the prject from dev box onto the iis box. and add it to source
> control on the server.
> now to go the other box and open the project from dev server.
>
> HTH
>
> Regards,
>
> Hermit Dave
>
> "Mantorok" wrote:
>
>> Well, we are using QVCS rather the source safe.
>>
>> Opening project from web has never actually worked either, if I say,
>> open
>> up
>> localhost/projectname the directory listing is totally blank - maybe
>> that's
>> permisisons??
>>
>> Kev
>>
>> "Hermit Dave" <he************ @CAPS.AND.DOTS. hotmail.com> wrote in
>> message
>> news:3C******** *************** ***********@mic rosoft.com...
>> > Mantorok,
>> >
>> > Dont want to sound like i am giving you a primer on source safe :)
>> > Create a project. say at
>> > http://devmachine/project1
>> > Save it to source control
>> >
>> > (will tell you that it will remove frontpage extension for managing
>> > project)
>> > now go to your co-workers machine
>> > open VS.net
>> > click open project from web
>> > type in http://devmachine/
>> > and click enter.
>> > you will see project 1 in the window.
>> > double click and select project file
>> > click open and it will open the project.
>> > and it will maitain the sourcesafe linking.
>> >
>> > when you double click a file and modify it will tell you that you
>> > need
>> > to
>> > check out etc.
>> >
>> > good luck
>> >
>> > HTH
>> >
>> > Regards,
>> >
>> > Hermit Dave
>> > http://hdave.blogspot.com
>> >
>> >
>> > "Mantorok" wrote:
>> >
>> >> Hi all
>> >>
>> >> We have an ASP.Net project (and the Solution) under source-control.
>> >>
>> >> Here is the example - I create the Solution, I create an ASP.Net
>> >> project
>> >> and
>> >> then check it all in to source control, now, when another user
>> >> pulls
>> >> down
>> >> the solution/project from source and then tries to open it the
>> >> Solution
>> >> says
>> >> it can't find the project.
>> >>
>> >> The temporary solution we have so far which is far from convenient
>> >> is
>> >> to
>> >> create a NEW solution on the other person's machine and the add the
>> >> project
>> >> again, this works ok.
>> >>
>> >> Is the Solution storing somehting about the initial web project
>> >> that
>> >> is
>> >> throwing it when loaded on another machine? BTW we've tried
>> >> EVERYTHING
>> >> to
>> >> sort this but the only way to get it to work is create a new
>> >> solution
>> >> on
>> >> each machine - not ideal.
>> >>
>> >> Suggestions welcome - this is beocming a real pain.
>> >>
>> >> Thanks
>> >> Kev
>> >>
>> >>
>> >>
>>
>>
>>


Nov 19 '05 #8

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

Similar topics

0
1438
by: Magic1812 | last post by:
Magic Software invites you to join us this coming Tuesday (January 13th, 2004) at 12:00 EDT / 17:00 GMT for a FREE live Webinar: Title: Accelerated Application Integration and Information Sharing Date: January 13, 2004 Time: 12:00 PM EST / 17:00 GMT Presenter: Lee Sutton
0
1536
by: Magic1812 | last post by:
Magic Software invites you to join us this coming Tuesday (January 13th, 2004) at 12:00 EDT / 17:00 GMT for a FREE live Webinar: Title: Accelerated Application Integration and Information Sharing Date: January 13, 2004 Time: 12:00 PM EST / 17:00 GMT Presenter: Lee Sutton
5
10536
by: BPearson | last post by:
Hello I would like to have several sites share a single web.config file. To accomplish this, I would point the root of these sites to the same folder. Is there any reason why I might not want to do this? (IIS 5 or 6 In case you're wondering why I would do this, we have many web sites on a single server, and there are groups of sites that need to share common configuration information. I'd like to ease some administration by having one...
3
2014
by: grooby | last post by:
I would like to develop an asp.net Web application using muliple web projects under one solution file and share the session information between web applications( or projects). Is this possible?
4
2615
by: Daniel | last post by:
Hi I am having a problem sharing session between SSL and non-SSL asp.net pages I have F5 BigIP with sticky sessions working fine, but the problem is tha sticky session applies at the port level (80 vs. 443) so when a user goes t a SSL page I lose session vars because it's on another server on the farm When the user stays on the same server for both non-SSL and SSL the sessio is shared OK Has anyone come across this problem and are...
1
1469
by: Kris | last post by:
I read a column on sharing types between web services at http://msdn.microsoft.com/library/en-us/dnservice/html/service07162002.asp Sharing types can be acheived, similar to what described here in this article but little defferently, by defining these custom types in a seperate assembly and importing that assembly at the top of the proxy generated and then manullay deleting the redefined custom types in each proxy class. But still this...
0
1161
by: Henrik Gøttig | last post by:
Hi group I am investingating how I can turn on proxy type sharing from the IDE. I am aware that I can do that from the sharetypes switch on the command-line to wsdl.exe If I have a ASP.NET webapp acting as a client to my webservices I can do it, by adding the special folder "App_WebReferences" and add my wsdl's to that folder. Each time I do an "Add web reference" in in the IDE it knows which services share types and adds them to the...
8
2429
by: antonyliu2002 | last post by:
We are extending a web application written in classic ASP long time ago. We will add more components to this web application in ASP.NET 2.0. To use the web application, our web users will have to log in with their user name and password. Well, instead of adding components to the existing classic ASP web application, we could have just put the extended components into a new web application. But then this would require them to log...
8
4853
by: mc | last post by:
I would like to be able to send from an ASP.NET page an email which when recieved takes the form of a "Sharing Invitation for a RSS Feed" (http://office.microsoft.com/en-us/outlook/HA101595391033.aspx) I've found a MSDN article about it (http://msdn2.microsoft.com/en-us/library/bb176432.aspx) but that example is presented as a vb(a) script from within outlook. Can this functionality be emulated from sending an email from C#? TIA
0
3395
by: Marcel Overweel | last post by:
Hi, I'm developing a set of services for a software solution. It will be broken down in several application including a few windows services. It is very likely that most of these services will run on one (server) computer but we can't enforce that. To make support and configuration a little easier, I was
0
10490
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
10259
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
10030
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
9077
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...
0
6809
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
5467
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
5589
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4145
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3761
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.