473,473 Members | 1,823 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Reference Issue converting site from 1.1 to 2.0

I have a series of web applications (configured as separate applications) on
a server.

There is a main application at the root and then several virtual directories
that are independant applications.

I am testing an upgrade of all of the sites and have converted the main root
site...although not necessarily fixed any issues.

I move on instead and converted one of the virtual roots that is a seperate
app. I am getting the error below:

Could not load file or assembly blah........

The assembly it is referencing is not used by that application. It is
however referenced and used by the main application that is at the root of
the web server.

It almost seems like the settings from the main application are being
inherited in some manner by the separate application inthe virtual directory.

This didn't occur in 1.1 so I'm a bit lost as to how to correct it. I do
not want to add references to the subapplication to the assembly because
there are multiple assemblys the main root application uses and the versions
frequently chagne due to updates. Having to manage updating references to
the assemblies in not only th root application but all of the other separate
applications would be very time consuming and doesn't seem like it should be
necessary.

Sorry for the long-winded post but I wanted to make sure i was giving all of
the details.

Thx.
Nov 19 '05 #1
5 2489
Hi Rebert,

Welcome. Regarding on the "Team version" you mentioned, do you means
you're testing the team system feature in released VS.NET 2005 professional
edition? If so, would you provide some further background of your current
scenario so that we can get a more detaild view of your problem. 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: Reference Issue converting site from 1.1 to 2.0
| thread-index: AcXdz5HqIpwhIDQWRGivf3qOhPqM3Q==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemail.nospam>
| Subject: Reference Issue converting site from 1.1 to 2.0
| Date: Sun, 30 Oct 2005 20:00:02 -0800
| Lines: 33
| Message-ID: <29**********************************@microsoft.co m>
| 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.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:134950
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have a series of web applications (configured as separate applications)
on
| a server.
|
| There is a main application at the root and then several virtual
directories
| that are independant applications.
|
| I am testing an upgrade of all of the sites and have converted the main
root
| site...although not necessarily fixed any issues.
|
| I move on instead and converted one of the virtual roots that is a
seperate
| app. I am getting the error below:
|
| Could not load file or assembly blah........
|
| The assembly it is referencing is not used by that application. It is
| however referenced and used by the main application that is at the root
of
| the web server.
|
| It almost seems like the settings from the main application are being
| inherited in some manner by the separate application inthe virtual
directory.
|
| This didn't occur in 1.1 so I'm a bit lost as to how to correct it. I do
| not want to add references to the subapplication to the assembly because
| there are multiple assemblys the main root application uses and the
versions
| frequently chagne due to updates. Having to manage updating references
to
| the assemblies in not only th root application but all of the other
separate
| applications would be very time consuming and doesn't seem like it should
be
| necessary.
|
| Sorry for the long-winded post but I wanted to make sure i was giving all
of
| the details.
|
| Thx.
|

Nov 19 '05 #2
Hi Robert,

Please ignore my first message since it's a wrong post, sorry for the
inconvenience.

Regarding on the problem you mentioned in this thread, when you try
converting a whole asp.net 1.x web site to ASP.NET 2.0 project, you're
getting file/assembly not found problem in some sub web application under
the site ( and the reported asembly is not used by the sub project but
used by the root site app) ,yes?

If there're anything I misunderstood, please feel free to let me know.
Based on my experience, those static assemblies reference info are embeded
in assembly's manifest and this won't be inherited by sub site. On think
which could be inherted by sub directory/web applciations in asp.net are
the web.config settings. So I think you can try check the root application
and sub application's application web.config file to see whether there is
any settings which has referenced that particular assembly. In addition, is
the error message indicate where did the convert tool going to locate the
missing assembly, did it output the path?

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: Reference Issue converting site from 1.1 to 2.0
| thread-index: AcXdz5HqIpwhIDQWRGivf3qOhPqM3Q==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemail.nospam>
| Subject: Reference Issue converting site from 1.1 to 2.0
| Date: Sun, 30 Oct 2005 20:00:02 -0800
| Lines: 33
| Message-ID: <29**********************************@microsoft.co m>
| 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.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:134950
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have a series of web applications (configured as separate applications)
on
| a server.
|
| There is a main application at the root and then several virtual
directories
| that are independant applications.
|
| I am testing an upgrade of all of the sites and have converted the main
root
| site...although not necessarily fixed any issues.
|
| I move on instead and converted one of the virtual roots that is a
seperate
| app. I am getting the error below:
|
| Could not load file or assembly blah........
|
| The assembly it is referencing is not used by that application. It is
| however referenced and used by the main application that is at the root
of
| the web server.
|
| It almost seems like the settings from the main application are being
| inherited in some manner by the separate application inthe virtual
directory.
|
| This didn't occur in 1.1 so I'm a bit lost as to how to correct it. I do
| not want to add references to the subapplication to the assembly because
| there are multiple assemblys the main root application uses and the
versions
| frequently chagne due to updates. Having to manage updating references
to
| the assemblies in not only th root application but all of the other
separate
| applications would be very time consuming and doesn't seem like it should
be
| necessary.
|
| Sorry for the long-winded post but I wanted to make sure i was giving all
of
| the details.
|
| Thx.
|

