473,748 Members | 10,771 Online
Bytes | Software Development & Data Engineering Community
+ 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 2525
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: AcXdz5HqIpwhIDQ WRGivf3qOhPqM3Q ==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemai l.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************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1349 50
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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: AcXdz5HqIpwhIDQ WRGivf3qOhPqM3Q ==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemai l.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************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1349 50
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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: AcXdz5HqIpwhIDQ WRGivf3qOhPqM3Q ==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemai l.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************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1349 50
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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: AcXdz5HqIpwhIDQ WRGivf3qOhPqM3Q ==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemai l.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************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1349 50
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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: AcXeg4AarkE84et VRqeWrFDvfWtIdQ ==
| X-WBNR-Posting-Host: 67.180.214.235
| From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemai l.nospam>
| References: <29************ *************** *******@microso ft.com>
<jw************ **@TK2MSFTNGXA0 1.phx.gbl>
<01************ *************** *******@microso ft.com>
| 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************ *************** *******@microso ft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000

| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1351 35
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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: AcXdz5HqIpwhIDQ WRGivf3qOhPqM3Q ==
| > > | X-WBNR-Posting-Host: 67.180.214.235
| > > | From: =?Utf-8?B?Um9iZXJ0?= <ro*****@noemai l.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************ *************** *******@microso ft.com>
| > > | MIME-Version: 1.0
| > > | Content-Type: text/plain;
| > > | charset="Utf-8"
| > > | Content-Transfer-Encoding: 7bit
| > > | X-Newsreader: Microsoft CDO for Windows 2000
| > > | Content-Class: urn:content-classes:message
| > > | Importance: normal
| > > | Priority: normal
| > > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > > | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| > > | NNTP-Posting-Host: TK2MSFTNGXA03.p hx.gbl 10.40.2.250
| > > | Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA03.phx.gbl
| > > | Xref: TK2MSFTNGXA01.p hx.gbl
| > > microsoft.publi c.dotnet.framew ork.aspnet:1349 50
| > > | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.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
10547
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 Error in '/Cr_Dataset' Application. ----------------------------------------------------------- ---------------------
4
2543
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 my recordset did not. i read from pasts posts that some references will not convert. so i tried to change the dao 3.51 reference to dao 3.6 in access 97. then i imported all of the objects into an access 2003. it did not work. so my second...
0
1208
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 the code returns the "Object reference not set to an instance of an object" message. The line it errors out on is immediately below the line that instantiates it (its not a session timeout issue). The code appears to freeze when trying to get a...
16
2090
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 whatever version was in the GAC. Now in an ASP.NET app in VS 2005, adding a reference to a GAC'd assembly actually adds a version specific reference to the web.config. That means that we would have to change the assembly reference in every single...
3
2624
by: R Reyes | last post by:
Error: Unable to cast object of type 'ASP.CompanyDirectory_aspx' to type 'CompanyDirectory'. Code: clsCompanyDirectory = (CompanyDirectory)Context.Handler; getCompanyProfile(Strings.ConvertToInt(clsCompanyDirectory.CompanyIDValue)); Question: I have other pages with the exact same code and it does not error. Why would this error? Am I missing something? How can the same page not be cast on itself if it's the same type? Or maybe I...
1
5126
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 go to click "Add Reference" I get: "Web Discovery Service" Unable to download following files from http://mysite.com/webservice.asmx?wsdl
2
2437
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 delays. Setting up the same Web Site on machine C it takes forever after I select the WS and hit the "Add Reference" button in the wizard. Every time I updated the web reference the same. In addition the executing of the application takes...
13
3030
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 bother in C# with pass-by-reference using the "ref" keyword or "out" for objects in a method parameter list, when, after all, it appears in C# that for all intents and purposes a reference is always being passed, rather than the real object (with, it...
3
1816
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. ==================================my code is :- ====================================== static public List<MembershipUserWrapperGetMembers(bool
0
8989
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8828
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9243
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6795
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
4599
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
4869
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2213
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.