Sanjay Mishra's Q&A profile
Smart Device Development Activesync & emulator just won't connect
I have been doing a development project for about a month now and everytime I sit down to work I dread the wrestling match I'm going to have with connecting the emulator with activesync using the EmuASConfig. Sometimes it will connect up, most of the time I have to repeatedly initiate the connection until finally it hooks up. I thought I had a process where I would delete any partnerships prior to starting and that seemed to make things a ...Show All
Windows Forms Implementing security in the webbrowser control.....
In http://msdn.microsoft.com/library/default.asp url=/workshop/browser/overview/overview.asp#Download_Control , it is stated that Hosts can control certain aspects of downloading—frames, images, Java, and so on—by implementing both IOleClientSite and an ambient property defined as DISPID_AMBIENT_DLCONTROL. When the host's IDispatch::Invoke method is called with dispidMember set to DISPID_AMBIENT_DLCONTROL, it should place zero or a combination ...Show All
Windows Forms Running my application as a limited user brings up the installer
I have a deployment project that is working pretty well, but for some reason, whenever I run the application for the first time as a limited user, it brings up the application installer, a progress bar goes across the screen, and then the program works just fine. I'm not sure what it is doing at this point, so I can't tell how to fix it. Is there any way to get a log of what it is doing, or does anyone know what might be causing this ...Show All
Visual Studio Express Editions registering on Help menu of VB
Have gone through the registration process as far as getting the registration key. Now I am supposed to " From the Help menu of Visual Basic 2005 Express Edition, select "Register Product...." I am very new to VB and can not find a help menu with a "register product" menu choice. I went to create new project, but that help menu didn't have that choice. When you Sta ...Show All
Visual Studio Class Designer / Namespaces
The class designer is a great idea. It doesn't seem to support namespaces though. It would be nice to be able to group by namespace. Also when creating a class in the designer to be able to name which namespace it was to go into, perhaps as our folders replicate the namespace, which folder the class was to go into. Perhaps this has already been done and I just haven't stumbled across how you do this, please respond either wa ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
Visual Studio Team System Object Reference not set error when accessing Source Control...
I recently installed Visual Studio 2005 Architects Edition. I then installed the Team Explorer client for TFS Beta 3 Refresh. When trying to access any Source control on projects I get the following error: "Object Reference Not Set To Instance Of Object" I recently had VS2005 Developer edition and everything was working just fine. Any ideas I fixed the problem myself. It turns out that if you install TFS Client CTP , the ...Show All
Visual Studio Express Editions Customizing menus in VB Express
Trying to add the "New File" command to the "File" menu. In the "Customize" window, I'm dragging the command from the "Commands" list and dropping it into the "Categories" list - but nothing happens. Is this only available in Pro or am I doing something wrong Thanks a bunch Mike File.NewFile is supported by VB Express. Try dragging the command onto the File menu where you want i ...Show All
SQL Server The SQL Network Interface library was unable to register SPN. Error: 0x54b
I am running SQLExpress 2005, on Win 2003. Occasionally in the event viewer I see the message: The SQL Network Interface library was unable to register SPN. Error: 0x54b When I click on the link on the event viewer for more info, there is no further details. Can someone clarify what this message means and should I be concerned Thanks Hi, Is your machine part of a domain or just workgroup This probably i ...Show All
SQL Server Merge replication with dynamic filter
Brand new to SQL Server 2005 and replication, I was able to use online books info to get a replication topology set up (using wizards) and successfully replicate an article (a single table) to a SQL Server Express database. I then cleared the subscription table and added a simple dynamic filter (colx = SUSER_SNAME()), which I can't get to work. Based on what I read, I'm thinking that SUSER_SNAME() is not returning the proper value because the ...Show All
Smart Device Development Bluetooth printer
How can i send data from the ppc to zebra printer while using bluetooth I've tried to send data with a bluetooth chatprogramma but i get the error sending message on client.Connect( New BluetoothEndPoint( CType (cboDevices.SelectedItem, BluetoothDeviceInfo).DeviceID, ServiceName)) the specific error is : no connection could be made because target machine actively refused it... No i don't use fieldsoftwar ...Show All
Windows Forms Checking for a null entry in a textbox
Lets say I have some code and I want to check to see if the user has not entered anything into a textbox; how do I do this In order for some code to work the textbox should contain a number, however, the user may not have entered the textbox yet. The value of the textbox is used in a calculation so I need to be sure the textbox does not contain a null. I have tried a couple of differnt lines of code to check for a null value but they have no ...Show All
Visual C# create a XML ini file
Hello, I have an application where i need to select a data from and XML file and assign this data to a variable. I would like to create a kinda .ini or .cfg file where the next time the user use the application it automatically load the previous choice so that the user doesn't need to reselect that same data. of course if a different data is needed then it should overwrite the xml.ini file which only contains the selected XML data. Any suggestio ...Show All
Visual Studio Team System Component Testing with Team System.
Is it possible to test Web Components or Windows Components with Team System Which tools is the best for components testing Any idea would be appreciated! Thanks. ...Show All
SQL Server Reporting Services Jump to report in ASPX
Hi I have this problem in Reporting Services 2000: When I try to access a new report from another report using "Jump to report" inside one aspx page, it goes straight through the report server, but I need that the second report it remains in the aspx page in the report viewer, for example: I have this page http://computername/folder/RService.aspx Report=report1 and when I click the option to go to next report goes stra ...Show All
