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

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

Electronic75

Member List

The_Postman
deen
.NET Developer
Eric Bickle - BlueRealm
hUmAnzZ
hallscreations
AsifHameed1
NetPochi
doughboy
Sarah21
rf09
engrkurt
Rabtok
migeold
kkumgul
JuKiM
dferraro
aashta
Jake52
Ruprect8696
Only Title

Electronic75's Q&A profile

  • Visual Studio TransformComponent - null node set

    I'm using the November CTP. While trying to generate my documentation I get the following error. Info: SaveComponent: Instantiating component. Info: BuildAssembler: Building topic R:Project Error: TransformComponent: A error ocurred while executing the transform '', on line 0, at position 0. The error message was: Expression must evaluate to a node -set. XslTransform (v2.2.2505.29188) Copyright c Microsoft 2005-2006 My document xml is not null and does not have a null node set. Any thoughts on what could be causing this I'm using the prototype presentation. I am not sure. Let me ask my team to investigate further as I am will be on vacation until January 10th. Anand.. ...Show All

  • .NET Development how does an xml file that contains 3 values look like pls?

    I need an xml file with 3 values: field1 : value1 field2 : value 2 field 3: value 3 Can you help me with that Thanks One possible xml file matching your requirements is this: < myDoc field1 =" value1 " field2 =" value2 " field3 =" value3 " /> Cheers, Dimitre Novatchev ...Show All

  • Visual Studio Error installing March CTP

    After the installer gets to "Copying new files" I get a messagebox with "Error 1706.No valid source could be found for product Microsoft Visual Studio 2005 SDK February 2006. The WIndows installer cannot continue." The dialog has yes and no buttons, although I'm given no decision to make. Clicking either one rolls back the installer, and it ends up with "Visual Studio SDK installation failed. (Error Code = 1603)." in the main instaler window. And it leaves one of the three msiexec.exe processes that it started orphaned and still running after setup.exe exits. Do you have your Feb CTP download around I suspect this is a registration issue and that uninstalling the Feb CTP first will let y ...Show All

  • Visual Studio VS2005 - Cannot add Resource to Project

    Hi, I'm not real certain in which forum to post this question. I couldn't really find an appropriate forum for it. Visual Studio 2005 crashes 100% of the time when I do the following: 1. Select My Project 2. Select the Resources Tab 3. Add or Remove a resource. I'm running the following version: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Anyone have any thoughts or ideas on how to resolve this I haven't re-installed. The thing is that it works fine on some projects. I re-created the project where it fails and I'm getting the same thing! Thanks interesting. Just to remove doubts, can you disable your anti virus software Now, what happe ...Show All

  • SQL Server Calculated Cell

    Some calculated cells need to be migrated from Analysis Services 2000 to 2005. In 2000 we have them only on a single cube. In 2005 we are migrating the entire database as a cube and the cubes within 2000 are implemented as perspectives in 2005. Is there any elegant way to ensure that the calculated cells do not affect other cubes(perspectives) in 2005 ...Show All

  • SQL Server SELECT How to... - another crazy join?

    Hi All... Consider the following tables: TroubleTicketLog Date Event New Value 1/1 chg status 1 1/2 chn admin 1 1/3 chg status 2 Status Id Text 1 Submitted 2 In Progress 3 Closed Administrators Id Text 1 Bob 2 Bill I want to populate a dot net grid view and need to get the appropriate text for the New Value column, but which table I use is dependent on the value of Event. I've wrestled with inner joins till i'm blue in the face... Any thoughts Much thanks! -- Curt select t.date, t.Event, coalesce(s.[text],a.[text]) as [text] from TroubleTicketLog t left outer join Status s on s.id=t.[new value] and t.event ...Show All

  • SQL Server Rebuilding System Databases on a cluster

    I am having trouble rebuilding the SQL 2005 system databases on my cluster. The Cluster hardware failed completely and I am recovering from scratch (but only 1 node at this time) The Win2K3 OS is recovered and communicating with the domain. Cluster services have started and the quorum is online. The clustered SQL instance is offline because there is no master.mdf present. I run the setup command as per BOL: start /wait setup.exe /qn VS=<VSName> INSTANCENAME=<InstanceName> REINSTALL=SQL_Engine REBUILDDATABASE=1 ADMINPASSWORD=<StrongPassword> SAPWD=<NewStrongPassword> SQLACCOUNT=<domain\user> SQLPASSWORD=<DomainUserPassword> AGTACCOUNT=<domain\user> AGTPASSWO ...Show All

  • .NET Development The server committed a protocol violation. Section=ResponseStatusLine AGAIN

    Hi I’m using VS 2005 (.NET 2.0) I have been reading many post reflecting my problem I didn’t want to make a new post but I can't find those solutions to work for me. I’m talking about this exception: System.Net.WebException: The server committed a protocol violation. Section=ResponseStatusLine I know the theory: the problem is the server is not sending the right format of the HttpResponse Base on RFC2616 with is the format accepted for .NET etc etc. I can’t change the server response.That is a fact! I have seen two solutions: This one is suppose to work fine for .NET 1.1 Code located in the app.exe.config <system.net> < ...Show All

  • Visual Studio Express Editions process invisible

    Hello, I have designed a program with VB express that when run from the .exe file, it runs as a process. I have prevented the program from showing in the taskbar when running minimised as I want the program to be invisible to the user. I used the form properties to do this. But now when I run it it shows up as a tab down near the start button on the desktop. How do I make it invisible when running in the background Note: I still want it to be seen in the Task Manager so I can shut it down from there. Also: Why is my program showing in the Task Manager as a process and not as an application Thank you for any help. Harvs. ShowInTaskBar should be False - Hides the application. How ar ...Show All

  • Windows Forms Re For Ken Tucker

    A normal combobox has databindings so that data for DisplayMember, ValueMember and SelectedValue can be taken from several tables. Does this ability exist for DGV comboboxes I don't see any DataBinding collections. Ok, thanks, Ken. Now I know it wasn't just my inexperience with the class. Fo rme to construct a more useful DGV would be asking a great deal. Would the additons be included in the V2005 Express SP1 Beta In fact it would be helpful if someone knowledgeable posted a message explaining just what types of objects would be addressed in the SP1 Beta.. Certainly not .NET framework software, but what else ...Show All

  • SQL Server Error encountered while executing a UDF

    Hi, I get the following error while trying to execute a UDF. Msg 6522, Level 16, State 1, Line 1 A .NET Framework error occurred during execution of user defined routine or aggregate 'test': System.NullReferenceException: Object reference not set to an instance of an object. System.NullReferenceException: at SalesCentral_Database.UserDefinedFunctions.udfTest() My function is defined as follows: Imports System Imports System.Data Imports System.Data.SqlClient Imports System.Data.SqlTypes Imports Microsoft.SqlServer.Server Partial Public Class UserDefinedFunctions <Microsoft.SqlServer.Server.SqlFunction(DataAccess:=DataAccessKind.Read)> _ Public Shared Function udfTest() ...Show All

  • Smart Device Development Add Today Item

    I have been try to figure out how to add a Today Item which is in quotes and nothing seens to work. Any help would be greatly appreciated. Here is the code that I have been trying to get working. Microsoft.Win32.Registry.LocalMachine.CreateSubKey( "\Software\Microsoft\Windows\Today\Items\'Wireless'" ) Microsoft.Win32.Registry.SetValue( "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Today\Items\'Wireless'" , "DLL" , "netui.dll" , Microsoft.Win32.RegistryValueKind.String) Microsoft.Win32.Registry.SetValue( "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Today\Items\'Wireless'" , "Order" , 1, Microsoft.Win32.RegistryValueKind.DWord) Microsoft.Win32.Registry.SetValue( "HK ...Show All

  • Visual C++ symbol IDR_TOOLBAR1 undefined.

    Hi, I am creating a win32 application with Dialog , i want to create a docable toolbar in that dialog, when i inserted a new resource (Toolbar) named IDR_TOOLBAR1 and using it in source file, resource.h file already included, yet it doesn't recognise IDR_TOOLBAR1, when i find the definition for the same from context meny, it gives a message 'symbol IDR_TOOLBAR1 undefined', but it is there in resource.h. If code for implementing the Docable toolbar in dialog in win32 application, that will be very helpfull for me. Any help will be appreciated. I think you might have renamed that control after adding it. most probably the error will be coming from DoDataExchange function where the controls get binded. Even you rename the s ...Show All

  • Windows Forms Terrarium: can't receive bugs from peers

    I am getting the "waiting for animals to be teleported from other peers" message continually displayed on my screen and the rocks on my landscape are getting pretty lonely. I can connect to port 50000 on the external IP address using telnet and get a connection, I have the NAT box ticked and am using server http://www.davidandangela.ws/Terrarium . I have a full set of green lights indicating I can connect to the reporting and peer discovery services, do not have any animals to send and have not received any teleport attempts. I wondered if I'd been blocked by the other peers for not accepting teleports earlier (before I set up my NAT) but think I read that this would time out after an hour. I am (now) running under administrator, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Passing multiple streams to effects

    Hey all, REALLY sorry if this supposed to be obvious, but i was wondering if any one had any sample code where they are drawing something using an effect that used multiple vertex streams, my shader code is correct, but i just don't know how to pass the two streams to the shaders, i set the two vertex buffers from the two meshes: graphics.GraphicsDevice.Vertices[0].SetSource(mesh1.VertexBuffer, meshPart1.BaseVertex, meshPart1.VertexStride); graphics.GraphicsDevice.Vertices[1].SetSource(mesh2.VertexBuffer, meshPart2.BaseVertex, meshPart2.VertexStride); and in each pass of the effect i run: graphics.GraphicsDevice.DrawIndexedPrimitives(PrimitiveType.TriangleList, meshPart1.BaseVertex, 0, meshPart1.NumVertices, meshPart1.StartIndex, m ...Show All

©2008 Software Development Network