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

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

imanish11111

Member List

osamaT
PublicError
slickred
KMPDEV
spydude777
Rakesh Malik
Georg Wächter
evaleah
toforo
ziman
BIG S
Dasa
zwp
GSReddy
Warez_Willy
Binary
dragoncells
JCJCJC
Hari Singh
steve_thomas
Only Title

imanish11111's Q&A profile

  • Windows Live Developer Forums How to submit my MSN activity?

    According to MSN Activity SDK, it said we can go to http://activity.msn.com to submit MSN activity. But that site is still occupied by World best apps. I try to submit, but failed. It said my application xml is invalid. But it works fine in my testing environment Actually I just want to get AppID and launch my MSN activity through URL, where can I get this Thank you for your attention. Regards, Bill Bill, make sure you do not have any of the "advanced functionality" setting set to "true" in order to be able to upload your msgrp2p.xml file on the contest site. < EnableIP > False </ EnableIP > < ActiveX > False </ ActiveX > < ...Show All

  • SQL Server Installation on Vista

    Hi, I have a serious issue installing sql server express (advanced edition) on Windows Vista Home Premium. I'm doing the install with elevated priviledges but setup of the sql server always fails at the same point with the following error: {Microsoft}{SQL Native Client}{SQL Server}Login failed for user 'sa' I've tried many different combinations, including advanced installation options selecting sql server instance to run as local system or local server but nothing came out of that. I always select add current user to the sql server administrators group. Any help on this issue is appreciated. Below follows the setup summary log: Microsoft SQL Server 2005 9.00.3042.00 ============================== OS Version : Home Edition (Buil ...Show All

  • .NET Development cannot find al.exe in SDK

    Hi I downloaded .net framework SDK v1.1. for getting the localization tools. The al.exe utility that's supposed to get downloaded along with the SDK is missing while other localization tools such as the resgen.exe and winres.exe can be found in the SDK folder. So my question is why is the al.exe utility missing I am having this utility in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder . Can you please check this in your system. It should , if it is not then please reinstall .NET Framework 1.1 . Thanks & Regards Vikram ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA GSE and Vista

    So here's a quick question. I'm pretty sure it's been asked before but none of the combinations I can think of give a definitive answer for me. I'll make this one quick and to the point. Are there any known compat issues with GSE and Vista RTM (currently using Vista Business). Let me know I have completed the install and it seems to be working fine. You do need to make sure that you install VCE and all of the service packs, then install the XNA and SE Systems. But the tip is that you need to run a command propmt with the elevated permissions, then run each of the setups from that command propmt.... not there GUI Interfaces. Here are some of the links for the Vista and Visual Studio Parts. Microsoft Visual Studio 2005 ...Show All

  • Windows Forms Wise for windows Installer - impersonation

    Does somebody knows if we can impersonate (run the setup as another user when they start the setup) We use "Wise for Windows installer 6.0". Is there any alternative for letting a user without administrator rights, installing the application. I know that the most programs ask for who you want to install "all user or only for me". Is it possible that we select "only for me" automatically that a user can install the application ...Show All

  • Visual Basic Object oriented issue puzzles me

    I have a project with a form and 2 classes: Form1, clsAcad.vb and clsAcadPlot.vb I'm trying to keep all my objects in the classes but most methods of these classes use the same objects. This forces me to initialize same objects in both classes, then apply methods on them. So, using code in Form1 I'd have to make sure I pass the same document names to variables in both classes before using them. Can I retrieve the object from the class to the Form1 and pass it to the other class I guess not, that would be a violation of the encapsulation concept. I could combine the 2 classes in 1 In this case I'll have a large class with many methods useless in other projects. Should I use inheritance Is there an easier way of doing this ...Show All

  • .NET Development CLR Thread Object

    I got into a debate with a fellow worker about what will happen to a thread if we set it to null after all the work delegated to that thread is finished. So something on the lines of: Thread go = new Thread(); try { go.Start() // Do Work } catch { } finally { go = null; } As per my understanding, setting the thread to null doesn't specifically "kill" that thread; the GC may be able to free up the space used by that thread object, but what about the actual memory space, stack, etc. that has been assigned to the thread by the Windows OS Because I thought that you can't technically kill a Windows thread without raising the ThreadAbortException Can someone help answer these questions Thanks in advance. ...Show All

  • SharePoint Products and Technologies Problem in IIS after installing WSS 3.0

    Hi all, after installing WSS 3.0,it creates a site which listen on port 80,and all of you know that default web site is working also on port 80. now,i'm trying to change the port for WSS site,but when i changed for example from 80 to 90 or any other port # the site is not working. any one know how can i solve that I guess it depends on how much work you already put into that site that listened on PORT 80. If this is brand new simply go into your Central Administrator and create a new web application to extend and then build your site collection off of that. Pretty simple and straight forward. ...Show All

  • Internet Explorer Development IE 7 RC1 Breaks Scripts

    I just installed IE 7 RC1 and my application scripts stopped working. An example: Dim IE, doc, pics Set IE = CreateObject("InternetExplorer.Application") IE.navigate "about:blank" Do until IE.ReadyState = 4: WScript.Sleep 50: Loop Set doc = IE.document doc.write("test test <img src='abc.jpg'> test") set pics = doc.all.tags("IMG") pics.length now returns 0 Help! Help! What should I modify Thanks in advance kk PS: It was still ok in the beta before RC1 Prabs Chavan wrote: Not sure whether it's' relevant to your problem, but try doing this: Create and set the following registry key: HKLM\Software\Microsoft\Internet ...Show All

  • Visual Studio Express Editions firs attempt to load a database

    I dl the example database adventurWoks_date.mdf then new project -data mn - dd nw data souce - database then chosse your data conection (data source = microsoft sql server database en i browse to the unpacked database then test connection gives the following result: an error has occured while establishing a connection to the sql server when connecting to sql server 2005, thi failure could be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQLNetwork interfaces,error: 26 - error locating server/instance specified)....... hmmm for a newbie...this is too much.... what is wrong anyone ideas or help thx foxster100 lets give this a try: have you downlo ...Show All

  • Visual Studio Team System Set the default lock type to "check-in - Allow users to check out but prevent them from check-in"

    Hi, in one of ours team project we allow multiple check out but we want the defaut lock type to be initialize with the third option : "check-in - Allow users to check out but prevent them from check-in". Where/How can i set this default option FI : Microsoft Visual Studio 2005 Team Explorer Version 8.0.50727.147 Thanks for your help Laurent At present, neither. (edit) anyone reading this -- if this is important to you, please enter a suggestion on connect.microsoft.com so that others can vote for it ...Show All

  • .NET Development Hash Table - Kindly help me

    Please help me in creating hash tables with value directed to another hash table. Kindly quote some websites which contain such source code. In .NET 2.0, use the System.Collections.Generic.Dictionary class. It uses a hashtable under the hood. The MSDN docs have lots of examples. ...Show All

  • Windows Live Developer Forums Atlas?

    Hey, (hope someone from Atlas like smiller could answer this) I wanted to know the source of your Gas Prices layer. I really wanna implement the GeoRSS feed into my app and I cant find the source. If you can tell me... ...Show All

  • Visual Studio 2008 (Pre-release) ADO.NET vNext Installation problem

    I attempted to install ADO.NET vNext today, but upon starting the install wizard, I was prompted with a message box stating: "Could not access network location VisualBasic\ADO.NET vNext CTP\1033\." I have previously installed the .net 3.0 framework, Visual C# express 2005, Visual Web Developer 2005, and the May 2006 Linq CTP. I'm logged in as administrator on my box, so I couldn't imagine it would be a security issue". Does anyone have any thoughts on this, or any suggestions where I might look for answers I didn't have any luck googling on Ado.net vNext installation problems. Thx for any help. I decided to look at the MSI tables with Orca.exe. I noticed in t ...Show All

  • Visual Studio Tools for Office Microsoft.Office.Tools.Word.XMLNode.ContextLeave: Problems with selections?

    Hi all I have a small problem. I'll try to explain it the best I can. The situation is this: I have an XMLNode in a table cell in Word. On the ContextLeave event for this node, I investigate the text in the node, and perhaps changes the text. In my case, to help user write e.g. N/A, by just typing 'na'. But... When the user tabs out of this cell, the selection get's out of sync. Let me try to explain. Normal behaviour when tabbin' from cell to cell in a Word table is that the text in the cell you enter is selected. When I change the text in the previous cell on ContextLeave the selection is off by the number of characters the new text is different than the original. It's a bit hard to explain. My guess is that Word when i pr ...Show All

©2008 Software Development Network