Nov 19 '05 #3
Hi Steven,

yes your correct in your restatement of the issue and I agree that the
subapplication should not be referencing the assembly. I checked the
web.config for the subapplication and dit does not reference the assembly.

I did not check (yet) the root application's web.config but it would
reference the assembly of course.

I will re-compile and reproduce the error and look at the detailed output of
the error and see if that gives more info.

Thx and i will report back if i am unable to resolve this today.

"Steven Cheng[MSFT]" wrote:
Hi Robert,

Please ignore my first message since it's a wrong post, sorry for the
inconvenience.

Regarding on the problem you mentioned in this thread, when you try
converting a whole asp.net 1.x web site to ASP.NET 2.0 project, you're
getting file/assembly not found problem in some sub web application under
the site ( and the reported asembly is not used by the sub project but
used by the root site app) ,yes?

If there're anything I misunderstood, please feel free to let me know.
Based on my experience, those static assemblies reference info are embeded
in assembly's manifest and this won't be inherited by sub site. On think
which could be inherted by sub directory/web applciations in asp.net are
the web.config settings. So I think you can try check the root application
and sub application's application web.config file to see whether there is
any settings which has referenced that particular assembly. In addition, is
the error message indicate where did the convert tool going to locate the
missing assembly, did it output the path?

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: Reference Issue converting site from 1.1 to 2.0
| thread-index: AcXdz5HqIpwhIDQWRGivf3qOhPqM3Q==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemail.nospam>
| Subject: Reference Issue converting site from 1.1 to 2.0
| Date: Sun, 30 Oct 2005 20:00:02 -0800
| Lines: 33
| Message-ID: <29**********************************@microsoft.co m>
| 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.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:134950
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have a series of web applications (configured as separate applications)
on
| a server.
|
| There is a main application at the root and then several virtual
directories
| that are independant applications.
|
| I am testing an upgrade of all of the sites and have converted the main
root
| site...although not necessarily fixed any issues.
|
| I move on instead and converted one of the virtual roots that is a
seperate
| app. I am getting the error below:
|
| Could not load file or assembly blah........
|
| The assembly it is referencing is not used by that application. It is
| however referenced and used by the main application that is at the root
of
| the web server.
|
| It almost seems like the settings from the main application are being
| inherited in some manner by the separate application inthe virtual
directory.
|
| This didn't occur in 1.1 so I'm a bit lost as to how to correct it. I do
| not want to add references to the subapplication to the assembly because
| there are multiple assemblys the main root application uses and the
versions
| frequently chagne due to updates. Having to manage updating references
to
| the assemblies in not only th root application but all of the other
separate
| applications would be very time consuming and doesn't seem like it should
be
| necessary.
|
| Sorry for the long-winded post but I wanted to make sure i was giving all
of
| the details.
|
| Thx.
|

Nov 19 '05 #4
Okay, I found a solution...sort of odd to me though.

Apparently under 2.0, if there is a problem with binding with the root
application, it affects the sub applications....i.e. the error was really at
the root but mainfested itself when i went to the subapplication. Once i
corrected the binding issue in the root application, then everything was fine.

Thx.
R-

"Robert" wrote:
Hi Steven,

yes your correct in your restatement of the issue and I agree that the
subapplication should not be referencing the assembly. I checked the
web.config for the subapplication and dit does not reference the assembly.

I did not check (yet) the root application's web.config but it would
reference the assembly of course.

I will re-compile and reproduce the error and look at the detailed output of
the error and see if that gives more info.

Thx and i will report back if i am unable to resolve this today.

"Steven Cheng[MSFT]" wrote:
Hi Robert,

Please ignore my first message since it's a wrong post, sorry for the
inconvenience.

Regarding on the problem you mentioned in this thread, when you try
converting a whole asp.net 1.x web site to ASP.NET 2.0 project, you're
getting file/assembly not found problem in some sub web application under
the site ( and the reported asembly is not used by the sub project but
used by the root site app) ,yes?

