473,320 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Assembly binding problem

I have several ASP.NET applications with near identical web.config files. In
one of them I am successfuly able to bind to an assembly while on others I am
not.

All of them have the following qualifiers:

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<qualifyAssembly partialName="OrderDynamics.ImageService.Interfaces "
fullName="OrderDynamics.ImageService.Interfaces,Ve rsion=1.0.0.0,Culture=neutral,PublicKeyToken=66306 5290036ba4e"/>
</assemblyBinding>
</runtime>

Using fusionlogvw, I can see that in the working app it is succesfuly using
the web.config file:

*** Assembly Binder Log Entry (2/27/2006 @ 2:57:41 PM) ***

The operation was successful.
Bind result: hr = 0x0. The operation completed successfully.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msco rwks.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_wp.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = STEVENDOTNET\ASPNET
LOG: DisplayName = OrderDynamics.ImageService.Interfaces
(Partial)
LOG: Appbase = file:///C:/Visual Studio Projects/Nutrazone/Liposlim/
LOG: Initial PrivatePath = C:\Visual Studio Projects\Nutrazone\Liposlim\bin
LOG: Dynamic Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\liposlim\408be0eb
LOG: Cache Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\liposlim\408be0eb
LOG: AppName = 17777a67
Calling assembly : Business Logic, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=e07d99407b976026.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Visual Studio
Projects\Nutrazone\Liposlim\web.config
LOG: Using host configuration file:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\conf ig\machine.config.
LOG: Partial reference qualified from config file. New reference:
OrderDynamics.ImageService.Interfaces, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=663065290036ba4e.
LOG: Binding succeeds. Returns assembly from
C:\WINDOWS\assembly\GAC_MSIL\OrderDynamics.ImageSe rvice.Interfaces\1.0.0.0__663065290036ba4e\OrderDy namics.ImageService.Interfaces.dll.
LOG: Assembly is loaded in default load context.
However the non working app shows:
*** Assembly Binder Log Entry (2/27/2006 @ 2:54:56 PM) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msco rwks.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_wp.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = STEVENDOTNET\ASPNET
LOG: DisplayName = OrderDynamics.ImageService.Interfaces
(Partial)
LOG: Appbase = file:///C:/Visual Studio Projects/Nutrazone/AdminUI/
LOG: Initial PrivatePath = C:\Visual Studio Projects\Nutrazone\AdminUI\bin
LOG: Dynamic Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\adminui\a7112056
LOG: Cache Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\adminui\a7112056
LOG: AppName = dd7b5eda
Calling assembly : Business Logic, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=e07d99407b976026.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Visual Studio
Projects\Nutrazone\AdminUI\web.config
LOG: Using host configuration file:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\conf ig\machine.config.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.EXE.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces.EXE.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.EXE.
LOG: All probing URLs attempted and failed.
One line that pops out is
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
How do I find out why it is not applying the policy?
--
-Steven
Feb 27 '06 #1
12 3248
I should also add that the assembly is in the GAC and if I drop it in the bin
directory it works fine.
--
-Steven
"Steven Berkovitz" wrote:
I have several ASP.NET applications with near identical web.config files. In
one of them I am successfuly able to bind to an assembly while on others I am
not.

All of them have the following qualifiers:

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<qualifyAssembly partialName="OrderDynamics.ImageService.Interfaces "
fullName="OrderDynamics.ImageService.Interfaces,Ve rsion=1.0.0.0,Culture=neutral,PublicKeyToken=66306 5290036ba4e"/>
</assemblyBinding>
</runtime>

Using fusionlogvw, I can see that in the working app it is succesfuly using
the web.config file:

*** Assembly Binder Log Entry (2/27/2006 @ 2:57:41 PM) ***

The operation was successful.
Bind result: hr = 0x0. The operation completed successfully.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msco rwks.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_wp.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = STEVENDOTNET\ASPNET
LOG: DisplayName = OrderDynamics.ImageService.Interfaces
(Partial)
LOG: Appbase = file:///C:/Visual Studio Projects/Nutrazone/Liposlim/
LOG: Initial PrivatePath = C:\Visual Studio Projects\Nutrazone\Liposlim\bin
LOG: Dynamic Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\liposlim\408be0eb
LOG: Cache Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\liposlim\408be0eb
LOG: AppName = 17777a67
Calling assembly : Business Logic, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=e07d99407b976026.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Visual Studio
Projects\Nutrazone\Liposlim\web.config
LOG: Using host configuration file:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\conf ig\machine.config.
LOG: Partial reference qualified from config file. New reference:
OrderDynamics.ImageService.Interfaces, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=663065290036ba4e.
LOG: Binding succeeds. Returns assembly from
C:\WINDOWS\assembly\GAC_MSIL\OrderDynamics.ImageSe rvice.Interfaces\1.0.0.0__663065290036ba4e\OrderDy namics.ImageService.Interfaces.dll.
LOG: Assembly is loaded in default load context.
However the non working app shows:
*** Assembly Binder Log Entry (2/27/2006 @ 2:54:56 PM) ***

The operation failed.
Bind result: hr = 0x80070002. The system cannot find the file specified.

