EternalLight's Q&A profile
Visual Studio compiler doesn't Recognizes the Reference of custom VSPackage Project
Hi, I have created my own VSPackage which is based on a third party language. It creates a template with a .kproj project type and .kcs file extension. I have also implemented the language service and ProjectNode class for that. my package is having its own compiler which compiles the code and generates a COM Dll. further using TlbImp.exe I am converting the COM Dll to .NET Dll(wrapper dll). Now I have one soluti ...Show All
Windows Forms BUG: Microsoft.ApplicationBlocks.Data
In one of the ExecuteReader Methods, I'm pretty sure there is a bug. Public Overloads Shared Function ExecuteReader(ByVal connection As SqlConnection, _ &n ...Show All
.NET Development How do i get the namevaluecollection from the web.config?
Hi My web.config file hase the following information. I would like to reterive the "membership" section as a namevaluecollection . <membership defaultProvider="MyCustomMembershipProvider"> <providers> <add name="MyCustomMembershipProvider" type="MyCustomMembershipProvider" requiresQuestionAndAnswer="true" enablePasswordRetrieval="true" enablePasswordReset=&q ...Show All
.NET Development XML Schema Editor in VC# 2005 express
I am using beta 2 of VC# 2005 Express and when I do Project | Add New Item, XML Schema is not in the list. If I create an xsd file manually and then add it to the project, I can edit the code, but do not have a design view, although the help etc. seems to suggest I should. Am I the only one Do I not have it installed properly or is there a more general problem Thanks LesleyW I believe that VC# 2005 Express does ...Show All
SQL Server Triggers for Sql 2005
I have created a C# trigger that I want to deploy to my Sql database, and have it fire whenever an "Update" event occurs for any of the tables within that database. The difficulty I am running into is that I have to define the "Target", which I do not want to do. The following lines of code are at the top of my trigger: [Microsoft.SqlServer.Server. SqlTrigger (Name= "GenericAuditTrigger" , Target= "Address" , Event= "FOR UPDATE" )] pub ...Show All
Windows Forms Language in ClickOnce dialogs
Hi! Just a little question on the dialogs used by Click-Once.. What decides the lanugage in the dialogs displayed by Click-Once Is these dialogs only in english I have tried Click-Once on a Swedish OS with publish Lanugage set to swedish, but it still displays english texts in the dialogs :( --Rune Rune, The ClickOnce install time dialogs are parts of the .NET FX. So, what versi ...Show All
SQL Server Add-in for SQL Server Management Studion
Announcement New tools for MSSQL administering Add-in for SQL Server Management Studio http://www.aris-soft.com http://www.ssmsaddin.com Tables Data Scripting extension of SSMS ...Show All
Visual Studio Team System Unable to access Team Foundation Source Control
Hi, I m using Team Foundation server Beta 3 Refresh and new to this.My project Manager created a Team Project "<TeamProj1> " who is a member of [server]Team Foundation Server administrator Group.He added me as project administrator in ,[TeamProj1] Project administrator group. I m unable to open Sourec conrtol explorer when i double click Source control in Team Explorer, getting follwing error Either source control has ...Show All
Smart Device Development Devices! (USB)
Hi. Just a random question. In WM5 .NET CF 2.0, is there a way to detect on insertion of a USB device on the smartphone If you can, then how can I get the "responses" from the USB device into my application So if I start up my application, the application wants to know if there is a USB device connected, if there is, it will continue. Then with any commands/signals sent through the physical wire, I want the application to ...Show All
Visual C++ Capturing Screen
Hello, I've been wondering how is it possible to capture the screen in my Visual C++ 2005 Windows Forms application. With Thanks, Gal Beniamini. On your keyboard towards the right side there is a button called insert, straight above that is a small button called prt scr/sysrq, push that button to take a picture ...Show All
Visual Studio Team System RandomSleep functionality in Web Test. How?
Hi, I have a situation where I want the virtual users to sleep for a random amount of time. Can I achieve this without using the WebTestRequest class, bcos in this situation there is no request at that point. Eg. For a LoadTest (which has one web test), I set a constant load of 1000 users. The first step all of them do is to login to the web site. But I dont want all of them to log in at the same time. So I want to ...Show All
Visual Studio Team System FxCop == Microsoft Development Guideline ?
Does FxCop use the Microsoft Development Guidelines defined here : http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpgenref/html/cpconNETFrameworkDesignGuidelines.asp Thanks. Clement The FxCop rules in the Design Rules & Naming Rules categories are a subset of Microsoft's Design Guidelines for Class Library Developers. The reason we don't have the full set of guidelines as rules is that som ...Show All
Windows Forms Including forms from other projects - resource problems?
Ive created two forms which i keep in Includes\Misc\ as i use them in all the apps im developing. one is a splash screen, the other is an about dialog however it seems i have to create them separately every time i want to use them&nbs ...Show All
Visual Studio Express Editions Suduko?
I was just wondering if it was possiable to make a suduko computer game with visual c# 2005 express edition i bought the book build a program NOW microsoft visual c# 2005 and did all the projects in the book and wanted to start a suduko game! If its possiable can someone tell me a little on how to start or do it Thanks Well, it looks like approx. 80% of people who download an express edition are working ...Show All
SQL Server Mutli development on Analysis service
Is it possible to integrate two cubes develop by difference developers into one analysis service project Example: Cube A developed by Developer A, Cube B developed by Developer B, once completed, I would like to merge into one project, can i do that in AS2005 Thanks This is pretty easy if your dimensionsions are the same. If your CubeA depends on the same dimensions as your CubeB, you can simpl ...Show All
