"No default collection available" error message in BaseX - collections

I've recently reinstalled BaseX on a new laptop. When I run the same xQueries that I've run for years in BaseX, I get the following error message: "No default collection available"
As far as I can tell nothing has changed in the xQueries, or the location of any assets.
I opened the database in BaseX from a zip on my C drive, opened the xQuery and ran it as usual but it produced the error message above.
I tried unzipping the archive but that didn't work.
I looked for solution online but can't find any other mention of the same problem.
Any help would be very very gratefully received as BaseX has been an essential and reliable tool for years now and I can't really operate without it!
Thanks very much!
Akan

Related

Can no longer save R/RStudio scripts on OneDrive - Windows

R version: 4.0.3
RStudio version: 1.3
Windows 10, 1909
At my work I have to use OneDrive to store all my files and R scripts. This has worked fine up until recently. Now I get an error message when trying to save or modify an R script. I can create a new script and save it once, but if I try to make changes and save it again the error prevents me from doing so.
The error message in RStudio is:
"The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached"
Not the most helpful error message.
The same behavior happens in R itself, but the error message just says it cannot save.
I have seen some talk online about this being related to that latest Windows 10 version (1909), but I started to experience the issue about 2 weeks before my computer updated to 1909. Besides, my work will not allow a roll back to the previous version.
Microsoft's OneDrive team failed to provide any help on this because they see it as an error on the R/RStudio side.
Anyone else experiencing this? Any solution?

Rstudio outputs an error into the console while editing script

I am working on a project on Rstudio and something wired has become to happen: each time I write something into a script Rstudio automatically writes the following error into the console:
Error in rep.int(vectorNames[i], length(vector[[i]])) :
unimplemented type 'NULL' in 'rep3'
and a label appears under the cursor: "R code execution error".
Appart form this visual bug, everything is working properly. Does anyone have the same issue ?
I've just experienced this issue. In my case, I guess it must be related to the NAMESPACE file from the package.
I can see a discussion about this subject here on R Studio support site.
Citation from the source mentioned above:
There are two times when we run the code that could be emitting this error:
When attempting to retrieve completions from the package's NAMESPACE file,
When attempting to retrieve completions for native routines (e.g. for within a '.Call()' call).
Can you recall if you had been editing the package's NAMESPACE file before seeing this error? Alternatively, have you been using 'devtools::load_all()' or other similar machinery?
And to clearly answer your question:
Yes! I am having the same issue! (Damn it! :) )
LATER EDIT:
I've got rid of the problem by closing the project and reopening it again.

No relevant source lines error. Compilation error

It has been answered before, but i don't know the way to find the exact solution. I took whole day to find the solution but i entirely stuck with this.
I was worked with my project nicely on day before yesterday. I designed many modules for doing my project further. AS usual i opened and started doing (I didn't get any errors) my project today in visual studio. To execute my old project(coding) once again, i checked in browser, as soon as i did, my face gone too bad :( because of this strange error. Error is,
Compilation Error
Description : An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
*Compiler Error Message:*CS0009: Metadata file 'c:\Windows\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll' could not be opened -- 'Error importing module 'System.EnterpriseServices.Wrapper.dll' of assembly 'c:\Windows\Microsoft.NET\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll' -- An attempt was made to load a program with an incorrect format. '
Source Error:
[No relevant source lines]
I did deleting temporary files in this area : C:\Users\username\AppData\Local\Temp\Temporary ASP.NET Files. But again I'm getting the root folder when am running the project
Any help, would be more and more helpful to me. Thanks in advance.
The error message
An attempt was made to load a program with an incorrect format
means that there is an incompatibility in processor architecture. I think you installed either the 32- or 64-bit version of .NET and try to run your website in the opposite architecture.
You should install both the .NET framework versions, or change your application pool to use the right processor architecture.

"there was a prblem sending the command to the program" Error Message

A bit of a shot in the dark but I am having difficulties with MS Project 2010 opening a file.
Upon loading of the file that is located on a smb share I get this error message:
"There was a problem sending the command to the program"
Tried the following:
rebooting
repairing ms project 2010
reinstalling ms project 2010
tried opening it on another system - (got no error on one system but got the same error on another system)
various registry hacks found on Google
I want to understand more about the error message. I have been reading that this error message has to do with the DDE and it is probably a link within the project file that is causing the error message. How do I pinpoint the problem within the Project File?
Project files are particularly susceptible to corruption. Try to rebuild it by:
open the file on a computer with no errors
save it in XML format
open the XML file and save it in mpp format
This worked for me:
Delete the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\MSProject.Project.9\shell\Open\ddeexec
found here: http://answers.microsoft.com/en-us/office/forum/office_2010-project/msproject-2010-there-was-a-problem-sending-the/1f6bba31-4580-4844-9aa9-79ec04a35ea3?auth=1

TideSDK Developer unable to download?

I just downloaded TideSDK and it looks great. Saw that TideKit is upcoming :)
When I tried to start up their "Hello World" example it told me it had to install more packages. When downloading it hit what seems like to me a 404 error and it also got "no release found by that id" as response.
I did wait a few hours before retrying, but it doesn't seem to help..
So I was wondering if wether or not it's just me? Alternatively if anyone's seen these errors before and what they did to resolve...
Error: Pasted here
You need to install the SDK runtime at proper location according to your operating system. Checkout Getting Started Guide for details.

Resources