Software Development Network Logo
  • Game Technologies
  • Windows Forms
  • VS Express Editions
  • Visual C++
  • Windows Vista
  • Visual Studio
  • Visual FoxPro
  • Windows Live
  • Smart Device
  • Architecture
  • Visual J#
  • .NET Development
  • Visual Basic
  • Visual C#
  • VS Team System

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

NoSuchThingAs2

Member List

loo
Russell Parikh
CHALA
Dmitry Poltaryonok
Mike111
Mikkel Rostock
LogicalVue
Rui Silva18093
Mark Steer
false420
e6henke
Gabriel160938
Juergen Wenz
Alexander Groß
Michael Collins
Kendrew
Mehmet Ali Ekingen
Carmen Lipscomb
JimInTexas
Ger Teunis
Only Title

NoSuchThingAs2's Q&A profile

  • SQL Server Database is read-only.

    Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my ...Show All

  • Visual C++ Warning C4430 not being thrown in friend declaration

    class myClass ; class otherClass { public : otherClass ( int x ): valor ( x ) {} inline int sum ( myClass & obj ); private : int valor ; }; class myClass { public : myClass ( int x ): val ( x ) {} friend otherClass :: sum ( myClass &); private : int val ; }; inline int otherClass :: sum ( myClass & obj ) { return obj . val + ...Show All

  • Software Development for Windows Vista didn't post the entire error message

    Hi everyone, I am having some trouble with the DTC on a client machine and need help to get it working. The problem started while doing some experimenting with the new WCF stuff, but has evolved into a simple client side dtc problem. In a nutshell, I can't get dtctester utility to work. Some interesting points: * I am running winxp sp2 on both client and server * server is running SqlServer 2000 * both computers are in same domain * several oth ...Show All

  • Visual Studio Express Editions Swedish characters and WebBrowser.DocumentText Property

    Being a newbie to VB there might be an easy solution to my problem but at the moment I can NOT find it anyway. OK - here it is: I'm trying to collect info from the Web something like this: Dim content As String WebBrowser1.Navigate(" www.somewebsite.se/horseraces/startlist ") content = WebBrowser1.DocumentText RichTextBox1.Text = content This is OK and the HTML code shows up in the TextBox except fo ...Show All

  • Visual Studio Team System Some steps not recorded

    Hello, One particular page in my asp.net 1.1 application is not recording correctly. Postbacks on the page caused by: a calendar control set to autopostback clicking the Edit button of a DataGrid EditCommandColumn clicking the submit button the resulting redirect to an html page with a "success" message ... are not recorded as steps (requests) in the web test. The only steps recorded from all those requests are ...Show All

  • .NET Development Type.GetMethod is incredibly slower in .Net 2.0

    My application uses scripts that are user provided and generated at run-time. These text scripts and appended into a class, compiled with a code provider and then invoked by reflection. This works great with .Net 1.1 but with .Net 2.0 the Type.GetMethod used to aquire a MethodInfo for invoking a script is performing significantly worse. What takes 0.3 seconds in 1.1 takes 20 seconds in 2.0. This is quite unwanted. Why is this and is there a bett ...Show All

  • Visual Basic Help.

    How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) : ...Show All

  • Windows Forms ultradockmanager

    hi frnds, where can i get some information on UltraDockManager control in Infragistics i ll b thankful to u if u provide the links if any regards, .netguy This a Window Forms forum, not an Infragistics one. Check out their devcenter at http://devcenter.infragistics.com/ Anyway the Infragistics control library should come with documentation. ...Show All

  • Visual Studio Distinguishing debugger-called ToString()

    I am using lazy evaluation to determine a "real" value of an object inside the ToString() override, based on its "unevaluated" value.  The problem is that I don't want the debugger watch to cause lazy evaluation to occur.  Is there a way to know if the callstack contains a debugger call This is my code.  public override string ToString() {      LazyEvaluate(); // note: don't want debugger to updat ...Show All

  • Visual Studio Tools for Office Problems with office sp1 installation

    Hello, I was installing VSTO on a Windows 2003 Enterprise Edition (evaluation copy) when it said that i needed Office 2003 SP1 in order to continue. I've downloaded it from the microsoft site but when trying to install it, i got the following message: "The expected version of the product was not found on your system" I already have Office 2003 installed and i really cannot understand what seems to be the problem. I would be ...Show All

  • Visual Studio Team System Problem with RC during project creation

    Okay, I installed the RC (from scratch since I was using the December CTP and I couldn't upgrade from that) on a clean box. The box is a virtual server on my local network, but I am accessing it via the public IP Address. I received the following error during the creation: Error Unable to connect to the specified SQL Server Reporting Services at xx.xx.xxx.xxx. Explanation The Project Creation Wizard was not able to con ...Show All

  • Visual Studio Team System Problems with Branching

    We are running Beta 3 Refresh and are having problems branching (which worked ok in Beta 2). I created a new folder and then clicked on my main folder (with multiple sub-folders underneath) and clicked Branch. I then choose to put the branch in my new directory I created. It then states: "Preparing to Branch..." and sits there for over 1/2 and never does anything. I then clicked "Cancel" and it sits there for another 30-45 minutes saying "Cancel ...Show All

  • Visual Basic wild card

    Is there a way to use a "wild card "in text when comparing the contant of the text field Example: If RadioButton1.Checked = True And ComboBox2.Text = "Hello" Or ComboBox2.Text = "Hello You" Or ComboBox2.Text = "Hello All" Or ComboBox2.Text = "Hello ***" Then Dim aForm As New Form3 aForm.ShowDialog() End If YN What has been suggested is probably the most efficient way, but if your needs get more complex, yo ...Show All

  • Visual Studio ASP.NET SubReport Parameters

    Ok I have a master -detail report.....Using List and Subreport control. My sub report is found and I add in the properties of the subreport control my paramters from the main report.On the actual rdlc subreport file I add report paramter of the same name and object type(string).I use no default value.......The Main reports runs with the SubReport Error Could not be shown......Using ASP.NET How do I do this so it is a master detail based off o ...Show All

  • Visual Studio Express Editions Can SQL Server Express and C# Express editions co-exist

    The summary of the problem is that C# express requires SQL Server express to be uninstalled before it is installed and SQLServer Express wants C# express edition to be uninstalled., from Microsoft express edition webpages. So is it possible to have C# Express, SQL Server Express and .NET Framework 2.0 to co-exist in a single computer. If it is possible, then which order the installation should be done Right now I am having .NET framewo ...Show All

©2008 Software Development Network

powered by phorum