Software Development Network Logo
  • SharePoint Products
  • .NET Development
  • Visual C++
  • Visual C#
  • Visual Studio
  • Windows Vista
  • Game Technologies
  • Windows Forms
  • Smart Devicet
  • Visual FoxPro
  • Audio and Video
  • VS Team System
  • Visual Basic
  • Microsoft ISV
  • IE Development

Software Development Network >> AshiTenshi's Q&A profile

AshiTenshi

Member List

Speedbird186
harmony_76
chazparks
poruchik_rzhevsky
graced
Riady
Carlos Mendonça
nop
dror_y
markusb9
George2
Ryn
Oliver 123
Davids Learning
Dave Gurr
venp
Spider
MarkSPA
KitGreen
vcbugreporter
Only Title

AshiTenshi's Q&A profile

  • Visual Studio Team System VS crashes when <Location not stored in Pdb> is produced

    I added the fxcop command on the post-build event of my VS project but whenever FxCop can't resolve the source location of a message and displays <Location not stored in Pdb>, I get the 'Microsoft Visual Studio has encountered a problem and needs to close' window. Why is this Is there someway to prevent this from happening Morning Jeffrey, If I've just read your last post correctly, then I think I've got some bad news for you.  We are using Web Application Projects and they most certainly are suffering from this problem.  That's why I posted. Are there perhaps some settings we may be missing, or something Thanks, Sara [EDIT] I'll try to get a repro together today with ...Show All

  • Gadgets Getting a local file path/name

    I'm currently trying to set the URL property of Windows Media Player in a Gadget. I can set it to remote URLs such as: Player.URL = " http://www.myexample.com/my.mp3 "; however just setting it to: Player.URL = "my.mp3"; doesn't work. I assume this is because it needs to have a full path such as: Player.URL = "C:\Files\my.mp3"; However the mp3 file is located in the gadget and the gadget is of course located in: C:\Users\<username>\AppData\Local\Microsoft\Windows Sidebar\Gadgets which would require the JS to know the <username>. There must be a quick and simple way around this I'm missing, but so far I'm racking my brains and Google has returned nothing. To add insult to injury the gadget is returning ...Show All

  • Visual Studio Slow loading Guidance Navigator

    Has anyone run into an issue with a project taking for ever to load when using Guidance Packages (like Web Service Factory). I have a project that sites on the Guidance Navigator for ever (30+ minutes). I recreated the project and loaded in seconds ... then i went in and enabled the Web Services Factory (ASMX) & the DATA ACCESS the Guidance Navigator opens starts loading and never comes back. This issue is a killer ... any ideas on what to look for Thank you ... That solved the problem. I agree there needs to be a way to clear all. Non of the guidance packages I used had undo code. But the project loaded in a few seconds. ...Show All

  • Visual Studio After installing VS 2005 SP1 the debugger doesn't show MFC source files

    Having installed Visual Studio 2005 SP1 and rebuilt all my C++ projects I find that I no longer have source-level debugging available for the ATL MFC classes. Is there a fix for this If not I'll have to consider reverting to the original setup. Maybe you can also post this question on the C++ General forum, hopefull somewhere there encountered the same issue and knows how to work around this: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=29&SiteID=1 If you find an answer there add it to this post as well. ...Show All

  • Visual Studio Tools for Office Graying out CustomUI

    Hi, When an Excel sheet is in Edit mode Some RibbonUI's are grayed out. I want the same behavior for my CustomUI. How can I detect that the sheet is in Edit Mode . Hi, Does this refer to a VSTO project or is it just a specific Ribbon X question If the later then I suggest that You post here: http://pschmid.net/office2007/forums/index.php ...Show All

  • SQL Server OLAP cube - formula length

    Hi dear all, does anybody know the maximum length for an mdx formula for a calculated member in SSAS Kind regards Frederikm Hi i find this kind of hard to believe... I have a formula with over 4000 characters... processing this cube is impossible the formula is a formula in the form of iif(errorcheck, 0, iif(errorcheck,0... etc if i use the basic formula without the iif's the cube processes without any problems.... Kind regards ...Show All

  • Software Development for Windows Vista when the WSD device's Function Instance can be available

    I have a question about when the WSD device's Function Instance can be available for querying. If a WSD device plugged in, before user launches Network Explorer (Before PnP-X get notified) , can I write a program, calls Function Discovery API (such as CreateInstanceCollectionQuery) to retrieve the WSD device's function instance If not, when the function instance will be available is it after Network Explorer launched and before Pnp-X install the driver or after Pnp-X install the device driver. Thanks ...Show All

  • Visual Studio Team System TFS Trial CALs

    How many users can access the TFS using the TFS trial version Thanks Adam. I want to be certain I understand. My group has 6 licenses for Visual Studio 2005 Team Suite and 75 licenses for either Visual Studio 2005 System Developer or Visual Studio 2005 System Tester. My understanding is that each of those licenses come with 5 CALs for TFS. The Workgroup version of TFS limits access to only 5 CALs. How do I get all my CALs accessing the TFS Thanks for your help LouS ...Show All

  • .NET Development Security exception when write to event log

    Hi, I try to write to the event log using trace. I always get a SecurityException error on the last row cod. protected void btnEventLog_Click(object sender, EventArgs e) { // Create a trace listener for the event log. System.Diagnostics.EventLogTraceListener myTraceListener = new System.Diagnostics.EventLogTraceListener ("myEventLogSource"); // Add the event log trace listener to the collection. System.Diagnostics.Trace.Listeners.Add(myTraceListener); // Write output to the event log. This line raise the exception. System.Diagnostics.Trace.WriteLine("Test output"); } The message for this exception is : " Requested registry access is not allowed ". I have no ...Show All

  • Software Development for Windows Vista Drag n' Drop files in Vista RC1?

    Dear all, I find a very strange issue in Vista RC1. If we wanna add "requireAdministrator" in the program, (Ref http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnlong/html/AccProtVista.asp ) The program will still fail to get the "WM_DROPFILES" message from Vista. Does anyone have the same problem ...Orz Best Regards, Shuyang p.s. The following is my manifest < xml version="1.0" encoding="UTF-8" standalone="yes" > <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Microsoft.Windows.XPStyle&q ...Show All

  • Windows Forms How do I cancel a web thread?

    Hi, I have a client application that gets large chunks of data from web services, I need to provide a way for the user to cancel the download in the event it takes to long, they selected the wrong thing etc. Currently to connect to the WS I spin a thread and then make the call on that thread, when the user clicks cancel, I can abort that thread, which causes a Thread aborted exception when the WS finally responds or finishs. I can supress that exception and life goes on, but it sure feels like a hacky way to deal with this problem... anyone know a good pattern for this I would use begin and end invoke instead of calling the webservice on a thread. Check out this article . ...Show All

  • SQL Server can I pull a sql 2000 datafile into sql express ?

    Can I do this with a sql 2000 database http://www.cryer.co.uk/brian/sqlserver/howto_movedatabasefile.htm then attach sql express to this mdf hey! i got it... ^__________^ i used BACKUP DATABASE Northwind TO DISK = 'c:\Northwind.bak' RESTORE FILELISTONLY FROM DISK = 'c:\Northwind.bak' RESTORE DATABASE TestDB FROM DISK = 'c:\Northwind.bak' WITH MOVE 'Northwind' TO 'c:\test\testdb.mdf', MOVE 'Northwind_log' TO 'c:\test\testdb.ldf' GO from: http://msdn.microsoft.com/library/default.asp url=/library/en-us/tsqlref/ts_ra-rz_25rm.asp thanx PO!! God bless ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Reading the buttons of Joystick Saitek x52

    Hi all, Did anybody come across a C# sample that relates to Saitek X52 I have found some generic Joystick samples which help me read the buttons EXCEPT the Mode button. The GetButtons() function returns the codes of the pressed buttons, but I cannot get the status of the Mode button out. I just spoke to Saitek support - No .NET samples whatsoever. Any tips will be appreciated. Best Moni. It is supposed to give different meaning to the same button. This way Saitek tripples the number of buttons. This means that the modes should always show in the byte array returned by GetButtons(). 23 = Mode 1 24 = Mode 2 25 = Mode 3 Other buttons only show if they are pressed. Th ...Show All

  • Visual Studio Tools for Office Can't Remove VSTO project reference in VBA

    Hi, I have created a an Excel 2003 VSTO action pane project. The actionpane works internally and accesses webservices within the domain. The user can use the task pane to access secure data and manage non-excel calculations utilizing the networks resources.. Here is the problem. This works great internally, but if a user wants to email this spreadsheet to a client/customer that does not have VSTO installed VBA code does not work correctly. The intent will be to use VSTO to "prepare" the spreadsheet, then send the spreadsheet to the cutomer. VSTO itself will not work when the Excel document is received by the customer...which is fine, however the non-VSTO vba code will not work because of the missing VSTO reference. The use ...Show All

  • Windows Forms Print coordinates origin

    Hi, I am developing an application that requires very accurate printing. I have two questions: 1) Is the print coordinates origin (i.e. the top left corner of the graphics object) located at the top left of the printer's printable area (as opposed to the top left of the page) Do HardMarginX and HardMarginY represent the top left of the printable area (assuming that OriginAtMargins is false) 2) If the print origin is indeed offset (which appears to be the case), can I configure the PrintPreviewDialog to use the same offset My problem is that if I offset my print coordinates to take into account that the origin is not at the top left of the paper then the print preview is off. It appears that the graphics object in the PrintPreviewD ...Show All

©2008 Software Development Network