Siteadm's Q&A profile
.NET Development visual studio 'babel' icons
Hi, I would like to use the icons that appear in Visual Studio to represent modules, types, members, etc (described at http://msdn2.microsoft.com/en-us/library/ftt9czxz.aspx as 'babel' icons) within an application i am developing. How can i gain access to these icons and what are the licensing arrangements regarding using them within your own application thanks in advance, Colin Combe My assumption would be that these fall under the same licensing terms as the rest of the VS SDK. If the framework itself isn't redistributable, the included icons probably aren't either. You should be able to view them using a utility which is capable of extracting icons from DLL/EXE files -- IRfanview is my ...Show All
Visual Studio ReportViewer Cause error after deploying the webserver
Dear all, When I deploy my web project into my Web server,everything is work,but except the report does not work properly. The config of my webserver is win2003 with IIS 6.0.And I make use of the report in the local processing mode and set "sessions state mode=InProc","cookieless mode=UseCookie"on the page of the state management in IIS. The error message is showed below Server Error in '/' Application. We are investigating this issue and I will report back as soon as I have more information. For information on the Visual Studio 2005 Service Pack, please look here: http://msdn.microsoft.com/vstudio/support/servicing ...Show All
Visual Studio load Report Failed in vs.net2005 with crystal report for .net
i work in vs.net 2005 with crystal report .net when i load report with store procedure for many time in project without close project so i recive this error "load report failed". when this occured page file will be fill therefor send this error. i force close my project then i run project again hi! this is my code if you help me in this subject i will be thankful. ************************************************************ Reports.Rpt rpt = new Reports.Rpt(); rpt.SetDataSource(datasetReport); rpt.SetParameterValue("@Account", this.lblAccounting.Text); FormReport frmReport = new FormReport(); frmReport.crystalReportViewer1.ReportSource = rpt; f ...Show All
SharePoint Products and Technologies Persistent Sharepoint Server Error Events
Hi - I'm running Sharepoint Services 3.0 and am seeing 3 different errors logged every single minute - IDs 6398, 7076, and 6482. Searches on these IDs have shown that other users are seeing them for different reasons. They all have to do with a "lack of storage" somewhere. Below are the pasted contents of 1 of each of these errors: Event Type: Error Event Source: Windows SharePoint Services 3 Event Category: Timer Event ID: 6398 Date: 1/22/2007 Time: 3:41:17 PM User: N/A Computer: SPNACDEV06 Description: The Execute method of job definition Microsoft.Office.Server.Administration.ApplicationServerAdministrationServiceJob (ID 929b1b3b-ef23-4379-915f-33e61709a2d3) threw an exception. More information is included below. Not ...Show All
Windows Forms Uninstall Dialog Boxes
Hello, I'm searching the way to add dialog boxes to my setup project but in uninstall sequence. When i use the UI editor on visual in my setup project i can modify the property of the dialog boxes of the Installation. What i do not understand is how to add a dialog boxes for the uninstall. I'm using ORCA to modify or Add a dialog box during the installation but i don't see an uninstall table on the MSI. Thanks for your help. Anton Thanks for your response and sorry for my late. When i click on the add/remove program how to show an other window than the dialog MaintenanceForm. How to customize the detection of the clik on the button add/remove program. Thanks a lot ...Show All
Visual Studio Team System Download contents of Entire Folder using API
We have a requirement to download the latest contents of entire folder from VSTF to local path using API. Is this possible Any links will be of great help Thanks This is very possible, see the following example from Buck Hodges :- http://blogs.msdn.com/buckh/archive/2006/03/15/552288.aspx Good luck, Martin. ...Show All
Software Development for Windows Vista Wallpaper in c#
Tell me how to set a image as wallpaper using c# Willfin David hey dude.. i got it! ther wa flaw in private static UInt32 SPI_SETDESKWALLPAPER = 30; ...Show All
Game Technologies: DirectX, XNA, XACT, etc. D3D_DEBUG_INFO
Hi, I've added this #define just before including d3d9.h but I can't see the desired debug info even with the debug runtime. I've checked using the preprocessed .i file using /P option that the define was effectively set and it is for sure. Also, the d3d9.h is inlcuded from one and only .h file in my project so I'm sure D3D_DEBUG_INFO is ALWAYS defined before including DirectX files. Can someone tell me what could be wrong Guillaume Hi, It seems to me that there's no specific debug library for d3d9. Also I think taht the __d.dll files are loaded automatically when the debug run time is selected and even with that I can still not see the D3D_DEBUG_INFO. Have you done any try Thanks Guillaume ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Rants on XNA 1.0
This is my first reaction when I installed and tried the 1.0 of XNA. To summarize my feeling: it's still 95% for XBox and no nearer to replace the old MDX 1.0. So I decided not to migrate from MDX to XNA though I want to do that very much. I feel like MDX 2 more; amen to MDX 2. The hardest issue for me is the content pipeline, which is very necessary, but the workflow is fixed and it assumes the contents are only built before the program runs. The helper functions wrapping D3DX can only be used with types in the content pipeline. I have to utilize the full content pipeline just for generating something dynamically, of course with significant performance cost. Or I have to write those D3DX utilities my self. Currently I don't have a good id ...Show All
.NET Development When is responseXML property available to read?
Hi all. As a previous user of the client side xmlhttprequest object, or equivalently, the ActiveX "Microsoft.xmlhttp" object, I find I now have a question about the Server Side version of the XML Http request (when working with ASP's JScript). In the case of the client-side xmlhttprequest object, I use a callback function that gets run via onreadystatechange, and through this method I can tell when the xml response is returned and ready to be accessed. However, in the case that in JScript I wrote the line: xmlHttpObj = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0"); I wrote the following code block to get the response text: xmlHttpObj = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0"); xmlHttpObj.open(&quo ...Show All
Windows Live Developer Forums MySQL, VE API, and around 1Million places to display
Man do i need help. i started off and got to this point and realised i was going in 2 opposite directions. i have a simple VE Map page using HTML/JS. i also have a PHP page that Queries a MySQL server and returns results. all i am looking for is how i would be able to do the following: allow a person to cruise(browse) the map in my simple page, and have 4 buttons to the side that would be toggled on/off to show 1 of 4 categories in my MySQL DB. obviously i realised with PHP it's server side and couldn't update on the fly. i am using a linux provider for this, which means no ASP.NET or any other gr8 MS jazz. the layout: MySQL-DB (name,address,type-of-place, lat, long). i currently dont have lat and long info (i'm guessing thats what everyon ...Show All
Commerce Server StackOverflowException in RunCheckoutPipeline() Method
This is one of those things that's frustrating because I can't step into the Commerce Runtime assembly :( I have the SampleSite unpuped and working just fine up until the point you check out. On line 297 of default.aspx.cs: result = this.CheckoutData.BasketHelper.RunCheckoutPipeline(); Note: the basket and total pipelines executed successfully. System.StackOverflowException was unhandled and something about the expression cannot be evaluated because the thread is in a stack overflow state. Then, in the event log, there are 3 messages from the .NET 2.0 Runtime stating that w3wp.exe has faulted. Event Type: Error Event Source: .NET Runtime 2.0 Error Reporting Event Category: None Event ID: 1000 Date: 12/4/2006 Time: 10:09:18 AM ...Show All
Visual C# #define INT_SIZE int32 support?
I have a counter that I need to easilly change between int16, int32, int64, float, double, etc when needed. In C I would use a define, but here I can not. I've looked into generics but that won't do because I need to be able to increment the int value and with a struct-generic input for the class that won't work. So how can I do then I tried using int btw but that made it so darn slow! "I need to easilly change between int16, int32, int64, float, double, " When does the type change should take place Ar compile time or at runtime ...Show All
Windows Forms How to display Access Key without press Alt key?
Hi, we know we can make a access key with "&", say, "&File", so when we press the alt key, it will be displayed as " F ile". now my question is, could we just display " F ile" without press alt key My Outlook 2003 is just behave in this way. Hi ahmedilyas, My outlook behave in this way: I didn't press or hold Alt key, but the menu is showing their Access Key! you can see this from the screen shoot: Actually I don't need to change the way my application responds to Alt key pressing, I just wonder how to implement Outlook way showed in the picutre! ...Show All
SQL Server Instead of Insert, Update Trigger calling a stored procedure Question
I have to control my business rules in a Instead of Insert, Update Trigger. Since the Control Flow is quite complicated I wanted to break it into stored procedures that get called from within the trigger. I know that Insert Statements embedded in a Instead of Trigger do not execute the Insert of the trigger you are calling. But... If I embed stored procedures that handle my inserts in the Instead of Insert trigger call the trigger and put in a endless loop or are the stored procedure inserts treated the same as trigger embedded inserts. David: Why are you putting complex logic in a trigger This sounds to me like the kind of thing that I try to avoid doing. Dave ...Show All