Assembly manager loaded from:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msco rwks.dll
Running under executable
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et_wp.exe
--- A detailed error log follows.

=== Pre-bind state information ===
LOG: User = STEVENDOTNET\ASPNET
LOG: DisplayName = OrderDynamics.ImageService.Interfaces
(Partial)
LOG: Appbase = file:///C:/Visual Studio Projects/Nutrazone/AdminUI/
LOG: Initial PrivatePath = C:\Visual Studio Projects\Nutrazone\AdminUI\bin
LOG: Dynamic Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\adminui\a7112056
LOG: Cache Base = C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temp orary
ASP.NET Files\adminui\a7112056
LOG: AppName = dd7b5eda
Calling assembly : Business Logic, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=e07d99407b976026.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Visual Studio
Projects\Nutrazone\AdminUI\web.config
LOG: Using host configuration file:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspn et.config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\conf ig\machine.config.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET
Files/adminui/a7112056/dd7b5eda/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.EXE.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces.EXE.
LOG: Attempting download of new URL file:///C:/Visual Studio
Projects/Nutrazone/AdminUI/bin/OrderDynamics.ImageService.Interfaces/OrderDynamics.ImageService.Interfaces.EXE.
LOG: All probing URLs attempted and failed.
One line that pops out is
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
How do I find out why it is not applying the policy?
--
-Steven

Feb 27 '06 #2
Hi Steven,

So have you got it working now? As for the "qualifyAssembly", it just used
to help redirect a partial assembly reference (ususally for dynamic
assembly loading) to a Full qualified assembly reference. And as long as
the web.config file is correctly configured, in your case, since the
assembly is a strong-named one, the runtime should always start searching
in the GAC, then through the normal assembly probing path( the bin sub dir
for ASP.NET web application).

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 28 '06 #3
Hi Steven,

This one IIS instance only works when the assembly is in the BIN folder, if
it is not, the qualifiedAssembly element seems to have no affect.

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

So have you got it working now? As for the "qualifyAssembly", it just used
to help redirect a partial assembly reference (ususally for dynamic
assembly loading) to a Full qualified assembly reference. And as long as
the web.config file is correctly configured, in your case, since the
assembly is a strong-named one, the runtime should always start searching
in the GAC, then through the normal assembly probing path( the bin sub dir
for ASP.NET web application).

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Feb 28 '06 #4
Thanks for your response Steven,

Seems a bit strange. Are you dynamically use Assembly.Load to load the
assembly. Also, is any other simple strong-named assembly suffering the
same problem if use the qualifiedAssembly setting in the applccation or in
any other .net application on that machine?

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 1 '06 #5
Hi Steven,

I am using Activator.GetObject along with .NET remoting to load the assembly.

There are other strong named assemblies that are loading properly. There
seems to be a bug with the .NET remoting configuration where you can't use a
fullname to specify the assembly, so the workaround is to use the
qualifiedAssemblues

--
-Steven
"Steven Cheng[MSFT]" wrote:
Thanks for your response Steven,

Seems a bit strange. Are you dynamically use Assembly.Load to load the
assembly. Also, is any other simple strong-named assembly suffering the
same problem if use the qualifiedAssembly setting in the applccation or in
any other .net application on that machine?

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 1 '06 #6
Thanks for your response,

Then, the problem is somewhat specific to .NET remoting scenario. Is it the
server app or the client app? Based on my research , when configure service
object for remoting, we can provide their full qualified name in
application config file.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 2 '06 #7
Steven,

If I use the following config:

<system.runtime.remoting>
<application>
<channels>
<channel ref="http" useDefaultCredentials="true" port="0">
<clientProviders><formatter ref="binary"
typeFilterLevel="Full"/></clientProviders>
</channel>
</channels>
<client>
<wellknown url="http://10.1.0.24:80/ImageService/ImageService.rem"
type="OrderDynamics.ImageService.Interfaces.IImage Service,OrderDynamics.ImageService.Interfaces,Vers ion=1.0.0.0,Culture=neutral,PublicKeyToken=6630652 90036ba4e"/>
</client>
</application>
</system.runtime.remoting>
I get the following exception which states you can't have version
information in the assembly name.

Exception Details: System.Runtime.Remoting.RemotingException: .Config file
'C:\Visual Studio Projects\Nutrazone\AdminUI\web.config' cannot be read
successfully due to exception 'System.Runtime.Remoting.RemotingException:
Version information is present in the assembly name
'OrderDynamics.ImageService.Interfaces,Version=1.0 .0.0,Culture=neutral,PublicKeyToken=663065290036ba 4e' which is not allowed for 'client wellknown' entries.
at
System.Runtime.Remoting.Activation.RemotingXmlConf igFileParser.ReportError(String errorStr, RemotingXmlConfigFileData configData)
at
System.Runtime.Remoting.Activation.RemotingXmlConf igFileParser.ReportAssemblyVersionInfoPresent(Stri ng
assemName, String entryDescription, RemotingXmlConfigFileData configData)
at
System.Runtime.Remoting.Activation.RemotingXmlConf igFileParser.ProcessClientWellKnownNode(ConfigNode
node, RemotingXmlConfigFileData configData, RemoteAppEntry remoteApp)
at
System.Runtime.Remoting.Activation.RemotingXmlConf igFileParser.ProcessClientNode(ConfigNode node, RemotingXmlConfigFileData configData)
at
System.Runtime.Remoting.Activation.RemotingXmlConf igFileParser.ProcessApplicationNode(ConfigNode node, RemotingXmlConfigFileData configData)
at
System.Runtime.Remoting.Activation.RemotingXmlConf igFileParser.ParseConfigNode(ConfigNode rootNode)
at
System.Runtime.Remoting.RemotingConfigHandler.Load ConfigurationFromXmlFile(String filename)'.
--
-Steven
"Steven Cheng[MSFT]" wrote:
Thanks for your response,