If there're anything I misunderstood, please feel free to let me know.
Based on my experience, those static assemblies reference info are embeded
in assembly's manifest and this won't be inherited by sub site. On think
which could be inherted by sub directory/web applciations in asp.net are
the web.config settings. So I think you can try check the root application
and sub application's application web.config file to see whether there is
any settings which has referenced that particular assembly. In addition, is
the error message indicate where did the convert tool going to locate the
missing assembly, did it output the path?

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: Reference Issue converting site from 1.1 to 2.0
| thread-index: AcXdz5HqIpwhIDQWRGivf3qOhPqM3Q==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemail.nospam>
| Subject: Reference Issue converting site from 1.1 to 2.0
| Date: Sun, 30 Oct 2005 20:00:02 -0800
| Lines: 33
| Message-ID: <29**********************************@microsoft.co m>
| 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.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:134950
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I have a series of web applications (configured as separate applications)
on
| a server.
|
| There is a main application at the root and then several virtual
directories
| that are independant applications.
|
| I am testing an upgrade of all of the sites and have converted the main
root
| site...although not necessarily fixed any issues.
|
| I move on instead and converted one of the virtual roots that is a
seperate
| app. I am getting the error below:
|
| Could not load file or assembly blah........
|
| The assembly it is referencing is not used by that application. It is
| however referenced and used by the main application that is at the root
of
| the web server.
|
| It almost seems like the settings from the main application are being
| inherited in some manner by the separate application inthe virtual
directory.
|
| This didn't occur in 1.1 so I'm a bit lost as to how to correct it. I do
| not want to add references to the subapplication to the assembly because
| there are multiple assemblys the main root application uses and the
versions
| frequently chagne due to updates. Having to manage updating references
to
| the assemblies in not only th root application but all of the other
separate
| applications would be very time consuming and doesn't seem like it should
be
| necessary.
|
| Sorry for the long-winded post but I wanted to make sure i was giving all
of
| the details.
|
| Thx.
|

Nov 19 '05 #5
Thanks for your quick response Robert,

