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

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

NotMyself

Member List

Bassam72
Jebrew
Troy Lundin
mrdenny
HarveyC123
yazoox
Rattlerr
Tryst
Araki66
wbrogdo1
vgta
rucky
Beyond Blue
red60man
Alex2200
LouisVanAlphen
anders_sms
The_Postman
Evidica
hanbb
Only Title

NotMyself's Q&A profile

  • SQL Server Unable to run a report after deployed in a remote server

    Hi All, I encountered the following error after I deployed a report to a remote server. The deployment process was successful, however, when I try to run the reports from the remote report server, It gives me an error message saying: An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'SessionOLAP'. (rsErrorOpeningConnection) For more information about this error navigate to the report server on the local server machine, or enable remote errors On the other hand, I deployed this report on the local machine and it is running perfect. Do you have any idea how to deal with this problem Thanks! In Report ...Show All

  • Visual C# Exception has been thrown by the target of an invocation?

    hi, What do these errors mean Method 'GetDataAdapter' in type 'Business.SimpleDataAdapter' from assembly 'Business.DataAdapters, Version=1.0.0000.00005, Culture=neutral, PublicKeyToken=12fgdfg12fgeg2gfdg' does not have an implementation. Warning 1 Exception has been thrown by the target of an invocation. 0 0 why do they stop the UI designer from displaying the form Thanks. The method is ... public virtual Business. IDataAdapter GetDataAdapter( ) { return new DataAdapter ( ) ; } Sorry for the confusion, i have only just started here and this is someone elses code im tryin to figure out. Thanks. ...Show All

  • .NET Development How can I put more WebService Classes in a WebService(.asmx)

    I remember that I can put more WebService Classes in a Web Service, and then I can get list of classes after I just add only one web reference. In VS2005, I can't find how to put more WebService Classes in a WebService(One WebService(.asmx) can only contain one web service class) Please help me, or in VS2005 can define only one WebService Class in a WebService(.asmx). ...Show All

  • Visual Basic error. "Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key colum

    Hello im new to vb.net 2003 but have used vb 6 for years and dabbled with 2005. A program that would usually take me a few hours to make i am on day 5, 4 and a half of which have been trying different ways to get it to update, and not one of them will post the information back to the SQL 2000 database I am actually going insaine. Please Please can somebody help me!! The best i can get out of it is this error. " Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information " I have googled it and come up with the fact the primary key isnt set right, but i still cant get that to work. Here is the peices of code that are relevant. Dim strSQL As ...Show All

  • SQL Server Deserialization failed

    I am installing SSRS for the first time. I tried to create a simple report and I am getting the following error: Deserialization failed: The type initializer for 'Microsoft.ReportDesigner.Drawing.RptStyleConstValue' threw an exception. Line 2, position 2. Does anyone know how to fix this error Thanks, Patrick You have a problem http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=811976&SiteID=1 ...Show All

  • SQL Server SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.

    Hi, Is there a way to catch the exeption ( SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM)  with in SQL Server, so it does not need to be caught in the code calling the procedure. E.g. I do not want to send null to the stored procedure.   e.g. The stored procedure should be able to catch dates that are outside the range 1/1/1975 and 12/31/9999 and change them to the limits. E.g. IF @StartDate < CONVERT ( DateTime , '01/01/1753 12:00:00' ) BEGIN     SET @StartDate = CONVERT ( DateTime , '01/01/1753 12:00:00' ) END IF @EndDate > CONVERT ( DateTime , '01/01/1753 11:59:59' ) BEGIN     SET @EndDate = CON ...Show All

  • Visual Studio Tools for Office Bookmarks alternatives?

    I'm using VSTO 2005 to write a Word 2003 customization that uses bookmarks to remember specific document ranges between sessions. Even though I'm using hidden bookmarks, it seems like there must be a better way to do this. Roughly, my customization creates hidden bookmarks when my users highlight a part of their document and click a button I've created to store special structured annotations about the text they've highlighted. The annotation object stores the name of the bookmark, and when the annotation is clicked, the bookmark is selected. One problem (among other limitations with bookmarks) is that the users can still check the "show hidden" box and delete my hidden bookmarks. Is there another structure that functions like ...Show All

  • Visual C++ dshow.h

    Hi all, Where can i get dshow.h and its related directX header files Thank you. you need to download Platform SDK from here . for your reference: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=161818&SiteID=1 if you have further question, post them to the right forum in this forum list , thanks bite ...Show All

  • Visual Studio Express Editions Store a TableAdapter as a variable

    I am trying to refer to a tableadapter in a code and am having trouble: i am trying to do something like this: Dim tblAdpt As Object For i = 1 to 10 tblAdpt = Main.Controls( "Table" & i & "TableAdapter1" ) 'loop through and update 10 tables ' define items of dr tblAdpt.Update(dr) next i Is it possible to do something like this Thanks in advance. Pete M Main is the name of my form. But nevertheless, I can't define tbladpt as TableAdapter. when i do, the program won't build. I don;t think there's a TableAdapter class ...Show All

  • SQL Server Temporary table name

    Hi all Is it possible to name a table when a script runs with the date ie select name, address into test (date) from company where the (date) is will be todays date Thanks Richard Please note that sp_sqlexec is deprecated since SQL Server 2000 (maybe even SQL70) and shouldn't be used. Also, the code needs to protect against SQL injection like: DECLARE @tablename as CHAR(20) DECLARE @SQLString as NVARCHAR(100) SET @tablename = QUOTENAME( 'Test'+CONVERT(CHAR(12),GETDATE(),112) ) SET @SQLString = 'SELECT Name,Address INTO '+ @tablename +' FROM Test' exec sp_executesql @SQLString But another alternative is to create a table with a fixed name and rename it like: ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Dream Build Play Contest Question - Using languages other than C#

    I've managed to use Chrome ( www.remobjects.com ) to create some small XNA demos that use the content from SpaceWars. The rules do not mention whether non C# langauges are allowed to enter the contest. Since there are several .NET 2.0 compatible compilers out there shouldn't this contest allow these entries as well as they can use both the Windows and XBox 360 XNA assemblies. Just to clarify, I have Visual C# Express and Game Studio Express installed on my machine, but am using Chrome via Visual Studion 2005 to write and compile my XNA demos and the plan is to use that combination to write future XNA games and contest entries. Could someone from the XNA contest team please clarify your position on the use of non C# languages for the Dream ...Show All

  • Visual C++ Is there any line combo box in VS 2005 or color picker???

    I wanna do something like in Excel Char wizard, User could choose line style and line weight, marker style and color thank you very much, i really need to know as soon as possible. Something like these http://www.codeproject.com/combobox/colorpicker.asp http://www.codeguru.com/Cpp/controls/combobox/colourpickers/article.php/c1793 ...Show All

  • Visual FoxPro subfolders

    Hello friends Is it possible to know the names of a folder and its subfolders programmatically If yes how do i do it >> Is it possible to know the names of a folder and its subfolders programmatically See ADIR() in the help file. This little routine gets the name of all first level sub-folders and places them in on the clipboard: ******************************************************************** *** Name.....: GETSUBDIRS.PRG *** Author...: Andy Kramek *** Date.....: 23/09/2004 *** Notice...: Copyright (c) 2004 Tightline Computers, Inc *** Compiler.: Visual FoxPro 09.00.0000.1912 for Windows *** Function.: Build a ";" separated list of SubDirectories and copy it to the clipboard *** Returns..: String *** ...Show All

  • Visual Studio 2008 (Pre-release) DLINQ SubmitChanges() failure on SQL 2000

    I have a sample application which works with our SQL 2005 server but not with the SQL 2000 server. When the data is bound to the grid the save button works just as expected with the SQL 2005 database, but fails when I use the SQL 2000 database (which is on the same server). I modified the DTC configuration on the client and server after referencing this article http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=230390&SiteID=1 , but still get the error "The transaction has already been implicitly or explicitly committed or aborted (Exception from HRESULT: 0x8004D00E)". Sample Code: public partial class Form1 : Form { DataGridView _grid = new DataGridView (); BadgerDataContext _dataContextSQL ...Show All

  • Windows Forms Problem with localization feature

    Hi! I use Visual Basic 2005 Express Edition and I have created an application with two languages: Spanish and English. I have written in English with Localizable=False and after I have finished my work, I set Localizable=True. Save All and Run. Everything is fine. Now i set the Language on the Form to Spanish and change some Labels (Text). Save All. The Spanish version of my application is fine. When I switch to the Default Language my Form is corrupted (some properties removed). Any idea of how to solve it Edit: I have found another user that has the same problem: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=193009   ...Show All

©2008 Software Development Network