Then, the problem is somewhat specific to .NET remoting scenario. Is it the
server app or the client app? Based on my research , when configure service
object for remoting, we can provide their full qualified name in
application config file.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 2 '06 #8
Thanks for response Steven,

Yes, I know the exception you mentioned, this is because you're using
<activated> object in your remoting server application, because for
<activated> type remote object, the version is determined by client
side(client side create the instance of which version, then the server
should create the instance of the corresponding version), there is no
needed to specify version info.(and it force us not to specify version in
server application's config file for activated type). However, we can
specify the version info for the activated type object in client
application's application config file, have you tried this?

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 3 '06 #9
Hi Steven,

That makes sense (as to why I don't need the full type info on the client),
however I am enumerating the GetRegisteredWellKnownClientEntries() collection
and when the full version info is not known, the ObjectType property of the
WellKnownClientTypeEntry is null which causes a problem when using
Activator.GetObject(type, entry.ObjectUrl)

--
-Steven
"Steven Cheng[MSFT]" wrote:
Thanks for response Steven,

Yes, I know the exception you mentioned, this is because you're using
<activated> object in your remoting server application, because for
<activated> type remote object, the version is determined by client
side(client side create the instance of which version, then the server
should create the instance of the corresponding version), there is no
needed to specify version info.(and it force us not to specify version in
server application's config file for activated type). However, we can
specify the version info for the activated type object in client
application's application config file, have you tried this?

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 3 '06 #10
Thanks for response,
Activator.GetObject is used for get WellKnown object rather than client
activated objects. WellKnow object's version is controled by server-side
while activated object's version is controlled by client-side. This is the
difference which determine whether we should specify the version info at
server-side or client-side's configuration file.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 7 '06 #11
This does nothing to explain why it works in a few sites and doesn't in
others (on the same machine).

All of my research shows that ObjectType will be null if the runtime is not
able to load the assembly. My binding logs show that the runtime is skipping
my web.config file.

--
-Steven
"Steven Cheng[MSFT]" wrote:
Thanks for response,
Activator.GetObject is used for get WellKnown object rather than client
activated objects. WellKnow object's version is controled by server-side
while activated object's version is controlled by client-side. This is the
difference which determine whether we should specify the version info at
server-side or client-side's configuration file.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 7 '06 #12
Thanks for your followup Steven,

So I'd like to confirm the object's configured type on your server, is it a
wellknown object or activated object? They'll have different behavior and
configuration.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Mar 9 '06 #13

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

Similar topics

2
by: Terence Shek | last post by:
Is there a way to set the application binding policy so that it always binds to the latest version of an assembly? I'm hoping there is a way to avoid updating the application's binding...
10
by: Simon Wallis | last post by:
I know the general purpose for the GAC is to share a component among many applications. But even when you add something to the GAC, you still have to manually create a reference to the DLL in your...
7
by: Ruslan Popov | last post by:
Hi, I am trying to prevent an assembly being loaded from GAC and instead want it loaded from the application's base directory. However, the assembly always gets loaded from GAC. How to have it...
11
by: Michael Maes | last post by:
Hello, I want to be able to load an assembly by selecting a dll from an OpenFileDialog. This seems to work, exept when that assembly references "3rd-Party dll's". Just this simple line: Dim...
7
by: R Reyes | last post by:
Can someone please explain to me why I can't get the MS Word Interop assembly to work in my VS2005 project? I'm trying to manipulate MS Word from my Web Form application and I can't get passed...
1
by: John H Clark | last post by:
I need some direction on how to configure IIS to use assemblies from the GAC instead of bin. I install assemblies in the GAC but IIS 6.0 doesn't find them. What's the secret? Many thanks... --...
1
by: Coaster | last post by:
orig ref here http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/ff29cc370678911d/c0db5b7e3da283b9?lnk=st&q=gac+assembly+new+version&rnum=7#c0db5b7e3da283b9...
10
by: =?Utf-8?B?SmFjayBTbWl0aA==?= | last post by:
Hello, I have a solution that contains a C# application that is installed and runs as a service. The solution also contains several DLLs, some of which are C# assemblies and some are C++ DLLs. ...
0
by: Andy | last post by:
Thanks Peter, I thought I'd give an update on this problem. My application had 2 assemblies that contained classed for the Data access and business logic layer. It was on one of them that I was...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.