io1's Q&A profile
Visual Studio Adding a web form to a class library project
We have been using class library projects for our web application for several reasons. This means we need to be able to add web forms to class library projects, and we used to do this manually in VS 2003 by creating files outside of VS and then just including them in the project. I was expecting to do this and maybe even improving it by creating a template. I have been able to create a template and am able to add a web form to the pro ...Show All
SQL Server PIVOT question
I have a basic table consisting of several thousand records. Im trying to generate a pivot query for a report. the table consists of records, each of which has a recieved date ( small date time ) and a tranactioncount ( int ) . Im looking to generate a PIVOT to show the show the month and year counts for the files recieved ie YEAR | JAN FEB MAR APR etc 2004 ! 2 34 67 43 2005 | 12 2 3 1 can anybody ex ...Show All
Visual C# Get a list of Delegate on Event
Ok, What I want to do is retreive all the delegate that is attached to an event. Let's say i'm attaching several deletages to a button: IE: myButton.Click += new System. EventHandler ( this .myButtonClick1_Click); myButton.Click += new System. EventHandler ( this .myButtonClick2_Click); myButton.Click += new System. EventHandler ( this .myButtonClick3_Click); myButton.Click += new System. EventHandler ( this .myButtonClick4 ...Show All
Windows Forms Localizaion problem of embedded Windows User Control in IE
Hallo, I have a small localization problem. My Application My.dll will be loaded in IE Here the html code: <html> <head> <link rel="Configuration" href=" http://myserver/mycontext/My.dll.config"/ > ... </head> <body> <object id="My" width="230" height="150" classid="http:My.dll#My.MainCtrl" VIEWASTEXT/> ... </body> </html> The ap ...Show All
Visual Studio Team System TF30262 when creating project
Hi! We are evaluating TFS and the installations seemed to work smootly, but when we try to create a new project we got the error message "TF30262: Error occurred while creating document library". From the error log I can see that "VersionControlTask" is successfully completed and the first step of the site creation (verifying template existing) also. Then the next step, "Creating Site", failed with the above ...Show All
Visual Studio property graphical representation
Is it possible to show an icon on left side of a atributte I mean, in the class diagram expample, classes has attributes and would like to show an icon on the left side of the atributte if one of his properties takes a specific value. Thanks I don't think it's possible out of the box. But you can do this with some custom code. You can write a partial class for the shape and override the paint event of the s ...Show All
Visual FoxPro toolbox trouble
All of a sudden, out of the blue I got a problem with the toolbox. When I click the button on the bar to invoke the dropdown menu with the controls depicted I get an error message instead. Program error File 'aclsids.prg' does not exist When I click suspend, the debugger appears at this position: Object: _activexcategory IF EMPTY(aCLSIDs[1]) IF oReg.EnumOptions(@aCLSIDs,m.cActiveXKey,m.cHKey,.T.)#0 RETURN .F. ENDIF ENDIF The arrow ...Show All
Visual Studio About adding "using xxx" statements programmatically.
Hello. I have a question about About adding "using xxx" statements programmatically after the class is created. I made the class just like as below. " CodeNamespace lcnNew = aprjTarget.CodeModel.AddNamespace(lsNamespace, lsClassPath, 0); CodeClass lcsNew = lcnNew.AddClass(asName, ...Show All
Visual Studio ReportViewer RenderControl returns error
Hi, Im trying to implement a web custom control having a ReportViewer. This custom control implements ICallBackEventHandler to allow client callback. In function RaiseCallbackEvent, The ReportViewer1 returns the following error:" ASP.NET ViewState has been disabled. The Report Viewer control requires that ViewState be enabled." as a result of call to RenderControl. public void RaiseCallbackEvent( Strin ...Show All
SQL Server Help with setting Algorithm Paramteres
I was walking through the Text Mining example - which at one step required me to set Algorithm Parameters - MAXIMUM_OUTPUT_ATTRIBUTES=0. When I tried that the project would not build giving an error - Error (Data mining): The 'MAXIMUM_INPUT_ATTRIBUTES' data mining parameter is not valid for the 'XYZ' model. I was getting the same error when I tried to set it for Microsoft_neural_netowrk - Hidden_Node_ratio. When I do a properties from "set ...Show All
.NET Development .NET as a DLL compiler
Hi, Not really, Microsoft is trying to spread the use of .NET libraries therefore even though you do not include the mscorlib is always including some standard libraries on your images. That's why so many developers are using Linux. If you want a native image just download free C++ compilers like djgpp ( http://www.delorie.com/djgpp/zip-picker.html ) you can use the gcc compiler that generates ONLY what you include. Hope this help ...Show All
Visual Studio Tools for Office Missing InfoPath Template Project within Office projects
Hi, I have VS2005 Team Suite installed together with VS Tools for Office, but I can't create new InfoPath project, becouse it is missing ( only word, excel and outlook prejects are there). I have also VS2003, Office InfoPath 2003 SDK and Office InfoPath Toolkit for VS.NET installed on the same computer and it.s working. Can someone help me please Thanx. Hi Raschmann, If I remember correctly there should b ...Show All
Visual Studio Express Editions Crystal Report and VB 2005 express
I have download the VB 2005 Express. But I can not find the crystal report. How Can I upgrade my project Thank you. The crystal reports system does not come with the express products, you need to have the professional or team systems. Have a lok at the product line for the Visual Studio systems ...Show All
Visual Studio Team System How to setup permissions?
In the permission dialog, what's the exact meaning of each item : Administrate a build, edit project-level information, etc. Is there any document that explain the explain the detailed meaning of each item and their impact on the project management Thanks! You may want to try Mike Attili's approach for setting up a group that can create team projects. Simplify Authorization for Team Project Creation http://www.amaxo.com/blog/archives ...Show All
Visual Studio Express Editions Communicating to other apps...?
Hello, Is there a way to communicate to other apps It doesn't have to be communicating communicate... What I need is this. I need to fill out a from another app. Then my app has to press enter. Yes, I think it's possible by "Sending" the keys. But the problem is when I try to get the result, let's say trajectory distance, then how am I going to get that It's in the program after you press enter. It displays it for you. H ...Show All
