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

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

Furqanms

Member List

Dmitry Lysenko
GRLisa
GKM
capere
BMF
Kevin Farlee
Bassim Matuk
Jared Edis
DaveStacy
Tim Goodwin
csharp.romz
dfgdgdfggfghg55rrgr
nanci ruhl
wall
Michael Wheeler
CMOYA
Shridhark
Wade1701
Bachi
Quartzite
Only Title

Furqanms's Q&A profile

  • SQL Server Having trouble using my component

    Hello, I have a component that I've built on one machine, compiled it, added it to my toolbox and it works fine. Now, I've ported (i.e. copied and pasted) the code to the project environment. it still compiles OK but for some reason it isn't made available when I go "Choose Items..." I've a feeling this is a problem with strong naming or something. In my AssemblyInfo.cs file on my laptop (where it works) I have the following: [assembly: AssemblyKeyFileAttribute ("Conchango.SSIS.snk ")] [assembly: AssemblyDelaySignAttribute ( false )]   On the dev environment (where it doesn't work) we have: [assembly: AssemblyDelaySign ( fals ...Show All

  • .NET Development Testing web services

    The test *.asmx page that Visual Studo generates doesn't support invoking web methods which utilizes ByRef parameters. Before I go and possibly reinvent the wheel, I'm just wondering if anyone has already written a generic test program to invoke web services with an user-provided SOAP message Richard Try using WebServiceStudio:     http://www.gotdotnet.com/Community/UserSamples/Details.aspx SampleGuid=65a1d4ea-0f7a-41bd-8494-e916ebc4159c Daniel Roth ...Show All

  • Visual Studio Express Editions MdiParent hides part of mdiChild when scroll

    I've MdiParent with Children. The child has Autoscroll = true. But, If the scroll appears, the mdiparent hides a part of the child. If I hit (I make the window larger or smaller) the sizable border, the mdichild is correct. Screenshot 1 (wrong, see the scrollbar): http://img96.imageshack.us/my.php image=scr13hu.jpg Screenshot 2 (correct, by hitting the sizable border) http://img76.imageshack.us/my.php image=scr25he.jpg My question: why does this happens And what's the solution Might i ask how you are loading the form Maybe you could post a code snippet ...Show All

  • Visual C++ EOF()

    Hi, I have been using EOF() and it has almost worked for me till today. I have two files which has some numbers per line separated by space characters. I used to get each and every character until the EOF is reached. I made a program to read the text file. It works for the one of the file and for the other when I run the same program the loop never ends. The text file is like 90MBin size. So it is very hard for me to check what exactly is happening in the end of the file. No matter what happens at the end, doesn't the eof only denotes a Boolean 1 when the pointer to the file reached the end of the file How can it go on without ever finding ...Show All

  • Software Development for Windows Vista .NET Framework 2.0 Install fails on Vista Beta 1

    Just done a clean install of windows vista beta1. Attempting to install .NET Framework 2.0 either directly or as pre-requisite from VS 2005 or SQL Server 2005 gives fatal install errors. Other similar posts indicate a compatibility problem with the .Net Framework 2.0 provided in Vista beta 1 and the release versions of these tools. Anyone know if there is actually a work around for this hi Alex, I also facing the same problem, i installed the 5112 beta 1. .Netframework 2.0 installation failed during Winfx installation. I tried to install 5284 its not having any issues with WinFX but IIS is missing in ...Show All

  • Visual Basic lost object reference after sort

    Hi All, Who could help me sort out this problem It seems that an object reference is set to null after sort! Probably a mistake from my part, but still a mystery. If some one can take a look on this piece of code . You can observe that the msgbox - following the sort -although identical to the one preceeding the sort- triggers an error"Null Reference Exception was unhandled. Object reference not set etc." ******************************************************************************************** Public Class Form1 Public objData() As Part = New Part(2) {} Private Sub Form1_Load( ByVal sender ...Show All

  • Smart Device Development Application.Exit() problems

    Hello, as part of my application i have been designing for 2 months now, i use multiple form objects within the application. After a form has been opened, to close it i used the Application.Exit method, this would close the particular form and everything would be fine. Since isntalling the Service Pack 2 (and ive tried 3) runtimes on my device, when i open a new form inside the application, after ive done what i want to do with the form and try to close it the same way as before (i have made no code changes) it seems to close every single form that is open and terminate the entire application. Ive searched through the changelog for SP2/3 ...Show All

  • SQL Server using text type ?

    how can i use text Type in procedures to add texts and select them and how to use this type with cursors ...Show All

  • Windows Live Developer Forums Sample Timeouts

    The sample is timing out for me when I run a simple search.  Any ideas   I've tried passing proxy server info and adding a custom GetWebRequest with no keepalives. System.Net.WebException: The operation has timed-out at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at WindowsSearchFormVB.MSNSearch.MSNSearchService.Search(SearchRequest Request) at WindowsSearchFormVB.WindowsSearchForm.frmSearchSample.btnSe ...Show All

  • Visual Studio Team System Startup error

    Can you tell me what the following error means. This error has only started to come up this morning during Team Foundation startup. And I found that the Work Items are no longer accessible. There is plenty of space on my local hard disk and my user account should ahve appropriate permission as I have been work in Team Foundation for several days now. What else can I do to resolve the problem TF30330: Team Explorer cannot write to the project list configuration file. Free up space on the local hard disk. If the problem persists, contact the administrator for your computer to confirm that your user account has appropriate permissions to ...Show All

  • .NET Development well format xml

    Hi,  I get an xml file, which is not well formed, it's structure is like: <groups> <group> <name></name> <desc></desc> <items>  <item>    <name></name>    <desc></desc>  </item> </items> </group> </groups> As you can see, the problem is, that some nodes are defined in different mapping types. I can't do anything  with the xml input as I don't generate it. How can I well format it without much of work In fact I need to load it into a dataset. My personal idea was take a regular expression and ...Show All

  • SQL Server Anyone else finding this painful?

    Although I am sure I will grow to love this new product I can honestly say that everyday has been a painful experience. Most of this, once again, is the learning curve to the new product. Moreover, each accomplishment leaves us feeling as if we are doing things the wrong way. Here is an example... We are populating lookup tables from a staging environment. This is pretty straight forward, insert records that don't already exist in the destination. Unfortunately, the only way we could get this to work properly, outside of just writing T-SQL for everything, was to use a lookup transformation and redirect the error rows into the table. Altho ...Show All

  • Visual Studio 2008 (Pre-release) Getting Started with Interactive Designer (blur with XAML & CS code)

    I am just getting started in Interactive Designer. The problem i facing now is unclear with the XAML code as well as the CS code. Do the XAML is only control the UI and CS is to control the page events Secondly is regarding to code some interactive events in page designer So, it is code through the XAML or CS code Thanks ... hi steven, i'm new to xaml. i may not answer ur questions, but i could clarify one thing that what ever u can do with xaml code ....u can do it in CS code. sris ...Show All

  • Windows Forms Missing ticks when in tracing mode?

    I noticed that my herbivores sometimes don't get called every tick. Especially when they are attacked by a quick carnivore (e.g. Beast), they stay paralized and miss sometimes more than 5 ticks!!! I've put a WriteTrace command at the start of every LoadEvent, so this isn't about my animal thinking too long. It seems that animal is just not called for m ...Show All

  • SQL Server SOAP Lite client error problem with CGI code - Help

    Hi, I have been working on a soap client project for over a week now and can not figure out what I am doing wrong. I am not an expert using Perl or SOAP so any help would be "greatly" appreciated. I get basic errors throughout, starting with: Error - SOAP::Transport::HTTP::Client::send_receive: POST It seems as if the user access information is not carried through as it should, but I truly have no idea what the problem is. Here is what I have put together so far. Thanks, Mark sub procgetmemberinfo { my $pin = "$form{'lPin'}"; my $password = "$form{'sPassword'}"; my $soap = SOAP::Lite -> ...Show All

©2008 Software Development Network