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

Software Development Network >> Abhilash CR's Q&A profile

Abhilash CR

Member List

CBueche
Basani
alvi_du
CandyMe
Tryst
Tomas Jecha
andrescasta
TuanTuan
Edwardvb
soanfu
maverick_majnoo
Bob Mack
rmgjohnes
frankjespo
Dave9999
DragonC#
Anthony Abate
ar_pad
baldeagle16
h1
Only Title

Abhilash CR's Q&A profile

  • Visual Basic Error code BC30691

    Hi, I'm passing from VB NET 2002 to VS 2005, but I'm getting this error code and I can't find anything about it, at the error list the message is Error 41 'frmMain' is a type in 'GlobeEst' and cannot be used as an expression. D:\Desarrollo NET\GE\4.0\GlobeEst\frmMain.vb 0 0 GlobeEst My guess is that you have figured this out by now, but if not, you'd need to post both this line of code and where frmMain is defined in your app. Also, did you upgrade this app using the upgrade wizard Toddap_MS ...Show All

  • SQL Server Business Intelligence Development Studio not installing from Toolkit

    Everytime I went throught the express Toolkit install and I chose, all components, it just responded with "nothing to do." I installed the BIDS by just executing vs_setup.msi. as mentioned above. This seems to have worked partially. Visual Studio is now there. However, no templates are available except "Blank Solution" The case seems some Report Builder/Model Builder templates should exist What am I doing wrong What can I do to fix the problem Where can I find the "report building templates " Thanks. AIMDBA AIMDBA wrote: My general impression is that since Management Studio Express is already installed, the installer thinks that Business Intelligence Studio is ...Show All

  • Visual Basic Ctrl + Enter in WebBrowser control

    how do i allow the web browser to enable Ctrl + Enter so that one can just type google then Ctrl enter. i was tring to allow Ctrl + enter like in IE u can type google, then Ctrl + enter then, "www." and ".com" will be added. but i did it using a button already, in the button click event i did, the code maybe wrong but its something like that - i am typing from school, i don't have vb in this lab if txtAddress.text not like(" www.*.com ") then txtAddress.text &= txtAddress.text.insert(0, "www.") txtAddress.text &= txtAddress.text.insert(txtAddress.text.length, ".com") ...Show All

  • Visual Studio Tools for Office Publish Excel 2007 Add-In using ClickOnce

    Hi, I'm trying to publish my Excel 2007 Add-in  with VSTO 2005 using ClickOnce but I'm not having success. Is it possible to publish my Add-in using ClickOnce How  can I do that Thanks.   Hi Helio, I assume you are VSTO 2005 Second Edition. VSTO2005 does not support Click Once but does have a publish experience. Briefly once you publish the solution you will also need to - Install the pre-requisite on any client machines (.NET, VSTO 2005 SE runtime, Office PIAs) - Make a local copy of the application manifest. - Trust the solution to run using CASPOL - Register the add-in with the appropriate registry key Details of how to deploy VSTO2005 SE add-ins can be found here: ht ...Show All

  • Visual Studio Tools for Office Outlook Addin Deployment VSTO

    Hi I had Outlook Add-in first working properly, but then when I deleted it and published none of the menu items simply did not show up. Then I tried to use the same code and to new project but it did not work once again. The ture is that Outlook Addin is stored automatically in Visual Studio folder at My Documents, whilst AddinLoader.dll is in MicrosoftShared folder. Do I have to copy my outlook project to Microsoft shared folder or vice versa Here is the error I am getting PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0 ...Show All

  • Smart Device Development VS2005, CF2.0, C++, Platform selection

    My development environment is Visual Studio 2005 Enterprise. I have a C++ application containing both managed and unmanaged code. I've successfully compiled it for the Win32 platform. It executes correctly in that environment. The next step is to install it on a CE 5.0 using the Compact Framework (2.0, sp1 installed.) I cannot figure out how to switch VS from the Win32 platform to any other platform without losing the C compiler switches that enable it to use managed code. My process: 1. Using wizard, create a new solution/project for C++, Console Application (which is the model I want to use.) 2. I immediately "Build". All is well. It says "Hello world." 3. I select Configuration Manager, and choos ...Show All

  • Visual Studio Express Editions Cursor locked into a text box

    I will post the whole code below. The form works fine the first time around but when adding a second database row (a second record) the cursor will not leave the date time text boxes (masked text boxes) once entered unless a valid date is entered. Public Class NewVehicle Dim Ready1 As Boolean = False Dim Ready2 As Boolean = False Dim Ready3 As Boolean = False Dim Ready4 As Boolean = False Private Sub NewVehicle_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Me .Vehicle_filtersetTableAdapter.Fill( Me .M1DataSet.vehicle_filterset) Me .Vehicle_typeTableAdapter.Fill( Me .M1DataSet.vehicle_type) End ...Show All

  • .NET Development Ping with multiple network adapters

    I have a computer with 2 network ports. I need to verify connectivity to another computer through both ports. The Ping class is what I want to use, but it doesn't look like I can specify which of the two ports to ping. Is there any way to specify which port to ping from When you say PORTS, did you mean two NICs or interfaces When you ping what interface is used is determined by the routing table. So if you are connected to two different subnets, pinging each of the different addresses will use the two different interfaces ...Show All

  • Software Development for Windows Vista Need help with finding my Windows Vista drivers

    I just bought myself a new system some weeks ago.. And now I sit here with my new fresh Windows Vista Ultimate retail bundle here.. But I got one, rather big problem.. Where is the drivers Do they even exist yet What's the ETA My new system looks like this : CPU: Intel Core 2 Duo E6600 @ 3.08GHz Motherboard: ASUS P5N32-SLi nForce680i Memory: 2x Kingston ValueRAM DDR2-533MHz 1024MB (Total 2048MB) Graphic Card: MSI GeForce8800GTS Sound Card: Creative Audigy 2 ZS Devices: Linksys WUSBGv4 (USB-Wireless network adapter), Logitech G5 (Mice), Logitech G15 (Keyboard), Phillips SPC 900 NC (Web cam) So does it exist x64-bit Vista drivers for my hardware and devices If it does, please post links (or post any ETA on drivers, if you know it) ...Show All

  • .NET Development Infrared receiver

    I want to create a program that receives information from a normal TV-remote. I have a IR-receiver in my computer but i have no idea how to use it in my programs.     Edit: found out how to do but i still need help I created a SerialPort from the formdesigner and assigned it to the COM-port where i have my receiver Then i added a receive-event that looks like this: private void serialPort1_DataReceived( object sender, System.IO.Ports. SerialDataReceivedEventArgs e) {    int btr = serialPort1.BytesToRead;    byte [] buffer = new byte [btr];    serialPort1.Read(buffer, 0, btr);    Console .WriteLine( "---------START-----------" ); ...Show All

  • .NET Development Errors using the UploadFile method

    I'm attempting to write a .NET 2.0 web service to upload a file using a specific user ID and Password. I would like to avoid using the ASPNET machine account for security issues. Here is my exact code snipet: My.Computer.Network.UploadFile("C:\sample.log", " http://localhost:3477/wsFileUpload/Uploads ", "testuser", "testuser11") I'm receiving the following WebException error: The remote server returned an error: (405) Method Not Allowed Further error trapping reveals: Status=ProtocolError Sometimes I am receiving: The underlying connection was closed: An unexpected error occurred on a receive. Status=ReceiveFailure I am attempting to run this on my local PC. VWD 2005 Express created a \WebSi ...Show All

  • SQL Server Table join problem

    Hi CREATE TABLE [dbo].[Users]( [Id] [int] IDENTITY(1,1) NOT NULL, [UserName] [nvarchar](50) NULL ) ON [PRIMARY] INSERT INTO [dbo].[Users] VALUES('Unal') INSERT INTO [dbo].[Users] VALUES('Volkan') INSERT INTO [dbo].[Users] VALUES('Duygu') INSERT INTO [dbo].[Users] VALUES('Elif') INSERT INTO [dbo].[Users] VALUES('Mehmet') INSERT INTO [dbo].[Users] VALUES('Demir') CREATE TABLE [dbo].[Agenda]( [Id] [int] IDENTITY(1,1) NOT NULL, [ActivityName] [nvarchar](50) NULL, [UserId] [nvarchar](50) NULL ) ON [PRIMARY] INSERT INTO [dbo].[Agenda] VALUES('school excursion','1,3,4') INSERT INTO [dbo].[Agenda] VALUES('party','6,2,3,1') Table Name : Users Id UserName 1 Unal 2 Volkan 3 Duygu ...Show All

  • Visual Basic Moving projects

    Hi there, This might be a really stupid question but I'm having trouble saving VB.NET projects in other locations as backup. What I want to do is save the project somewhere (eg memory stick) so that if something bad happens I've got a copy somewhere. However, when I choose save as a message box pops up stating that the project must be saved in the original location. I can save the forms and module elsewhere individually. Thats fine for this project as there are only a few things in it but what about larger projects I can save the solution elsewhere but then it can't find the project because it's expecting it in the original location. What I need to know is, is there a way to save the project, taking the forms with it, in another l ...Show All

  • .NET Development sending data to server via webservice

    i want to create one client application(pocket pc) which sends data to the server using webservice.result will be displayed in server when the send button is clicked in pocketpc. any blogs or codings related to this send me http://www.codeproject.com/netcf/GoPaWebSrvBegnrs.asp ...Show All

  • Visual Studio 2008 (Pre-release) Code expression in XAML

    Hello friends. How could I put an expression in XAML format to do this (for example): C# would be: myControl.Height = otherControl.Height + 1; Thanks. ...Show All

©2008 Software Development Network