StillRockin's Q&A profile
Visual C# Windows Forms application works fine on XP; falls over on Windows 2000
We have a C# Windows Forms application using the December 2005 CAB that I can't get to run on some of our customers Windows 2000 machines. The error is 'Exception has been thrown by the target of an invocation' falling over at the System.RutimeTypeHandle.CreateInstance method call. On the xp machines when we are running the Client we only install the Dot Net framework 2.0 and the client runs with no problems. Any ideas where we shoul ...Show All
Software Development for Windows Vista Bug in RuleSet Editor/Parser
When building a RuleSet from within Visual Studio I'm getting an error when trying to call a method on my Workflow. I'm validating an incoming message, and need to call a method which adds additional information to the incoming message and validates various business rules. When I add a rule action which looks like: this.AddBrokenRule(this.Request.Employee, "First Name is Required", "FirstName") I get the following error ...Show All
Microsoft ISV Community Center Forums Application Deployment Problem using GPO
We have a domain migration process going on. A new AD -domain has been established. The problem is that when we try to use old domain’s server’s folder as a software installation point, system accounts on new domain’s client computers do not have access to these shared folders. Group policies can’t then install anything. Domains have two way trust relationship. "Everyone" has read rights as well as "domain computers" of ...Show All
SQL Server Web application and role management in sql server 2005
Hi every body I'm developing a web application and i like to use the sql server 2005 role management features istead of developing a role management package in my program, I can do it on my tables and othe database items but I have no idea about using database access rights in my web pages to permit some one viewing or updating a web form... Is there any system table or system stored procedure showing access rights in my data ...Show All
Visual Studio Team System Can't Install TFS RC on a Domain Controller???
We can no longer install TFS (RC) on a domain controller This worked in earlier betas and CTP versions. But now I'm told with the installer that this is not a supported configuration, yet the installation guide talks about installing on a DC. I wasted all this time setting up the DC system and get to the point of running TFS install and am told I can no longer do this I've seen Microsoft respondents in the past indicate that you can install on ...Show All
Visual C# Typing in Visual Studio 2005 Text Editor is extremely slow
Has anyone else noticed that typing in Visual Studio 2005 is extremely slow Whey I type it seems that the screen is always 2 words behind where my hands are. It makes it extremely frustrating to get anything done. I'm mainly referring to C# code. It seems like Intellisense is going nuts trying to guess every word I'm going to type and never actually prints the characters to the screen. Has anyone else experienced this I ...Show All
.NET Development .NET UI Application Crash
Hi, We have a vb.NET client UI application which calls a number of web services. The application is intermittantly crashing completely without any evidence of an exception etc. The application is single threaded for the most part, the only area that deviates is a class managing serial port comms via win32 calls. (we do not use p invoke..) I understand the most likely cause for an unexpected termination of this nature is threading - more specific ...Show All
Visual Studio Team System Project creation problem TFS Beta 3
Hi, first of all complements to the great improvents made on the install of TFS beta 3. much easier. I still have a problem though. When i try to create a project i get the following error Error Unable to connect to the specified SQL Reporting Services at http://url:8080/ . Explanation The Project Creation Wizard was not able to connect to the SQL Reporting Services at http://url:8080/ . The reason for the failed connection cannot be ...Show All
Windows Forms Displaying Images from Database into Crystal reports
How Can I Desplay the Image that stored in SQL Server2000 database in an Image Field , I havent Problems with storing the image and retreiving back to the form. I am using this method : Using the OpenFileDial ...Show All
.NET Development Data Source???????
Hello Experts, I am new to this techology. I am developing an application-in which i am uisng vb.net as the front end and ms-access at the back end. My database name is: db1.mdb and table name is: student When i tried to connect with the ms-access database in one-oledbdatadapter- wizard - it asks to enter value for "Data Source"- i don't know what it wants. i gave my db name then the table-but it replied -something ...Show All
Visual C# Access vs c# as frontend
We are looking at a new business application. the application will deal with hr, QA, sales, payroll, inventory, etc. One sales consultant came to us and stated that using sql server 2005 as the backend and microsoft access as the frontend is a good decision. I really do not think it is a good idea. I would rather see something in c# that ties to sql server. dont get me wrong I love access but I think it has it place and for an application ...Show All
SQL Server Return random rows
Are there any way to execute a procedure and return N random rows Add an id column to your table. Then, from application generate a list of n random id-s, and select the rows with those ids. If you specify the context of the application you are intending to do this, more help might be possible. In any case, T-SQL is not well suited for generating random numbers etc. Do this in your app code. ...Show All
Visual Studio 2008 (Pre-release) List
I followed the code from one of the LINQ lesson showing how to retrieve information from the List object as follow: ...... List products = GetProductList(); ........ static List GetProductList() { List productList = new List { { ProductID = 1 , ProductName = "Chai" , Category = "Beverages" , UnitPrice = 18.0000M , UnitsInStock = 39 }, ..... } } The compiler retur ...Show All
Visual Studio Team System False static analyzer warning 6335: Leaking process information handle
I have the following code: class CProcessInformation : public PROCESS_INFORMATION { public: CProcessInformation() { hProcess = INVALID_HANDLE_VALUE; hThread = INVALID_HANDLE_VALUE; } ~CProcessInformation() { ATLVERIFY(CloseHandle(hProcess)); ATLVERIFY(CloseHandle(hThread)); } }; ================== { CStartupInfo startupinfo; CProcessInformation process_information; RaiseLastErrorExceptionIf(!::CreateProcess(szApplicati ...Show All
Visual FoxPro Memory access error
I need some help... When closing our application we are getting the error message "The instruction at "0x02245e30" referenced memory at "0x02245e30". The memory could not be "read"". We don't know what is wrong... any suggestions on how to fix this Any input would be really appreciated. Sounds like you may have a dangling references to an object, left over ...Show All
