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

Software Development Network >> Ram Tangutur's Q&A profile

Ram Tangutur

Member List

Elizabeth Bradley
Aleniko29139
Chouproute
rykk
George Abraham
Paul Deen
hakan Altıntaş
Srikanth.P
Luis Esteban Valencia Muñoz
Noral
arse
davelynas
Magicboy
gs272
AndyPham
El Bruno
Gene R S
masterK
Ritesh Tijoriwala
Aaron Whitney
Only Title

Ram Tangutur's Q&A profile

  • Visual Studio Express Editions Windows Forms Designer Fails to Load

    I'm having a big problem with Visual Studio Express. The designer won't load. I used to get this message: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. No data is available. Hide at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.GetValueNames() at Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.AppendWindowPanes(RegistryKey parentKey, ArrayList windowPanes) at Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.GetRegisteredPanes(String extension) at Microsoft.VisualStudio.Shell.Design.W ...Show All

  • Visual Basic Irritating effect from combo

    I have got a form that I open, in the forms load event i do the following Me .EDF1TableAdapter.Fill( Me .DataSet1.EDF1) Me .ENameComboBox.Text = "" Me .ENameComboBox.DroppedDown = True Me .ENameComboBox.Focus() when the form loads, the combobox is dropdown and does have focus, but its got a mouse cursor showing wait it does go away after you click in the combobox if you dont dropdown the combo it does do it, why Davids Learning its working fine for now. didnt the first time I put it at the end Thanks for helping Davids Learning ...Show All

  • Software Development for Windows Vista XpsReadWriteSign sample bug?

    I have been working with the XpsReadWriteSign sample application. Unfortunately, it has a consistent file bug that I don't know how to workaround. I believe the file object is subject to nondeterministic destruction somewhere, because sometimes the bug does not show up right away if i am in release mode or running without the debugger. If you keep after it, the bug shows up in these configurations as well. To duplicate: On vista, compile and run the sample from the debugger. 1. New File #1, say "a0" 2. New File #2. say "a1" 3. Open File #1 again 4. Open File #2 again, and expect IO Exception, file is in use. Any help would be appreciated... ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A potential bug in the XNA Framework ?

    On two separate occasions my XNA application has crashed because of an AccessViolationException thrown from Microsoft.Xna.Framework.dll!Microsoft.Xna.Framework.Graphics.Texture2D.GetSurfaceLeve(int level = 0). The exception is being thrown when I try to change the render target. Both times the error has been thrown it was after about 5 minutes of running the application without any problems (and on the same line). The second time I kept moving the mouse around and was using the computer to make sure it wasn't an issue being caused by my screen saver. I am not making any native calls into anything except QueryPerformanceTimer() and QueryPerformanceFrequency() which are being imported in a separate class using PInvoke. Render Targets: m_posi ...Show All

  • Smart Device Development Scanning SDK in Compact Framework Issue

    Hi all, I have found an issue with the Imaging/Scanning SDK that the Compact Framework uses and would like to report this issue with Microsoft. How exactly do I go about do this Thanks Tryst The issue is that when I make use of the Symbol scanning (or imaging) API on the MC50 device in my application, and the device memory goes lower than around 7.50 MB (its got the memory slider indicating free program and storage memory on the MC50) I get a SCAN_ENABLE exception. When I get this, it means the scanner is screwed (disabled) until a soft-reset is performed on the device. I guess it doesn't free up all the resources when gets the first error. Symbol have told me that its the compact framework issue (what ever they use for the imager/s ...Show All

  • Visual Studio How to get info about "Build" parameter

    Hi, Solution Configuration Manager contains the following fields (for active configuration): "Project", "Configuration", "Platform", "Build" My question is how to get access to "Build" boolean property through VC++ automation There is no problem to get the information about Project, Configuration, and Paltfrom names using IVsProjectCfg. Thanks in advance, Vadim G. Sub test_for_build() Dim sbuild As SolutionBuild Dim sconfigs As SolutionConfigurations Dim sconfig1, sconfig2, sconfig3 As SolutionConfiguration Dim scontext1, scontext2, scontext3 As SolutionContext Dim bState As Boolean Dim str As String sbu ...Show All

  • Visual Studio Express Editions A load of errors I don't understand...

    Hello. I get the following errors when trying to build a program that uses Winsock: ------ Build started: Project: Winsock, Configuration: Debug Win32 ------ Compiling... ws-util.cpp main.cpp Generating Code... Linking... main.obj : error LNK2019: unresolved external symbol _WSACleanup@0 referenced in function _main main.obj : error LNK2019: unresolved external symbol "int __cdecl DoWinsock(char const *,int)" ( DoWinsock@@YAHPBDH@Z) referenced in function _main main.obj : error LNK2019: unresolved external symbol _WSAStartup@8 referenced in function _main ws-util.obj : error LNK2019: unresolved external symbol _WSAGetLastError@0 referenced in function "char const * __cdecl WSAGetLastErrorMessage(char ...Show All

  • Visual Studio Team System 2 questions about Automation Build / Build Types.

    Hi folks, these are very blond questions - i'm trying to figure out what this Build Automation stuff is in TFS. 1) Are there any url links to that explain what this is and how to get started with it 2) How does Build Types differ from Web Deployment projects Basically, i have some class libraries, a web project and some test cases (unit tests and later on some web tests). I'm guessing the build automation that comes with TFS is used to build my solution, test cases and code coverage and then deploy the website to the iis machine thanks in advance to any help. :) The Build Automation in TFS is called "Team Build", it could best be described as a scaffold that sits on top of MSBuild and integrates your build proce ...Show All

  • .NET Development CLR error in winforms application

    I have an application VB.NET that was first developed under framework 1.0, VS.NET with reference to office xp. later applicaton got upgraded to framework 1.1 and office 2003 in VS.NET 2003. Now the application only works on clientmachines that has been upgraded from office xp to office 2003. If i remove office2003, install officexp and then upgrade to office 2003 the application works fine. Where should i start to look The applications dll have dependencies to mscrorlib.dll version 1.0.5000.0 . in the Deployment project. But the client computer only contains Framework 1.1 and this version of mscorlib is not included in framework 1.1, (i think it is in Compactframework) Could this cause the problem Thankful for any idea or guidance. ...Show All

  • Visual Studio Express Editions SerialPort 101 for a beginner

    Hello, I have spent a lot of time trying to use the serial port command in the toolbox but i was unsucessful. I looked at the samples posted online but i always get errrors. Can anyone explains what are the steps needed to have a sucessful communication (read and write) from and to a serialport.If you can post the code it would be great...Please help Thank you Well you can use an arraylist and just "add" the data read, so globally you would have: Dim theDataItemsRecieved as new ArrayList() then in your DataRecieved event, just "add" the data recieved: Me.theDataItemsRecieved.Add(SerialPort1.ReadExisting()) you dont need to "check" if you are recieving data, the DataRec ...Show All

  • Visual Basic convert image to binary

    hi to all i wat to convert image in to binary but in specefic hight and width convert image in to binry and binary to image if any one have it so please send with code pleas help me Chirag vm, According to your demand, I suggest you to use the BinaryMessageFormatter class that serializes or deserializes an object, or an entire graph of connected objects, to or from the body of a Message Queuing message, using a binary format. For further information, please take a look at the msdn about this class: http://msdn2.microsoft.com/en-us/library/system.messaging.binarymessageformatter(VS.80).aspx There is also a sample project in code project titled Binary streaming of large images from Database that explains how to ...Show All

  • Visual Studio Team System access to the path is denied

    Hi! I am trying to copy files from the buildserver to an other storage. But I get following error message: " Access to the path " \\server\storage1\ Helpfile.chm" is denied. < Target Name = " AfterCompile " DependsOnTargets = " CoreDropBuild " > < Copy SourceFiles = " C:\Helpfile.chm " DestinationFolder =" \\server\storage1\ " ContinueOnError = " false " SkipUnchangedFiles = " false " /> </ Target > But I set write permissions on the storage1 for everyone, and exactly for the tfsservice user ! regards Simon Hi! I spoke with our system administrators, the told me that they set a special perm ...Show All

  • Gadgets XMLHTTP help, please!

    I have utilized xmlhttp on many occasions to power ajax enabled projects and have never had a problem with it until now. The following javascript code is debugged and runs flawlessly in IE7, but does not work when installed as a gadget. Is there something in here that gadgets do not support but IE7 does function GetXmlHttpObject(handler) { var objXmlHttp=null; var strName="Microsoft.XMLHTTP"; try { objXmlHttp=new ActiveXObject(strName); objXmlHttp.onreadystatechange=handler; return objXmlHttp; } catch(e) { alert("Error. Scripting for ActiveX might be disabled"); return; } } function showDisplay() { var url=" http://www.ourwebsite.com/phpscript.php variable=one"; xmlHttp=GetXmlH ...Show All

  • Visual Studio 2008 (Pre-release) What about the big picture enterprise?

    I have been reading many articles about Indigo WCF, ADFS, WSE 3.0, SAML, WS-Federation, and WS-Trust. and most of these articles focus on the application-level logic with .NET code samples. That's fine for application developers, but as an architect I would like to have a better understanding how these technologies are woven together. How will they interoperate with the competing OASIS standards The current state of things reminds me of the early days of CGI and ASP.. with HTA HTX server side files, custom ISAPI filters, etc. Early adopters often had to discard the code later. I would like to get a better idea what technologies are a "safe bet" to build a mission critical system that will have to go live two years from now with ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to use DirectX 10 to get graphices memory ?

    Dear All , I had read the Microsoft white paper for "Graphices Memory Reporting through WDDM" It talk how to retrieveal of graphics memory values . I had use VC++ 2005 wit DirectX 10 SDK to build program , but I wan't to use function "CreateDXGIFactory( )" to get the struct data "DXGI_ADAPTER_DESC" , but compiler alway error , error message "DX10Dlg.obj : error LNK2001: unresolved external symbol _CreateDXGIFactory@8" , can any one help thank you ! Dear All , About you D3D9.H not define new type issue . Please check VS2005 Include file , please adjust the Microsoft SDK v6.0 before DirectX SDK . in VS2005 Tools->Options->Projects and ...Show All

©2008 Software Development Network