Software Development Network Logo
  • SQL Server
  • Windows Live
  • Architecture
  • Visual C++
  • Visual C#
  • Visual J#
  • Windows Forms
  • Microsoft ISV
  • Visual Studio
  • .NET Development
  • Windows Vista
  • Game Technologies
  • VS Team System
  • Visual FoxPro
  • Visual Basic

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

dejann

Member List

Tracey_nz
unsigned int
drtchmlp
K.Kong
vitagoni
Sticky5011
spacemoose
Mark Farmiloe
Faisal Saleem
Hey all
Brandon Ball
onh1986
Warren Roscoe
Algis Kuliukas
pm6262
SKasic
dazza70
ctlok83
D-Swat
jminond
Only Title

dejann's Q&A profile

  • SQL Server Memory Configuration

    How do I configure DTS 2005 to not consume all the memory on my machine when processing large tables I have 1 table that is particularly large and it causes DTS to run out of memory when it tries to extend its internal buffer during a sort merge. Thanks! I am running the June CTP. Studio 2005 Beta2.050215-4400 .NET Framework 2.0.50215 Integration Services (Version 9.00.1116.00) ...Show All

  • Visual Studio Express Editions How do I add a binary registry key to the registry?

    I am currently trying to add a key to the registry with: Dim location As String = "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout" My .Computer.Registry.SetValue(location, "Scancode Map" , "00,00,00,00,00,00,00,00,03,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,00,00" , Microsoft.Win32.RegistryValueKind.Binary) but i get an error when I add the Microsoft.Win32.RegistryValueKind.Binary at the end. But if i remove it, the key becomes a Reg_SZ instead of a Reg_Binary. I would also like to know how to delete the key. Thx Use a byte array f ...Show All

  • SQL Server Exporting XML using bcp

    I am exporting XML query results from a stored procedure using bcp. The query is pulling data from several tables and create XML using FOR XML EXPLICIT. The following is the bcp command used to export the result: bcp "exec sprocname" queryout output.xml -w -T The resulting output file appears to limit the number of charcters per line to 2033 characters and cut the data into the next row regardless whether the 2033th character is in the middle of an xml tag. As a result the resulting xml output become unreadable. Any suggestions would be much appreciated. I hope you are using SQL ...Show All

  • SQL Server WMI Configuration?

    Hi All, I tried to install SQL Server 2005 Developer Edition RTM version and SCC failed with the message: "The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine mymachine Error:2147749917(0x8004101d)." Looking on SQLSetup0032_mymachine_SCC.log I have: " Processing article WMIServiceReadRegWorking Scc Error:  50024 (0xc368) Error code: 2147749917 (0x8004101d) Calling callback function for reason: 0x2 Callback function returned TRUE  " I have tried recompiling all WMI classes, chaging WMI DCOM permissions, changing security with WMI snap-in and nothing this solved the problem. (T ...Show All

  • Windows Forms ListBox Bug On Selected Item

    Hello, I guess this problem may have been reported to Microsoft, but I wanted to know if anyone else had a similar problem or may have a workaround. If you click on one item in a listbox, then move your cursor to a different item before releasing the mouse button the program still thinks you selected the initial item even though the item you relea ...Show All

  • Windows Forms Access a file saved in an Application Folder created in a Setup Project in C#.NET

    Dear All, I have created a Setup Project for an add-in created for the MS-Word in C#.NET. The files to be saved are located in Application Folder in File System Editor . A file which is saved in this folder needs to be read during the execution of the program and i couldn't find a necessary code to read this file . The default reading is done to some other place but i want to store the particuler files (an XML file and a  .chm file) in the Application Folder. Hope any one of you all may know a way to read the items in this folder. Thanks. Application .StartupPath give ...Show All

  • .NET Development Xml problem in finding a particular element when reading

    Hi guys. What it the best way to do this I Have an xml file in this format <Countries>     <Country>     <ID>1</ID>     <Name>Italy</Name>   </Country>     <Country>     <ID>2</ID>     <Name>France</Name>   </Country>     <Country>     <ID>3</ID>     <Name>England</Name>   </Country> </Countries> Now i need a way to find if a particular Name exists in the xml and return true public Func ...Show All

  • Smart Device Development Adding web services created in VS2003 to VS 2005 smart device projects as web references

    I've been trying to add a web reference to a web service that was created some time ago in Visual Studio 2003.  This web service works fine and is linked to from several smart device projects. When I add a web reference to the web service in a Visual Studio 2005 Beta 2 smart device project (compact framework 2.0) it seems to work fine until I go to build the solution.  The build constantly fails with the following message in the output window. "Error: Could not load file or assembly 'System.Data.SqlServerCe, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find th ...Show All

  • Visual Studio Express Editions Event Viewer - Access Denied?

    Hello Vikram, Yep, the EventLog service is running...to add to the weirdness, I logged on using another account and can access the eventlog no problems...all my accounts are administrator...just the one I installed Beta 2 with is acting hokey.  Can 't seem to get rid of SQL as well, which I mentioned on a different post...is it time for C:>format c: Davey Yea regarding your SQL query and this, it looks pretty bad. Might be about time for the format.  I use Virtual PC for this very reason. ...Show All

  • Visual Studio Team System [LDD] Import IIS settings does not import WebSite that is no in default Web directory

    Hi all, As the subject says, when I try to import setting from an IIS server, VSTS does not import the website that is not in the default web directory (InetPub\wwwroot). Is it an issue Thank you, Aleks www.Dotnet-Project.com The Visual Studio Team Edition for Software Architects forum is where you want to post this question: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=21&SiteID=1 ...Show All

  • .NET Development Bug using a Serialization Surrogate

    Using also a very simple implementation of Serialization Surrogate the deserialization fail, if there is a forward reference, with a SerializationException and a message:    "The object with ID 1 was referenced in a fixup but does not exist." this is a sample to see the bug: Can anyone tell me if I'm wrong or confirm the error. Also any workaround are welcome. ------------ using System; using System.IO; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters; using System.Runtime.Serialization.Formatters.Binary; using System.Reflection; namespace SerializationTest { sta ...Show All

  • Visual Basic (PLease HElp) Web control 2.0 Visual basic 2005

    I use visual basic 2005..... i have add web control 2.0 to my form but i dont know how to Make it to Click button..!!!! I know how to change text in textbox CODE:::: web_browser1.Document.Forms(0).All.Item("Name of the item").InnerText = "TEXT" Please help me:P i cant solve this problem.. PLEASEEEEEEE Goran If you want to invoke the click event of the button you will use the Click function: web_browser1.Document.Forms(0).All.Item("Name of the item").Click ...Show All

  • .NET Development Quiting remoting client causes error: System.AccessViolationException

    I am experimenting with .net remoting and have written and tried a couple test applications but all of the same problem.When I quit the client I get the following exception.System.AccessViolationException was unhandled Message="Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Source="System" StackTrace: at System.Net.UnsafeNclNativeMethods.OSSOCK.WSAGetOverlappedResult(SafeCloseSocket socketHandle, IntPtr overlapped, UInt32& bytesTransferred, Boolean wait, IntPtr ignored) at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode ...Show All

  • Windows Forms VS .NET 2.0 Setup Project: Full and Minimum installation?

    Hello Community, I am creating a setup (yes, msi) project and i want to allow a choice between a full and a minimum installation. While the full install is big (4 GB) the minimum will only take a few MBs. Currently, i am solving this by adding a panel with two radio boxes, where the user can choose one option and i simply skip the large files by a Condition when the minimum installation is checked. Easy and Works. Now the issue: both the installation options and the conditional installation, come, of couse, AFTER the destination selection panel. and this panel wont let me continue when the user doesnt have enough space fo ...Show All

  • .NET Development Game development with .Net

    Hello, I am looking for samples, articles, guidelines... to write .Net games with .Net. I don't want to use DirectX or, if with DirectX, not using 3D. The category of game is Legend of Zelda, Mario Bros... the ultimate goal being to make a game both for WinXP and WinMobile. Also, I'd like to find help on a 3d-iso game like age of empire or StrongHold. Thanks for any help, Claude A 3d ISO game is just a 2D game, really.  It's in the way it is drawn.  There are some good books on Managed DirectX, I don't think you'll get the speed you want without it. ...Show All

©2008 Software Development Network