biju's Q&A profile
Visual Studio 2008 (Pre-release) use xaml pages in asp.net project
hi folks I created asp.net project and want to navigate through it to xaml page by using hyperlink when I did it, I got exception "System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed." used VS2005 and MS windows SDK beta2.0 how I can fix this problem ...Show All
SQL Server Problem with DTSX
I am trying to execute an DTSX for Exporting data from SQL 2005 to Access Database. From SQL Wizard, the Export process is running fine. When I tried to execute the same using an Stored Procedure ( XP_CMDShell 'dtexec /F E:\Shared\Export\Export_Fame_Entity.dtsx' ) it is getting executed for long time.. but never gets completed and thus, not giving any error also. Help required......... regards, Ravi K Mascon Global ...Show All
Visual Studio Team System problems with async call webservice test
Hi, I am working in winforms, I wrote a test method for a function that eventually calls a async web service, and that web service is connected with a completed event so once the async call is completed it will fire the completed event but when i am going through the test manager the completed event of that webservice call does not fires please help me Thanks Rajesh K yes that is happening the unit test framework d ...Show All
Visual Studio Team System New Question
You can help me with Report Builder because I have a few questions about that... ...Show All
Windows Forms Client changes to app.config after click-once publish and delivery.
I have a VS 2005 Win Forms Application that is being developed for a client. Once system tested, I want to hand over the application to the client with some instructions for installation and setup in their environment, i.e. they need to specify connection strings, web service url's, timeout periods, etc in the app.config. There are many settings here that they could potentially change (10-15). However, when I use click-once to publish the ...Show All
Visual C++ Newbie help when compiling with Visual C++ 2005
I've searched all over the place but I can't find much information about this, so can someone please help me When I try compile any app I get the following message, "fatal error C1902: Program database manager mismatch; please check your installation." I was able to find this from microsoft msdn library. Visual C++ Concepts: Building a C/C++ Program Fatal Error C1902 program database man ...Show All
Smart Device Development INSERT problems on a sql server database....
Hi, Here's my present problem : I'm parsing data and I need to insert them into my database. So far, so good, but i'm experiencing some problems, apparently using bit values. My present table is (almost) set as follow : code : int name : nvarchar[4] IsDegr : bit MsgDegr : nvarchar[20] HighestVir : float i've got some other collumns too, but all the data types are defined here. I've already inserted values of int and nvarchar type into other ...Show All
SQL Server sql stored procedure question
I'm trying to insert data into a sql server 2005 table that was created dynamiclly. Data will be inserted into several of these types of tables. I tried to substitute the tablename as a parameter, but got the following error when I tried to execute the query: "Invalid object name '@CDRTableName' . Here is my stored procedure. Notice I included the periods for brevity: <code> ALTER PROCEDURE [dbo].[InsertCDRSearchResults] ...Show All
Visual Studio Team System Time out on webtest - VSDN 2005 Trial Edition
Is there a time out limit on the webtest on Visual Studio 2005 Team Suite Trial Edition What I was trying to do was to run a webtest for every data source row. Which is 501 times. I could successfully do this with 2005 beta version, but on the new one it always stop at iteration 69 (unable to finish the 70th). Can anyone at ms confirm Thanks There is a test timeout. Please see the following thread for ho ...Show All
Visual Basic Using Enter to move to next text box
This used be an issue in VB6, I'm wondering is it better in vb.net 2005. Users like to hit [Enter] (or tab) to navigate from text box to text box. Now I know I can write code to trap the pressing of [Enter] on each text box key press event, but surely theres a better way Any advice, ideas appreciated. Thanks Vayse You can set the KeyPreview property of the containing form to true, and add an event handler ...Show All
.NET Development Controlling the Number of Processes Running.
Hi, Ive created a small app which reads a list of excel documents from a database. These excel sheets when opened run a macro which refresh other sheets, once that is done the sheet closes automatically. What i want to do is limit the number of jobs that the app kicks off to around 2 but how can i tell when the Excel sheet ive opened is finished running its macro. When i start the process can i check to see when it has closed At ...Show All
Visual Basic Access or SQL Which one is better
Hi I'm wondering, which one would be better, i'm creating 2 medical programs, that are going to be running on a local machine, I Use visual Basic 2005 express and don't know if I should develop with access or SQL 2005 express. Which one is better and faster Any suggestions or comments will come in handy. PS. Future versions might have network connections, like for a secretary or interoffice connections. So should i work on access or ...Show All
SQL Server Wildcard Searches
I have a number of functions that require the input of parameters in order to ultimatly create a report under Reporting Services by making use of a Stored Procedure. All the functions etc work as does the stored procedure, but it only works if I specify data that I know exists e.g. DECLARE @return_value int EXEC @return_value = [dbo] . [spWTRalldatareportsummary] @dt_src_date = N '04/28/2006' , @chr_div = N 'NE' , @v ...Show All
Visual C# How to Read/Write DBF file In C# use OleDb
See the topic! Give me an example to show me how to do this ,thx! And my msn is i_will_communicate_through_this_forum@msdn.com I can't insert a Datetime Object into the DBF file,why Yes ,Got a Exception . Say that "A Abnormal GUID" I want insert a Datetime object into .Somebody told me write sql like: insert into [5.dbf] values({^2006-02-20},'leton',23,'question',T) I ...Show All
.NET Development SerialPort SerialDataReceivedEventHandler
Hi, I can't figure out how to get the event handler to work when data is received on the com port. I've looked around the forums here and I downloaded a console sample program that I tested on my computer and it works. But when I try and apply the same Idea to my C# windows form program I can't get the event to fire. Am I doing something wrong Some other post on the forum were talking about using different threads for the SerialDataReceive ...Show All
