Zor_Prime's Q&A profile
Visual Studio Team System how to start a project with MS Team System
I am all new to MS visual studio and the Team System. I have sucessfully installed MS Team System (server and client). I am just trying to test the system on Visual Studio. I was able to connect to the Team server though MS V Studio, but I do not know how to proceed from here to create a c# file to to test the Team System, and how it works. Could some one help thanks Mike Hmm I think there is not enough space here to explain you everything you need, so I will suggest you to check before this resources on MSDN http://msdn.microsoft.com/vstudio/teamsystem/learning/ to get started with the product Anyway for a very very first start, you will need to create Team Project, you can do it from the Team Expl ...Show All
Visual J# Slowly losing my hair
Three weeks of spare time and counting. It's so simple, and I just can't do it. If I translate an applet to a J# object, how then do I access it from an HTML page < SCRIPT LANGUAGE = 'javascript' > function access(a,b){document.testApplet.testMethod(a,b)} </ SCRIPT > It works perfectly with an applet called testApplet, using a method called testMethod. What *is* the corresponding code when the applet is translated into an object, and loaded through use of an <OBJECT> tag Don't give me references. I've looked at them all. None of them applies exactly, and when I alter the code, things don't work. I've actually purchased the full version of Visual Studio, to see if I get any information beyond what I get from the Express ...Show All
Visual Studio Out Of Memory Exception in Sandcastle
Hi, I'm getting an Out of Memory Exception with Sandcastle when generating documentatin for a larger project. The size "reflection.xml" is about 216 mByte. The error seems to occur with the HTML Compiler when trying to generate the .chm file. I missed your second post. Since it's an xsl issue for CHM we will investigate and provide a fix for next CTP. Internally we build only HxS. Anand.. ...Show All
Visual Studio Express Editions Help with AddHandler click event with runtime Picturebox(es).
Greetings, I am adding multiple Pictureboxes at runtime and I'm trying to add an AddHandler to handle the (left button) .Click and within that event be able to know which Picturebox was Clicked. Would somebody please tell me what I'm doing wrong, my code is working as far as the handler is called, my problems are : 1. The handler is called for all 3 button clicks (not just left click) 2. How do I retrieve the Picturebox name that was clicked. 3. What should the Handles in the SUB MyPicturebox_Click be. Approximately 16 PictureBox are created, so PictureBoxDisplay is called each time. My Code is : . Public Sub PictureBoxDisplay( ByVal ImageFileName As String , ByVal Count As Integer , ByVal pos As ...Show All
SQL Server Deploy local SQL Server on internet?
Hello, Sorry for posting this here, I couldn't find an accurate forum name to post this in. We are using Windows SBS Server 2003 with SQL Server installed. We have a static IP. I am wondering if we can host our database. I am specifically interested in having outside websites access our database. Is there anything special I need to do to make this happen I am pretty clueless about this. Thanks! Hi Yaron, IMHO its simple when you have experienced hosting database driven Intranet site, the difference is just to BOUND dedicated IP address in the IIS's Directory. As you have SQL server installed on your SBS now just copy the website files in folder and map those using IIS. map your Static IP to that IIS Di ...Show All
SQL Server Last Select Statement
Any ideas how I can find out when was the last update/select made in a database in SQL Server Even if I can find any user login information, that would be useful too. Regards, Bala With the SQL Server Profiler tool, you can monitor querying activity, including who's running the query. But you only get that information when it's running... I don't know of a general activity log SQL Server keeps that you could study. -Ryan / Kardax ...Show All
SQL Server Loading tables with Foriegn Key contraints
Hi, I am having trouble loading tables (within the same data flow) that have a foriegn key relationship defined between them. For instance: Table A is a parent (one side of the relationship) to Table B (many side of the relationship). I am trying to load Table A first within the data flow and then Table B after, but I get the following error: [OCMD EntityRole Insert [2666]] Error: An OLE DB error has occurred. Error code: 0x80040E2F. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E2F Description: "The statement has been terminated.". An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E2F Description: "The INSERT statement ...Show All
Software Development for Windows Vista How to prevent Explorer to open the "Prepare this disc" dialog
Hello, I'm working on a tool to mount arbitrary sessions on a multi session disc. It works fine on W2k and XP. On Vista, it also works fine, as long I issue my mount commands via a command line application. Using a shell extension on Vista with a recorder device, quite frequently causes Explorer to open the "Prepare this disc" dialog. Clicking Next and confirming disc preparation usually damages the media. Question: How to avoid Explorer from opening this dialog Ahhhh, now I understand. I don't know of any tool like filemon that works on Vista, but I doubt that autorun.inf is being accessed. There is a difference between 'autorun' and 'autoplay'. I believe that Autorun is based on an autorun. ...Show All
Visual Studio Localization
What are the guidelines for localizing of the domain model I have noticed the Localize property on Classes and Values Properties, but I haven't figured out how it works Thanks! Mike In the June CTP (and thereafter) there are various 'resources' you can provide for elements of your DSL definition, such as descriptions and display names on domain classes, domain properties, domain roles. These get generated into a .resx file, and are then used in various parts of the UI in the generated designer. You can localize your designer by defining satellite DLL's overriding these resources for different locales. In our V1 release (due end of August / beginning of September), the completed Dsl Designer m ...Show All
Visual Studio more info. . .
It appears that the standard VS 2005 documentation has been registered twice. In the contents explorer I have two entries for Dev Tools/Ent Servers/.Net Dev/Mobile & embeded/Office Solutions/Web Dev/Win 32 & Com/Knowledge Base In the ide, when I have dynamic help showing, two identical topics are displayed for any selected item. In the help system, if i click a link, a dropdown displays two identical topics for me to select from. Any idea how to fix this Hello Blair, From your description it looks like you first installed MSDN Library for Visual Studio 2005 and then you received MSDN August Library. During August library installation when prompted you selected to keep MSDN library for Visual Studio 2005 and als ...Show All
Visual C# what is spyware signature and how to generate
is anyone knows about the above said topic. please help help us in this regard A "spyware signature" is a short string of bytes that is unique to a particular spyware app. It's nothing "official", and is determined by an anti-spyware author who analyizes the hex dump of the spyware app. Using the same procedure, a signature could be found for any executable, and a single executable could provide several different signatures depending on whos looking for them, and how they go about it. (Since Anti-virus/anti-spyware authors talk to each other and trade signatures, you should allways be a bit suspisous about the number of virsuses/spyware a utility detects --- odds are, they are looking for several of them twice ...Show All
Visual Studio 2008 (Pre-release) Authentication - Winforms
I am trying to understand the very complex security model offered by WCF. I think it will help if I explain what "I want/ have". I want a service that essentially hosts a secured data layer. I have a business model where the business objects are created in a business object library with the intent for the objects to to be accessed via a proxy (similar to remoting). Only the model is abstracted such that each individual object does not requires its own individual contract. The service operates on the data layer. So, lets say I have a business object: Person. I do not create a service contract (individually) for Person because Person operates on a managed Data Layer where the client is working with a proxy and the proxy ...Show All
Visual Studio Express Editions How to include ActiveX in seperate class
Hi, Just a silly question. I want to include an activeX object in a seperate class, not on the form (as we do on toolbox -> rt click -> choose items and then drag and drop). How do I do that Thanks, Noorul Hi Norul. I'm afraid I don't know what MTA is. But I do think I know how you can fix your problem. Make a project where you have the control on a form from the toolbox. Click on the solution explorer on the in the Show all Files Icon. Open up the FormXresx.vb and look careful at all reference to the control and all references to initalization. The other day when doing this with the WMP control, i saw 3 initialization refences one having to do with the Icomponent class. The poi ...Show All
Visual Studio 2008 (Pre-release) GetChangeText returning an unexpected select
When I run the following code: Northwind db = new Northwind(@"Data Source=.\SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=SSPI;"); Customer cust = (from c in db.Customers where c.CustomerID == "LAZYK" select c).Single<Customer>(); cust.Region = "Washington"; Console.WriteLine(db.GetChangeText()); I get these results: UPDATE [Customers] SET [Region] = @p11 FROM [Customers] WHERE ([CompanyName] = @p0) AND ([ContactName] = @p1) AND ([ContactTitle] = @p2) AND ([Address] = @p3) AND ([City] = @p4) AND ([Region] = @p5) AND ([PostalCode] = @p6) AND ([Country] = @p7) AND ([Phone] = @p8) AND ([Fax] = @p9) AND ([CustomerID] = @ ...Show All
Windows Forms WebBrowser NewWindow event...Cancel IE and send URL to my...
In my application I have a webBrowser control. When the user clicks a link that calls for a NewWindow to be opened, I need to cancel the action, retrieve the link they clicked, and send it to MY new window. So far all I have been able to do is cancel the new Window from being opened: private : System::Void OnNewWindow_CONSUME(System::Object^ sender, System::ComponentModel::CancelEventArgs^ e) { // Implement method to capture IE window and use this window instead // Cancel the IE window from being opened e->Cancel = true ; } Now what I need to do is get the url of the link that the user clicked so I can then send it to my webBrowser. I have no idea how to get the url of the link the user clicked though, ...Show All
