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

Software Development Network >> Shrek.NET's Q&A profile

Shrek.NET

Member List

Willimaendu
White-Tiger-Eyes
Igor Solodovnikov
Danny Thorpe MSFT
adi151478
Flecko1
Stéphane Turcotte
Joseph Stalin
Cory Cundy
Manech
pfongkye
BobTheBuild
Philip W
Anarchy
Octavio
trickhat
Hf Kok
Mark A. Richman
r prasanna vignesh
Johanvh
Only Title

Shrek.NET's Q&A profile

  • Visual Studio Express Editions Subtracting textboxes

    I finally got the addition to work. How can I subtract two textboxes Is it even possible I apologize for that. I want to subtract one textbox from another. The textboxes all contain numbers, but somehow VB tells me that they are strings. I am writing a program to assist with a board game and do not wish to incorporate a database (I do not want to have some load SQL server to use the program). The particular code that I am having give the error is: PayCheck.Text = CInt(TotalIncome.Text) - CInt(TotalExpenses.Text) This worked for the addition and a multiplication, but does not want to work for subtraction. ...Show All

  • Visual Basic How to programmatically close IE browser using vb.net

    I am opening report in pdf file through Reporting Services (RS) (SQL 2000 RS) through IE explorer 6.0 (meaning, it will call to C:\program files\internet explorer\internetexplorer.exe first, then it will go through RS to grab the report and display in pdf format). it opens fine when I am on window 2000. when we moved to Win 2003, same code, it still opens the report, but it would also accompany an IE Action Canceled message. I wanted to embbed a few lines of code to close the IE browser programatically using vb.net (after the code that display the report), I am desperately seeking for a solution on this, any help would be greatly appreciated. you could get a list of processes ...Show All

  • Visual C# Cannot access a disposed object?

    Hi, all In my program, there are 2 forms -- Form1 and Form2 On Form1, there is a button "Start", when I click on it, Form2 will appear and start plotting, and the text on the button will be changed to "Stop"... When I click on "Stop", Form2 will stop plotting, and the text on button will be "Start" again. However, when I close "Form2" and click on "Start" again, the following error will be shown: Cannot access a disposed object(object name: "Form2") So I can not open a form again if I closed it... Is there any way to solve this I hope I can start "Form2" again by clicking "Start"... Now, I just know to disable the "Cont ...Show All

  • Visual Studio Native Sybase ASA .NET data provider and VS2005

    Hi All! I've already ask this question in ‘.NET Framework Data Access and Storage’ but nobody helps me. Seems I choose wrong place. I'm sorry if this place isn't good one too. Could someone direct me I have Sybase ASA Net data provider installed, but VS doesn't support it. I can connect to Sybase server via ODBC, but I can't connect by native provider. Server Explorer - Data Connections doesn't contains Sybase driver in list of available data sources. Is this driver can be registered somewhere in VS to allow visual operation Thanks in advance, Alex ander Yes, you are right. DDEX provider is needed. This provider doesn't supplied by Sybase, and it's hard to write provider like thi ...Show All

  • Visual C# Break execution and jump into code

    In VB, I could break into execution at any time by hitting <ctrl> - <break>. This was useful for debugging stuck while loops and breaking into execution when an error was handled. How is this done in VS2005 There's no 'break' key for C# programs. You can stop execution by going to the IDE window and hitting the stop or pause buttons, which will give you excellent debugging options. Otherwise, e.g. if you aren't debugging or you just want to stop the program, you have to use the task manager. ...Show All

  • SQL Server Basic business rules question

    How do you represent business rules in SQL Server I need the database to return an error to a .net app if a business rule fails. Thank you! :) Thanks. Yes, I mean something that allows me to create an elaborate procedure to verify compliance with a business rule. Are triggers the only way I've heard negative things about triggers. ...Show All

  • Internet Explorer Development Windows Vista and ActiveX registration

    Hi all, I was hoping that the new Windows Vista could allow me to install our .ocx plugin on IE7 after IEInstal.exe allowed installation and it does not seem to work. I am using VS 2003 After reading http://msdn.microsoft.com/library/default.asp url=/library/en-us/IETechCol/dnwebgen/ProtectedMode.asp many times I would except the following scenario : 1- our activex is not installed 2- standard user browses a web page where our tag starts the downloading of our installer (lets call it installer.exe) 3- a prompt appears requiring administrator login and pass 4- installer.exe creates our destination folder (with low integrity level) and copy the embedded ourplugin.ocx file in the destination folder then 5 installer.exe ...Show All

  • Visual Studio Team System Does anyone know how to link bugs in VS2005 to MS Projects?

    It seems that "tasks" are linked to MS project but "bugs" are not. What the trick Thanks! What I am trying to do is to track the status and time estimates of the bugs in MS project. And I am hoping that this can be done automatically. ...Show All

  • SQL Server Cannot insert duplicate key in object 'dbo.RunningJobs'

    I'm using SSRS 2005 on a Server 2003 machine. Some of my reports run fine but others take a long time to run and sometimes fail with an http error 503. After a report errror happens I find entries in the event log that says: cannot open a connection to the report server When I look at the log files for Reporting services I see an error caused by a primary key violation on the Running Jobs Table: Violation of PRIMARY KEY constraint 'PK_RunningJobs'. Cannot insert duplicate key in object 'dbo.RunningJobs' Does anyone know why do I get such errors Bellow is the error message in the logs: w3wp!library!6!21/08/2006-09:30:22:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailab ...Show All

  • .NET Development MemberAttribute problem in codedom .Cannot find the right one!

    Hi guys, Happy new year to all of you first. I am trying to generate some methods that Implement an interface. EG I want to something that lookLike Implementing the IEmployee interface without the "Public" modifier IList<Employee> IEmployee.GetEmployeeList() { } I do the following private CodeMemberMethod GetEmployeeList() { CodeMemberMethod GetEmpList = new CodeMemberMethod(); GetEmpList.Name = "IEmployee.GetEmployeeList"; GetEmpList.Attributes = MemberAttributes.Public | MemberAttributes.Final; CodeTypeReference IListType = new CodeTypeReference("IList", new CodeTypeReference("Employee")); GetEmpList.ReturnType = IListType; ...Show All

  • SQL Server CE upgrade tool?

    Have anyone written a tool to upgrade from CE to Everywhere that is easier to use that the upgrade.exe program Thanks Hello Pete, Thanks for the link to your program. I ran the program and got this error message: SQLMobile appears not to be installed - can't continue. Cab files should be in the C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0 folders on your PC What product/SDK is it expecting Thanks Tom ...Show All

  • Commerce Server Product with two prices

    Hi, I have have a Variant Product which belongs to a Product Family. Now i want that this Variant Product can have 2 prices as one is the normal ListPrice and the Order is the price which encludes 1 year maintenance. How can I do thad Simply add the second price to the custom properties but then I have to change the whole site and all the Pipelines. Is there an other way, one that is easier Thanks Sure, thats the easiest way but it's a problem then I alreadig got quite a few variants for this Productfamily and if every variant get's now a seccond one then I'm going to have som many variants for one Product Family that the overview is too bad. I can tell you that, I have one Product that is lic ...Show All

  • SQL Server MDX Query never finishes

    I am populating flatfiles from MDX queries run i SSIS against AS databases. I have ran in to problems with MDX queries returning large resultsets that never finishes. The query performed is purchase calculations over different time periods for each member in the customer dimension. There are 6-8 calculated members created and the customer dimension contains about 3,5 million members. When query is run, after 1-2 hours the server stop allocating memory and starts to get data from cache in intervals. In the end of each interval, memory is dropped. In perfmon it seems to be no activity during long periods I have given it as long as over 3 days without any result. Server is 8 x 64bit cpu with 16 gig memory. Some help in this ...Show All

  • Visual Studio Express Editions Visual Web Developer 2005 & Website Administration Tool?

    I've installed Visual Web Developer 2005 and do not understand how to setup the Website Administration Tool Actually, as I understand the situation, you have to have ASP.Net, the .Net Framework, and IIS with FrontPage Extensions installed on the remote server. -Tim <MSFT> ...Show All

  • SQL Server Login failed for user 'NT AUTHORITY\NETWORK SERVICE'

    Any help would be very very much appreciated as I am about 15 hours into this :( Background is a development system with ASP.NET 2.0 and SQL express 2005. The server is SQL 2005 standard edition. Any ASPX pages that connect to a database results in errors. I have 2 identical servers with Windows server 2003, one has SQL Express and the other has SQL Server 2005 standard. that is the only difference between these systems. The scripts that work seamlessly when uploaded to the SQL Express server dont work on the SQL Server 2005 My connection string is  <remove name="LocalSqlServer" /> <add name="LocalSqlServer" connectionString="Datasource=servername;Integrated Security=SSPI;initial catalog=C:\INETPUB\WWWROOT\test\ap ...Show All

©2008 Software Development Network