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

Software Development Network >> Hockey Nut's Q&A profile

Hockey Nut

Member List

bonnielee
vats
Majones
tj-uk
Dean Curtin
daff2
Sinclair Schuller
Edward Pereira
Adam Miles
YA say hello
soheila
Terax
TopDean
Gert Christiansen
IonWarp
Seppo Kääriäinen
Rob Epler
BinCoder
piportill4
William Lowers
Only Title

Hockey Nut's Q&A profile

  • Visual C# Convert ASP.NET 1.1 Visual Studio 2003 to Visual Studio 2005, german umlaute

    I'd like to convert a Asp.net 1.1 Applikation to Visual Studio 2005. The problem I have are some "umlaute" in the column names of the database and the datasets like in HTML - noation ü or ä The after no error's in the converting process the compile throws the following error: Error 1 Unable to convert input xml file content to a DataSet. Invalid 'name' attribute value 'StaatsbA rgerschaft': 'The ' ' character, hexadecimal value 0xBC, at position 8 within the name, cannot be included in a name.'. D:\Projekt_privat\Kopie von www\App_Code\olvmanager.DB_PersonenDS.xsd 1 Message 2 Could not find schema information for the attribute 'urn:schemas-microsoft-com:xml-msdata:PrimaryKey'. D:\Projekt_privat\Kopie vo ...Show All

  • SQL Server Install errror in SQLServer 2005 SP1

    I have a error instaling SP1 for SQLServer 2005 Standard Edition Spanish. The log is the following: ..... Doing Action: SetInstanceProperty PerfTime Start: SetInstanceProperty : Wed Apr 26 16:02:31 2006 <Func Name='SetInstanceProperty'> MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlOriginalMachineName property. Its value is 'WS03'. MSI (s) (48!D0) [16:02:31:827]: PROPERTY CHANGE: Adding SqlLegacyRegPath property. Its value is 'MSSQLServer'. MSI (s) (48!D0) [16:02:31:859]: PROPERTY CHANGE: Adding PreviousInstId property. Its value is 'MSSQL.1'. Using instanced id: MSSQL.1 MSI (s) (48!D0) [16:02:31:859]: PROPERTY CHANGE: Adding InstId property. Its value is 'MSSQL.1'. Previous instance id: MSSQL.1 Using instance n ...Show All

  • SQL Server File extension

    I was told by my website provider that they do not support the .mdf extension and only support the mdb extension. What am I not getting here I am using SQL Server Express 2005. Is .mdf a subset of .mdb Hi Swabbie, No, .mdf is a SQL Server database file and .mdb is a Jet database file. These are two completely different database engines. Your website provider is telling you that they don't support SQL Server. There are a number of providers that do support SQL Server, you may want to consider changing web providers. Mike ...Show All

  • .NET Development Standalone application development VS 2005

    I am trying to develope 2 C++ apps, one using standard windows libraries and the other using MFCs. The MFC one needs to be an x64 app. The apps require to be run from removable media. Also, nothing is allowed to be installed on the host machines that is not already there. Because of the x64 requirement I seem to be limited to using VS 2005 as my development environment. But when I use my apps from a memory stick with the CRT library dlls side-by-side I get an R6034 error. - 'An application has made an attempt to load th C runtime library incorrectly'. Can anyone explain what I'm doing wrong ...Show All

  • Windows Forms Need to make a Basic code editor?

    Hie , I need to make a simple html editor.. but much like VS , or dreamweaver i want to display a list of tags according to what the user types.. i dont want to build my own intellisense or something.... i know.. that all i have to do is populate an invisible list via a database ...and then show it when the user types.. BUT 1. how do i KNOW the text the user is TYPING when he has'nt selected it... ....for eg ... if i type <script... how would i get to know this is what the user has typed (i hope i'm clear enough!).I also need to implement color coding. ....should i like run though the whole text 2. How would i get the x , y positions of the cursor... (i'm still new to C# and .NET).... of course i need the X , Y pos ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Really, REALLY strange "bug" with Vector3

    For my ray tracer, I created my own Vector struct that pretty much wraps a Vector3. The thing is, I used to have just three floats; X, Y, and Z. Now I just unioned them with the Vector3. For some reason, rendering time cut down by about 15% (i.e. from 10 seconds to 8.5). I removed the Vector3 and it went back to being 10 seconds. ...Wtf Is there a hidden type constructor with Vector3 that makes it much more efficient I'm not even using any of the Vector3 methods for my transforms and such. Could anyone tell me what the hell did I stumble into Pon t3h pony wrote: They're exactly the same. Are you sure There must be a difference somewhere! If all of the methods and constructors are t ...Show All

  • Windows Live Developer Forums Robot Invaders Contest Winners

    It's time to annouce the winners for the Robot Invaders contest. The contest ran from May 15th to September 15th and in the end 53 Messenger bots were accepted as valid entries in the contest ( per the how to compete guidelines ). Each entry to the contest was judge by three judges separately using the Judging Criteria outlined on the How to Compete page and then the judges scores were averaged. There were a lot of great robot's submitted but here's the winners: Title Prize LiveBot Grand Mother Nature 1st Spleak 2nd Mobile Record bot 2nd Virtual Secretary 2nd Dr Phile Knowledge 2nd Comtec Travel Bot 2nd Search Bunny 3rd ...Show All

  • Visual Basic Is there a way to have the IDE wrap to the current tab indent?

    If I have a line of code that is indented (say withihn an IF.. THEN loop, etc.) and the IDE wraps the line, the line gets wrapped to to the left margin, not the current indent. This makes the code a lot harder to read. Is there a way to get it to wrap to the current indent Example: Else If Answers.Count >= AnswerNum + 1 Then 'Recycle the ones we already created for previous exercise. NewCue = Cues.Item(AnswerNum) Debug.Assert((NewAnswer IsNot Nothing ) And (NewCue IsNot Nothing ), "Error: ShowExercise is trying to reuse visual controls from previous exercise, but either NewAnswer or NewCue does not exist from previous exercise" ) Else You can u ...Show All

  • SQL Server Remote connection problem

    I have SQL Server 2005. My system is in a local network. In the network others are able to access my database. I have the permission to access the database of others but still I am not able to access the others database. Can any body tell me that what can be the reason Best Regards, Kanhaiya Lal Please provide more detail info here, such as what error message you came across Did you see any clue in Server ERRORLOG Is it connection failure or data operation failure or others What is you configuration such as client connection string, server sku Remote/local client and server OS Thanks! Ming ...Show All

  • Silverlight (formerly WPF/E) Running WPFE in Window Sidebar

    Isn't is possible to run wpfe contents in Windows Vista Sidebar homam Do I need to clarify my question I tried to put a html page containing WPF/E content in Windows Sidebar as a gadget. But it seems that WPF/E doesn't run in Sidebar, it displays a white blank place holder instead of the WPF/E content. Any suggestion ...Show All

  • .NET Development Visual Studio 2003.net Databases Connection not working

    I am using Visual Studio 2003.net and trying to get connected to SQL 2005. Is this even possible to do and if not what is the best way to connect to a database with Visual Basic 2003.net. Before I was able to make a connection with VB 2005 express edition and SQL 2005 express edition but this is seeming to be a “no way hosa” kind of thing. . You may be using Visual Studio Standard Edition. If this is the case I believe Visual Studio Standard Edition database tools will only work with Access and MSDE. If you try to connect Visual Studio Standard Edition Database tools to SQL 2005 or SQL 2005 Express edition it will display an error message stating that: It is only possible to connect to SQL Server Desk ...Show All

  • SQL Server Using shared dataSource while deploying a report.

    Hi, I am writing a script which will deploy a report on the report server. The dataSource used for the report is a shared one and which is already deployed on the report server. What code should be added in the rss script to specify that the report uses the shared dataSource When I searched on net I found an article : http://blogs.solidhouse.com/david.woods/CategoryView,category,SQL%20Reporting%20Services.aspx which specifies a example for using shared datasources. It tries to execute a method setReportDataSources() on a instance variable rs which should be type ReportingService (the variable is not declared). But when the script is executed a rs variable is already declared to be of type : Microsoft.SqlServer.ReportingServ ...Show All

  • Windows Forms Handle CRTL+A with a ListBox

    I'd like to handle CTRL+A in my ListBox to select all the items. I check for Keys.A in the KeyDown event of the ListBox and then check if control was pressed. If so I select all the items in the list. This is working. However even though I'm setting e.Handled = true the key is bubbling up and then it selects the first item in my list that starts with the letter A thus unselecting everything else. private void lstImages_KeyDown(object sender, KeyEventArgs e) { switch (e.KeyCode) { ... other key checks removed ..... case Keys.A: if (e.Control) { SelectAll(); e.Handled = true; } break; } } Ok, got it. F ...Show All

  • Visual Basic VS - prompt before exit?

    When I'm about to exit VS2005 (or VS2003) it doesn't prompt me if I'm sure. Is there any way to set this option I looked in VS options and searched registry keys, but didn't find anything. I'm probably missing something obvious. Can u help me, please Thx in advance I use tabbed document interface, but I really dont see how is this relevant here. I would just like that VS *always* asks me something like "Are you sure you want to quit Visual Studio " when I'm about to exit. ...Show All

  • Visual C++ Using _CrtSetAllocHook - How to match up allocations and deallocations?

    I'm tracking down a memory retention issue in my application. I'm using the _CrtSetAllocHook function to call my own hook function. This is working just fine. However, I can't figure out how to match up the allocations and deallocations to see what is allocating without deallocating. When my app closes down, the offending code cleans up after itself and no leaks are reported. So I need to determine where all memory allocations are happening and find the culprit. Here's the signature for the Hook function: int __cdecl MyDumpClientHook( int nAllocType, void * pvData, size_t nSize, int nBlockUse, long lRequest, const unsigned char * szFileName, i ...Show All

©2008 Software Development Network