Glad that you've found the solution. Aslo, yes as you mentioned, in 2.0
since there is no longer explicit project files for asp.net application,
the project structure all depend on a well-defined folder structure, I'd
suggest you separate those parent/sub applicaiton if they're not nested or
coupled from business or application code logic perspective. Also, for
separate applications, it'll be better to upgrade them separately also.

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: Reference Issue converting site from 1.1 to 2.0
| thread-index: AcXeg4AarkE84etVRqeWrFDvfWtIdQ==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemail.nospam>
| References: <29**********************************@microsoft.co m>
<jw**************@TK2MSFTNGXA01.phx.gbl>
<01**********************************@microsoft.co m>
| Subject: RE: Reference Issue converting site from 1.1 to 2.0
| Date: Mon, 31 Oct 2005 17:28:02 -0800
| Lines: 132
| Message-ID: <FE**********************************@microsoft.co m>
| 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.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:135135
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Okay, I found a solution...sort of odd to me though.
|
| Apparently under 2.0, if there is a problem with binding with the root
| application, it affects the sub applications....i.e. the error was really
at
| the root but mainfested itself when i went to the subapplication. Once i
| corrected the binding issue in the root application, then everything was
fine.
|
| Thx.
| R-
|
| "Robert" wrote:
|
| > Hi Steven,
| >
| > yes your correct in your restatement of the issue and I agree that the
| > subapplication should not be referencing the assembly. I checked the
| > web.config for the subapplication and dit does not reference the
assembly.
| >
| > I did not check (yet) the root application's web.config but it would
| > reference the assembly of course.
| >
| > I will re-compile and reproduce the error and look at the detailed
output of
| > the error and see if that gives more info.
| >
| > Thx and i will report back if i am unable to resolve this today.
| >
| > "Steven Cheng[MSFT]" wrote:
| >
| > > Hi Robert,
| > >
| > > Please ignore my first message since it's a wrong post, sorry for the
| > > inconvenience.
| > >
| > > Regarding on the problem you mentioned in this thread, when you try
| > > converting a whole asp.net 1.x web site to ASP.NET 2.0 project,
you're
| > > getting file/assembly not found problem in some sub web application
under
| > > the site ( and the reported asembly is not used by the sub project
but
| > > used by the root site app) ,yes?
| > >
| > > If there're anything I misunderstood, please feel free to let me know.
| > > Based on my experience, those static assemblies reference info are
embeded
| > > in assembly's manifest and this won't be inherited by sub site. On
think
| > > which could be inherted by sub directory/web applciations in asp.net
are
| > > the web.config settings. So I think you can try check the root
application
| > > and sub application's application web.config file to see whether
there is
| > > any settings which has referenced that particular assembly. In
addition, is
| > > the error message indicate where did the convert tool going to locate
the
| > > missing assembly, did it output the path?
| > >
| > > 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: Reference Issue converting site from 1.1 to 2.0
| > > | thread-index: AcXdz5HqIpwhIDQWRGivf3qOhPqM3Q==
| > > | X-WBNR-Posting-Host: 67.180.214.235
| > > | From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemail.nospam>
| > > | Subject: Reference Issue converting site from 1.1 to 2.0
| > > | Date: Sun, 30 Oct 2005 20:00:02 -0800
| > > | Lines: 33
| > > | Message-ID: <29**********************************@microsoft.co m>
| > > | 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.public.dotnet.framework.aspnet
| > > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| > > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| > > | Xref: TK2MSFTNGXA01.phx.gbl
| > > microsoft.public.dotnet.framework.aspnet:134950
| > > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > > |
| > > | I have a series of web applications (configured as separate
applications)
| > > on
| > > | a server.
| > > |
| > > | There is a main application at the root and then several virtual
| > > directories
| > > | that are independant applications.
| > > |
| > > | I am testing an upgrade of all of the sites and have converted the
main
| > > root
| > > | site...although not necessarily fixed any issues.
| > > |
| > > | I move on instead and converted one of the virtual roots that is a
| > > seperate
| > > | app. I am getting the error below:
| > > |
| > > | Could not load file or assembly blah........
| > > |
| > > | The assembly it is referencing is not used by that application. It
is
| > > | however referenced and used by the main application that is at the
root
| > > of
| > > | the web server.
| > > |
| > > | It almost seems like the settings from the main application are
being
| > > | inherited in some manner by the separate application inthe virtual
| > > directory.
| > > |
| > > | This didn't occur in 1.1 so I'm a bit lost as to how to correct it.
I do
| > > | not want to add references to the subapplication to the assembly
because
| > > | there are multiple assemblys the main root application uses and the
| > > versions
| > > | frequently chagne due to updates. Having to manage updating
references
| > > to
| > > | the assemblies in not only th root application but all of the other
| > > separate
| > > | applications would be very time consuming and doesn't seem like it
should
| > > be
| > > | necessary.
| > > |
| > > | Sorry for the long-winded post but I wanted to make sure i was
giving all
| > > of
| > > | the details.
| > > |
| > > | Thx.
| > > |
| > >
| > >
|

Nov 19 '05 #6

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

Similar topics

2
by: Pkpatel | last post by:
Hi, I keep getting this error every time I try to load crystalreportviewer on a webform with a dataset. Here is the error: -------------------------------------------------------- Server...
4
by: JMCN | last post by:
object invalid or no longer set - confusion of the recordset in access 2003. i am currently converting from access 97 to access 2003. majority of the codes converted over perfectly fine, though...
0
by: DaveW | last post by:
Can anyone help? We have a site written in ASP.NET that uses verisigns payflow pro object. About once a week (its been getting more frequent) the page that uses the object starts timing out and...
16
by: Kent | last post by:
We have created several Assemblies that we add to the GAC on our web servers. In an ASP.NET app in VS2003, Adding a reference to strong named GAC'd Assembly meant that the web app would use...
3
by: R Reyes | last post by:
Error: Unable to cast object of type 'ASP.CompanyDirectory_aspx' to type 'CompanyDirectory'. Code: clsCompanyDirectory = (CompanyDirectory)Context.Handler;...
1
by: Dave | last post by:
I have a web service on a site and I want to add a web reference to it in my VS 2003 project. The service is sitting on a site enabled with basic auth. I login, I find the service OK but when I...
2
by: Martin Eckart | last post by:
Hello, I have built a Hello World Web Service using Visual Studio 2005 and .NET 2.0 on machine A. Setting up a Web Site on machine B and adding a web reference to that WS works fine, without any...
13
by: Francois Appert | last post by:
This post was originally in the C# Corner site, but their server is down. I'd like to see if this group can answer. I program in C++ and am learning C#. The issue is: why should anybody...
3
by: Dhananjay | last post by:
Hi All, I am facing problem when i am converting C#.net code(Delegate concept) into vb.net. I am unable to do that . Can someone help me to solve the problem. I am providing my C#.net code. ...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...
0
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,...
1
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
1
muto222
php
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.