Software Development Network Logo
  • Game Technologies
  • Visual Studio
  • Visual J#
  • Windows Live
  • Visual C#
  • Visual C++
  • Smart Device
  • .NET Development
  • Architecture
  • Visual FoxPro
  • Windows Forms
  • Windows Vista
  • VS Team System
  • VS Express Editions
  • SQL Server

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

fuehrer

Member List

Andrew Burton
baxybaxy
SeattleCard
Arif Khan
chicken2
KenHolt
etrek
Vb Fan
Juan Azuero
Setapong
GhadaKamel
jmaddox
MickB
Nick401
Jim Svoboda
k111kk
cu-blenge
Amy U
ytithorcle
Puck64060
Only Title

fuehrer's Q&A profile

  • Visual Studio 2008 (Pre-release) Usercontrol Nightmare

    I do not know what I am doing wrong but I am starting to pull my hair out. I am using VS and EID to create a quite complex UI, and I am trying to use usercontrols to encapsulate as much as I can. However... Any user control I create and put on a window or page either never renders and just shows up with the classname of the usercontrol in the top left corner, OR when you place it on the page in EID it says "Cannot instantiate <ClassN ...Show All

  • SQL Server Has anyone used Security Filters?

    Dear Anyone, Has anyone here have ever actually used the Security Filters of a report model Can you please direct us to some more articles or maybe samples of the subject. The ones that are in Books Online are somewhat limited and does not have any samples. Thanks, Joseph I will be posting on my blog shortly on this topic. http://blogs.msdn.com/bobmeyers ...Show All

  • SQL Server SSIS - Data Sources - Configure for deployment?

    I had posted this in the following pre-existing thread : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=89737&SiteID=1 Also wanted to start a thread on this to see if I can get some suggestions. Any suggestions on how to do this are appreciated. -------------------------------------------------------------------- Books-Online quote: >> In Integration Services, data sources are design-time objects that you use w ...Show All

  • .NET Development Configuration data writable by all users - even non admin - how?

    Where can you store machine wide configuration data that all users (even non-admin users) can write to   All Users seems to allow everyone to read machine wide data but only admins can write to this location.  Does Vista address this hole Have you considered storing it in a database like SQL Server 2005 Express edition Allowing non-admin users to change machine wide settings in the filesystem or r ...Show All

  • Windows Forms Updating Listbox Items

    Short and Simple: How do I do this   ;)  Nope. my own stupid fault. No problem. Works fine. It's not that. That text works fine. Here's my form. Listbox looks like this:     Me.ListBox1.Items.AddRange(New Object() {"Mike",&nbs ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. problem with directx SetCooperativeLevel

    yes because older version support more plateform i mean it can be run on older DX8 as well as Any new version DX9 or Dxfuture can u tell me solution in DX9 Plz. i use following code for DX9, but i am unable to play wav1 on sound card 1 & wav2 on soundcard2 yes i am facing following 2 problem 1) how to play two wav on two different Soundcards or   (soundcard  & modem) 2) and the above problem of setCooprativ ...Show All

  • Windows Forms adding events to mshtml.IHTMLDocument2

    Hi, I am using Visual Studio .NET 2003 and I am trying to add an onclick method to a mshtml.IHTMLDocument2 object. However after I do the HTMLDocument.onclick = assignement the code exits (the rest of the code in the ax_Browser_DocumentComplete event is skipped and of course the mouse_click method never gets assigned. Would anyone know what causes this problem   private void ax_Browser_DocumentComplete( object sender, A ...Show All

  • Visual C# FileStream and writing out in chunks

    hi all, i have a byteArray i read into from a httpposted file, i would like to write it to a new filestream in chunks of a size i specify. I can write the file out no problem at once, using myFileStream.Write(byteArray,0,postedFile.Length) but i want to break it up into chunks so that it stores smaller amounts at a time and doesn't kill the aspnet_wp. i have tried FileStream newFile = new FileStream(fullSavePath + sFilename, FileMode.Creat ...Show All

  • SQL Server database deployment problem

    I'm having a problem deploying a database to a client machine. The error message I get is as follows: The 'SiteMembershipProvider' requires a database schema compatible with schema version '1'. However, the current database schema is not compatible with this version. You may need to either install a compatible schema with aspnet_regsql.exe, or upgrade the provider to a newer ve ...Show All

  • Visual Studio Express Editions Petition... :)

    Hi! Last night, I installed the SQL Server 2005 Express Edition Toolkit (the one that accompanies SQL2005 SP1). When looking at what I got, found a nice surprise: Visual Studio 2005 WAS installed in my system! Of course, it only has the Reporting Services installed on it, but it was a nice touch anyway. The thing is, I already have VB 2005 Express, VC# 2005 Express, VWD 2005 Express... all of them with their own IDEs installed on it's own folde ...Show All

  • Visual Studio Team System App Tier - Error 32000 - setupwarehouse.log

    I cannot install Application Tier (Dual-Server deployment). Everything made exactly like described in the newest Installation Guide (April). Clean installation on Virtual PC. Tested platforms: Polish version of Windows Server 2003 Standard, English version of Windows Server 2003 Enterprise with SP1 - same error on both versions. At the end of the installation I still get the same error: Errorr 32000: The commandline '"C:\Program Files\Microsof ...Show All

  • SQL Server Server: Msg 8624, Level 16, State 1, Line 62 Internal sql server error After running SP4

    I upgrade our client server with SP4 recently and got problem in one stored procedure which was working perfectly on SP 3a. "Server: Msg 8624, Level 16, State 1, Line 62 Internal sql server error" the script which gave the above error is Delete a From [CRM].dbo.Portfolio_Role_Assign a Inner Join [CRM].dbo.Portfolio_Assign On PRA_Portfolio_AssignID = PA_Portfolio_AssignID Inner Join [CRM].dbo.Portfolio_RoleMap On PRA_Rol ...Show All

  • Visual C++ VC2005 %50 Slower then VC2003

    I just migrated a graphics application from VC2003 to VC2005.  After building it, I ran a small benchmark & found that VC2005 code was about %50 slower. The Application does a great deal of floating point and integer calculations.  It also converts doubles to int quite a bit (the VC2003 version used SSE to handle this). The VC2003 version used /G7 and /Ow (which are not available in VC2005) Compiler Switches Used: (vc2003)/arch ...Show All

  • .NET Development csc user rights

    What user rights does csc (the c# compiler) require in order for it to run properly (create files) I know, silly Q. But I am trying to do something for a lecturer of mine. Basically he has (dont know why) apache service. He is making an online editor where the learner types in C# code, when "submitted" it will compile it and run the code. Thing is, he obviously does not want the user account to be under admin or power users. The csc shows a "C ...Show All

  • Windows Forms Getting the right-side of a text string to display in a TextBox

    Hi all, I am programmatically populating TextBox controls where in some instances I am populating a TextBox control with more text than can be visually displayed by the TextBox control, so what I want is to display the right-side of the text string. So for example, if I have the following string, and the TextBox control is only long enough to see a portion of this string, I want it to display want I have put in bold. Is this possible I put this ...Show All

©2008 Software Development Network

powered by phorum