Juan Lao's Q&A profile
Visual Basic edit and continue
I can't seem to enable edit and continue in my VB 2005 app. Everyone seems to be pointing to Tools--> Options--> Debugging, but I don't have a debugging menu in my Tools--> Options. Any help would be appreciated. Thanks, Danny OK, so I found the debugging menu, and edit and continue IS enabled. But when I try to use it I get: "cannot currently modify this text in the editor. It is read-only" Any thoughts. -Danny ...Show All
Architecture XMI to Model
Hi, If we have an XMI file generated by a tool (used ArgoUML), is there a way to construct the model back from the XMI file (i.e. visually). Is there any tool or plugin which does that Thank you. Hi, Thanks. I will have a look at it. I used Poseidon. It was O.K. But it takes up a lot of resources and system becomes slow. ...Show All
Visual C# table o cant found
hi,my code look like this: DataSet dsKisi = new DataSet(); //... //executing a sql query and fiiling dsKisi dataset //.. gridview1.datasource=dsKisi; i am using a sql query with "inner join" when i debug this, an error occured. "Cannot find table 0." i wrote same query in sql server and no error occured and queried well. Where is the problem thanks.. hi, thanks for your interests. i found the error on my own method. thats working now...:) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. error 1304 and error 2350
Hi durirng the install process it gives the error messages listed in the subject but i get them the following way: during the coping of the files it comies up with and "Error 1304.error writing to file microsoft.xna.ui.xnastudiopackage.dll verify you have access to that directory" it tels me to cancel or rrtry and i clikc retry as i am the computer admin and it then pops up with the "internal error 235" and i am forced to click ok where it cancels how can i fix this thank you in advance. Note: i tried this with the installer files under my documents and first shared documents. Is this th ...Show All
Windows Forms Trust an assembly by Strong Name
Hi ! , I have created a signed .Net control that gets downloaded into the client machine from the web browser . The .net dll that gets downloaded needs File I/O , calls to Win APIs and full printing permissions . The web application is in the local intranet . So I used mscorcfg.msc utilty to create a separate code group under Local_Intranet and named&n ...Show All
.NET Development Formatter class implementation
I'm looking for information or a sample of how to implementing a Formatter derived class. I would like to implement a custom formatter and would like to know how to make use of the Formatter class functionality. Thanks, Ray I just posted a summary of the steps required to design a custom IFormatter (part of those information already appear in my previous posts in this newsgroup). Regards, Joannes ...Show All
Visual Studio Team System Some reports are not being updated
I'm not sure if this is a problem with my environment, or a misunderstanding on my part. A couple of the reports are not being updated -- for example, the Builds report never shows anything, even though I've run several builds on the build server. I'm also not seeing anything other than "zeros" in the Bug Rate report, even though I've created and resolved a couple of bugs. The only Error in the Application log is below, but I don't think it's related. What else can I check Thanks, Phil Application Log Error: Event Type: Error Event Source: SQLSERVERAGENT Event Category: Alert Engine Event ID: ...Show All
Windows Forms Wat would be handy...
it would be handy if u can start arrays at 1 instaed of 0 for outsiders it would be hard to get, but for internal use i think it would be fine my prears have been heard, because i read that in vs2005 you can start at 1 again Yippie!!! ;-) ...Show All
Visual C# help with string!!!
ok i have a project, in my poject i have a client and a server the client send data to server over tcp/ip on a socket My data arrives as a bytes and then they are converted to chars.. Here`s the code a little bit CSocketPacket theSockId = ( CSocketPacket )asyn.AsyncState; //end receive... int iRx = 0; iRx = theSockId.thisSocket.EndReceive(asyn); char [] chars = new char [iRx + 1]; // decodes the bytes System.Text. Decoder d = System.Text. Encoding .UTF8.GetDecoder(); int charLen = d.GetChars(theSockId.dataBuffer, 0, iRx, chars, 0); System. String szData = new System. String (chars); c ...Show All
Visual C++ When is operator void* invoked.
I have a class A and it has an STL container as a member. I also have a class A_Iterator which provides functionality to iterate over the member variable within A, in different ways. When I want to use this iterator , I do something like main(){ A a; A_Iterator iter(a); do{ // do some stuff; } while (iter++); } For the while loop to exit, I am having to provide a conversion function within A_Iterator of the form operator void*(). Within this function, based on some other logic, I return (void*) this or NULL based on whether there are more elements to visit or the end has been reached. My question is that ...Show All
Visual Studio Team System Is there a seperate Extensibility Kit for TFS RC version ?
Hi, I installed TFS RC and want to create a GlobalList using Glimport. I could not find Glimport anywhere on App-Tier or Data-Tier. Is there any seperate Extensibility Kit for TFS RC Can I use Extensibility Kit for Beta 2 Thanks for your help, Ertobias. I believe you should find it in Program Files\Microsoft Visual Studio 8\Common7\IDE\ on a machine with Team Explorer installed. The Visual Studio SDK March CTP contains the extensibility kit compatible with the RC. Buck ...Show All
Windows Forms System Update Required
Hello All, I published my application using MSBuild which builds and publish the application. However when I tried to connect to the application from a client machine it errors out on the System Update Screen. The error messag was "This application requires your system to be updated to Microsoft.Practices.Enterprise.Logging Version 1.1.0.0" The dll is in the publish directory on the server. Any idea why this is happening Looks like this assembly Microsoft.Practices.Enterprise.Logging is called out as a prerequisite in the .manifest file, in which case ClickOnce expects it to be ...Show All
Visual C++ Pointers & Linked Lists
I'm working on a Win32 Console Project and have run into a problem that hopefully someone can point me in the right direction. Here's an idea of what is going on. Let's say I have a linked list class named "myList" and a node class "myNode", what I'm trying to do is now have a linked list of linked lists (so in effect, a list of myLists). Let call the list of lists by the class name of allLists. I have the linked list and node implemented, each node containing a randomly generated number but I want to have a linked list of a so that I can manipulate a pointer that points to each list. Here what it look ...Show All
.NET Development Adding URL-encoded '&'s as data in a URI parameter
I'm developing a client application that needs to send the '&' character in HTTP requests as data. I DO NOT want these to be interpretted as the start of a new parameter but rather would like them passed to the application as parameter data. I realize that you need to URL encode characters with special meaning. My problem is that in .NET, when you attempt to create a URI with a %26 (the URL-encoded version of '&'), it automatically converts it back to the '&' character. So for the following URL: http://www.targetsite.com/application parameter1=whatever¶meter2=<script>l ert(&am ...Show All
Visual Studio Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual Web Developer Express and MSDN 2005 Express. Same problem. It was working fine last week, I'm not sure what's changed. I have previously had VS2005 beta2 installed, but I removed that by following the ...Show All
