Tagged Questions
The attach tag has no wiki summary.
17
votes
2answers
7k views
Entity Framework 4 - AddObject vs Attach
I have been working with Entity Framework 4 recently, and am slightly confused as to when to use ObjectSet.Attach, and ObjectSet.AddObject.
From my understanding:
Use "Attach" when an Entity ...
17
votes
4answers
2k views
Is there a way to detect if a debugger is attached to a process from c#
I have a program that Process.Start()'s another program, and shuts it down after N seconds.
Sometimes I choose to attach a debugger to the started program.
In those cases, I don't want the process ...
12
votes
3answers
2k views
Force EF 4.1 Code First to See an Attached entity as Modified
All the examples I've found refer to a class called ObjectContext, which doesn't appear to exist in CTP5. I must stress at this point, CTP5 is my first exposure to the Entity Framework.
I have a ...
9
votes
3answers
11k views
Unable to attach a detached entity: “An object with the same key already exists in the ObjectStateManager”
I am trying to attach an entity to the ObjectContext.
When I do so, the following InvalidOperationException is thrown:
An object with the same key already exists in the ObjectStateManager.
The ...
6
votes
1answer
567 views
AttachNotSupportedException due to missing java_pid file in Attach API
Building a profiler of my own, I use the JVMTI API to build a native library agent. This agent can be started together with the JVM by using the addition parameter -agentlib. In addition there is the ...
5
votes
2answers
715 views
Java Attach API: changing java.library.path dynamically
When using the com.sun.tools.attach API on my Windows machine, I get the following error when making a call to
VirtualMachine.list()
java.lang.UnsatisfiedLinkError: no attach in java.library.path
...
5
votes
2answers
358 views
What does LINQ-to-SQL Table<T>.Attach do?
What exactly does the LINQ-to-SQL method Table<T>.Attach() and Table<T>.AttachAll() and what is an example/situation for their proper usage?
Also, please check out this related question: ...
5
votes
2answers
8k views
SQL Server backup/restore v.s. detach/attach
I have one database which contains the most recent data, and I want to replicate the database content into some other servers. Dues to non-technical reasons, I can not directly use replicate function ...
4
votes
0answers
79 views
java VirtualMachine.getSystemProperties() deadlock
i'm using the Java Attach API to connect to local JVMs. i'm doing something like the following
VirtualMachine vm = VirtualMachine.attach("8400");
Properties props = vm.getSystemProperties();
...
4
votes
5answers
1k views
Dynamically attaching a method to an existing Python object generated with swig?
I am working with a Python class, and I don't have write access to its declaration.
How can I attach a custom method (such as __str__) to the objects created from that class without modifying the ...
3
votes
0answers
269 views
XMPP strophe Connection attach process failed
I'm able to create a XMPP connection on page load. However whenever I move to another pages, I want to use the same connection to remove recurring notifications in client. I've used following code.
...
3
votes
4answers
206 views
How I can tell NHibernate to save only changed properties
I have class Person mapped to database with NHibernate.
I load objects from DB and send it to different clients.
First client will modify Name and Country property.
Second client will modify only Name ...
3
votes
4answers
568 views
How to detach a LINQ-to-SQL data object from the DataContext's tracking mechanism?
After asking this question, where I was informed of how the Table<T>.Attach() method works, I have another question.
How do you detach a LINQ-to-SQL data object from the DataContext's state ...
3
votes
0answers
292 views
sqlite3: read-only main database and ATTACH
I am looking to understand the implications of using ATTACH with databases with different read-write permissions.
I have a scenario where I need to access a large database (approx. 512MB) that ...
3
votes
2answers
2k views
Recover postgreSQL databases from raw physical files
I have the following problem and I need to know if there´s a way to fix it.
I have a client who was cheap enough to decline buying a backup plan for his postgreSQL databases on the main system that ...
3
votes
2answers
635 views
Linq sql Attach, Update Check set to Never, but still Concurrency conflicts
In the dbml designer I've set Update Check to Never on all properties. But i still get an exception when doing Attach: "An attempt has been made to Attach or Add an entity that is not new, perhaps ...
3
votes
1answer
182 views
How do I attach to a running process like a debugger on linux?
What system calls are used? I want to use it to read memory locations scattered inside a different process's address space. Is this a reasonable use case for this mechanism?
3
votes
3answers
5k views
How To Update Data With Linq By Attach Method
I have a update method in my data layer such this:
public clacc datalayerSec_User
private objUIData as new UIData
Public Function Update(ByVal objUser As SEC_USER) As Boolean
Try
...
2
votes
1answer
167 views
Source attachment for android.jar in Eclipse
I've come to the end of the program I wrote on Eclipse for Android. When I debug, it says there's no source attachment for android.jar. I googled it to find an ready-attached source, but what I got ...
2
votes
1answer
273 views
FragmentTransaction .attach and .detach for Actionbar tabs
I'm trying to get the code here to work. It compiles fine. It will run. And it will load tab 1 (of 3). However, when I click on the 2nd or 3rd tab, I get this:
java.lang.NoSuchMethodError: ...
2
votes
1answer
75 views
Is it possible to attach a debugger to a running PHP process?
I have a PHP script that we run every few minutes through a cron entry, and every now and then (about once a week) instead of ending normally, it stays running, eating up 100% of a CPU core (i'm ...
2
votes
3answers
111 views
Need help with processing attachments with GAE InboundMailHandler
I have properly implemented InboundMailHandler and I'm able to process all other mail_message fields except mail_message.attachments. The attachment filename is read properly but the contents are not ...
2
votes
1answer
233 views
Updating an entity using Linq-to-SQL - attaching an entity that is not new
I am trying to write a program that uses Linq-to-SQL to interface with the database (MS SQL Server 2008). Adding and deleting seem to be ok but I can't get my head around updates.
The entity has a ...
2
votes
2answers
168 views
attach() inside function
I'd like to give a params argument to a function and then attach it so that I can use a instead of params$a everytime I refer to the list element a.
run.simulation<-function(model,params){
...
2
votes
1answer
98 views
Can PHP attach to a running Windows process?
Are there any PHP functions/libraries that I can use to attach to a running process under the Windows OS ?
I'm playing an abandonware game and I would like to make changes to data in various memory ...
2
votes
1answer
480 views
Using VS2010 to debug code executed in Linqpad
I am trying to attach VS2010 debugger to Linqpad so that when I use classes from my c# project I can add breakpoints and have Linqpad execution halt.
But this does not work, Linqpad happily executes ...
2
votes
1answer
400 views
Why can't I step into/over Java source code in NetBeans Debugger?
I have a Java project which I am debugging in NetBeans (versions 6.8 and 6.9) and I am unable to step into or step over the code. I can only set breakpoints and then continue to the breakpoints. ...
2
votes
2answers
1k views
Session resume problem with Strophe attach and Ejabberd
I'm having a lot of difficulty getting strophe's 'attach()' function working.
I am working on a social network where users will be surfing pages and at the same time keep their chat connection on. I ...
2
votes
1answer
1k views
LINQ to SQL and Attaching Child Objects
I am writing a class that will (hopefully) allow manipulation of data through a LINQ to SQL layer without having to know what individual objects you are working with. So far, it works fine for ...
2
votes
6answers
880 views
How can I attach to and debug a running SQL Server stored procedure?
I am investigating an odd error from a SQL Server 2005 stored procedure which I cannot reproduce by calling it directly from Management Studio.
Therefore I'd like to be able to:
set a breakpoint in ...
2
votes
2answers
529 views
Trying to attach a database to a currently open database but i'm getting an error saying ATTACH is not allowed from SQL
I'm trying to attach a database(db2.sqlite) to a currently open database(db1.sqlite) and copy the contents of one of the tables in db2 into one of the tables in db1. The logical way to do this I ...
1
vote
1answer
46 views
Foreign keys to different existing entities are not being saved on update of referencing entity
I have a POCO A entity referencing a B entity, let's say b. I want A to reference a different exising B entity, let's say bb.
These steps:
var b = // get existing b from somewhere out-of-context
var ...
1
vote
1answer
35 views
attach a list with jquery to a dom element
I expect to recieve a json containing a list of url-s by a jQuery.getJSON() call, when I mouse over a div with a specific class.
I want to somehow attach the json's data to the div and later on I ...
1
vote
1answer
182 views
DbSet.Attach, what exactly does it do?
Follow the methods below:
public class User
{
[Key]
public Guid Id { get; set; }
public string Name { get; set; }
}
public class DataContext : DbContext
{
DbSet<User> Users { ...
1
vote
3answers
348 views
Watir-Webdriver: Uploading files isn't working correctly on firefox
Using this code I cannot get a file to upload correctly to the website.
browser.form(:index, 2).file_field(:name, "filedata").set(""+folderName+"/iTunesArtwork")
Once the code is run it shows that ...
1
vote
0answers
109 views
Java Attach API: How to set agent properties?
The Java Attach API for JDK6 provides a method getAgentProperties() on VirtualMachine:
public abstract Properties getAgentProperties()
throws IOException
Returns the current agent ...
1
vote
2answers
69 views
Debug mode and Attach to Process… in Visual Studio 2008
I get the following dialog box when I try to attach VS2008 debugger to a windows service. I googled it and tried a lot, but nothing worked.
And then checked the "Project build configuration", it is ...
1
vote
3answers
123 views
How to know which process(stat: T) is attached by gdb?
When a process is attached by gdb, the stat of the process is "T", like:
root 6507 0.0 0.0 67896 952 ? Ss 12:01 0:00 /mytest
root 6508 0.0 0.0 156472 7120 ? Sl ...
1
vote
1answer
369 views
Problem with virsh commands
I have been trying to use virsh attah-disk to attach a qcow2 file as additional storage source. The syntax i am using is (from internet):
virsh attach-disk --driver file vm2 disk2.qcow2 hdc
If the ...
1
vote
0answers
228 views
MiniFilter driver. Filter attaching problems
I'm developing a miniFilter driver and took the Microsoft's SwapBuffers
miniFilter as example.
An InstaceSetup routin by default is attaching to all volumes. But I don't want
to attach to all of ...
1
vote
0answers
165 views
SQLite Attach command and Linq to SQL
If you open a sqlite-database from a file you can later attach another file an give it a name, in case it contains equally named tables as the first database.
Using DataContext.GetTable() will return ...
1
vote
1answer
112 views
script to attach photos to a survey response
Is there a script that will allow a survey taker to attach 2 photos to a survey response? I'm creating a web page for my 25th high school reunion. I would like to post an online survey that will also ...
1
vote
2answers
114 views
Attaching to another process in C++
Is there a way to attach my process to another process?
(for example, instead of opening the other process in with CREATE_PROCESS with some other flag?)
just like a debugger can do...
thanks :)
1
vote
0answers
119 views
image_attach module and session(drupal 6.x)
I have this form with several form fields and it also accepts image upload by image_attach module. Anyone who has used this module knows that it doesn't use ajax. So, it refreshes the page when ...
1
vote
4answers
497 views
Is there any way to tell gdb to wait for a process to start and attach to it?
I have a process that is called by another process which is called by another process and so on ad nauseum. It's a child process in a long tool chain.
This process is crashing.
I would like to ...
1
vote
2answers
1k views
Cannot attach debugger to w3wp
I'm debugging an ASP.NET application but sometimes cannot find w3wp neither in Visual Studio process list (Menu: Debug -> Attach to Process...) nor in task manager. I have selected 'Show processes ...
1
vote
0answers
80 views
Timeout by attaching a process in visual studio
I am creating a webpage in Visual Studio 2005, and I attach that project to a process like Firefox or whatever. If I create a breakpoint in the code (for example to a click event), and I am too much ...
1
vote
1answer
592 views
Sending a simple attached file via PHP mail() function
I'm going to give this another try because my last question might have been confusing.
I have a simple web form consisting of the following some inputs (for now, pretend i have two inputs, name and ...
1
vote
1answer
174 views
Drupal views add form to add record
I have some view which lists my module table entries.
What is the most elegant way to attach a form below the view to add record?
Waht I am trying to do know is:
I created dedicated form in my ...
1
vote
4answers
227 views
What's the advantage for 'attach to process' compared with 'Start Debugging'?
I am new to programming.
I know only Start debug before. Maybe start debug suit for some small application develop better.
I found Visual studio IDE provide another method of attach to process for ...