Mike12's Q&A profile
Visual Basic (0xc0000135)
I made a program on VB and it worked fine.But when i sent to a friend of mine the program didn't work and this error was shown " the application failed to initialize properly(0xc0000135 )" I don't know what this is or how to solve the problem. I'm using WinXP SP2 Greek and my friend WinXP SP1 English so this might be a problem.Or maybe a missing dll or something. I just want to tell me the cause of the problem and how i can solve it if you know anything about it. Thank you for reading this and i'm sorry for any grammatical errors. well, it looks like this thread is already dead or something, but still... i also had .net framework 1.1 installed, and needed 2.0.50727(or something) to run a program a ...Show All
Windows Forms Server Application Unavailable
hi all, I got this error while working Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. its urgent ...give me solution For asp.net questions, I recommend you post them on http://forums.asp.net for better responses. Here are the search results on that forum: http://forums.asp.net/search/SearchResults. ...Show All
SQL Server Custom Property Question
I have a custom transform, with a custom property of value 1. My question is, can I change that value during runtime with the value from a variable Thanks Hi, I have exactly the same problem, and I would like to share your solution if possible Thanks a lot in advance LVT ...Show All
.NET Development custom plugin questions!
Hi there. I have no idea but had a sudden urge to ask about things like this, I guess its good for the knowledge! I have an app created in .NET 1.1 I *may* wish to implement plugin's with the application, so developers can create their own plugin's for the application. Question 1) If a plugin was created in .NET 2.0, will it still work with the .NET 1.1 application (obviously assuming they have both frameworks installed) Question 2) How would one go about creating plugin's for their application Question 3) Is it possible for this plugin to implement/"subscribe" to public events exposed by my application, so when I raise an event, any of the plugin's who have a subscription to the event, is notified Th ...Show All
SQL Server Long wait times for simple SQL on 2005
I have an existing application deployed on many SQL 2000 servers running without issue. We installed SQL 2005 (8 way DualCore) and the most simple trivial SQL statements are taking an extreme amount of time (e.g. an identical query in 2000 took 10 ms is taking a couple of minutes in 2005). The data in the tables being queried are very small (low row count < 400; and low row size < 1k). When profiling 2005 we see the connection going into a status of 'suspended' with a wait type of 'ASYNC_NETWORK_IO'. There just simply is not enough data being retrieved for a lag to occur returning data to the client. Has anyone seen anything like this Any thoughts I haven't seen anything relating to NETWORK_IO, ...Show All
Visual Studio Team System TSD 301: There is already an object named...
When I build my solution I am receiving the error: TSD 301: There is already an object named...in the database I checked the local <dbname>_DB_GUID database to confirm that it does not exist in this database and it's not there. I'm sure there are no other objects in the database that might cause a naming conflict. If I take the script of the view that failed and run it directly against the <dbname>_DB_GUID database, the script succeeds. Any ideas What happens when you reload the project If it persists can you please delete the projectname.dat file in your project directory (this is the project cache) and tell me if that cured the problem Thanks, -GertD ...Show All
Visual Studio Team System Managing files and status
I'm evaluating TFS and I miss the following features: The option to see deleted files in source code explorer and files that haven't yet been added to source control. Why can't TE detect the state of my local files. Occasionally I manage files outside TE. I want a recursive "Update Status" action to detect which files have been modified locally. Together with (1) I can then overwrite a bunch of files, update status, check out the files, and finally check in the updated files. I like the StarTeam feature where I can have a "flattened" view of my source tree and then group the files by state. That makes it easy to vey quickly identify files that I might otherwise forget to add and files that have been overriden and thus ...Show All
Software Development for Windows Vista Can DataExchange service hold variables?
I would like to know whether "LocalCommunicationServices" could have a .NET property to hold data returned from within the workflow .This way the host can get hold of this property and tap the data out instead of using events where the same activity would raise a custom event and the host would recieve the data through the events arguements.(This is a long way of getting things done.....). The doubt is whether the information on this property is volatile especially when whe have our runtime hosted in a webservice and caters to many client calls. Thanks in advance.... The only piece of data that you could retrieve from the service would be 'id'. This is because 'id' is the only data ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How to grant time?
Sleep(); Wait(); Slerp() -- lol r2d2-proton wrote: Incidentally, when returning from a game the Run loop will redisplay the splash screen again – unless of course an Exit is requested. Well, yeah, you would expect a loop to do that wouldn't you r2d2-proton wrote: So yes, I would say that the Game class needs a rework. Or your code does. There's nothing wrong with the Game class. It sounds like you need a better gamestate manager . ...Show All
Visual C# Interface implementing Interface
is there a realtime scenario where we would need this it compiles successfully though. public interface IA { void GetSal(); } public interface IB : IA { void GetTrySal(); } The other possibility if is that someone may be trying to divine the interface off of a blank object and do specialized processing from that type.... If they get IA then they do (IA) processing otherwise its IB. if (objectUnknown is IA) ... do this ... if (objectUnknown is IB) ... do this ... But if I were designing for that scenario, I would expose a flag off of the interface to identify for such occurrence... ...Show All
SQL Server howt to change ConnectionString in Context
Hi All i am very new to SQL CLR, I create create an sample stored Procedure and registed the assembly and execute the SP in the query window , its working fine. But my doubt was - 1) In the SQLConnection object ,its like ( "context connection=true") What is the use of this string and can i change this string to like this " Data Source=SystemName\SQLExpress;Initial Catalog=SampleDB;Integrated Security=True " is it possible to change the connection in the SQLConnection constructor with any databse connection 2) Is there any possobility to add configuration file in SQL Server project Please any one help me to know ... Thanks in Advance... Hi, 1) the context connection uses the ...Show All
.NET Development Custom Debugging
Hello, In my application I have included the VB compiling services which allows my users to write code snippets at runtime, which are compiled into a .DLL into memory. What I would like to do is allow them to debug these code snippets. At a minimum I would like to be able to step each line of code. Is this possible If so could somebody please advise me on the steps I need to take. Thanks, Rob Panosh Advanced Software Designs Bottom line is that you need to ensure you've got a PDB for the generated code. You can verify this in VS's module window. This may be a bug in the codedom. I found with C#, you need to set the CompilerOptions property explicitly to "/debug:pdbonly". I would have expected that setting Includ ...Show All
Visual Studio 2008 (Pre-release) HostingWpfUserControlInWf example crashes
I have Spetember CTP I need to host a XAML form in my Winforms Application ;I have found the sample application from the 6.0 SDK ..WPF\MigrationInterop\HostingWpfUserControlInWf I compile the appliction and every thing is fine ; I run the applicationfrom VS2005 and the application crashes ; I run the application and step through the code ElementHost host = new ElementHost (); host.Dock = DockStyle .Fill; // Create the WPF UserControl. HostingWpfUserControlInWf. UserControl1 uc = new HostingWpfUserControlInWf. UserControl1 (); // Assign the WPF UserControl to the ElementHost control's // Child property. host.Child = uc; // Add the ElementHost control to the form's // collecti ...Show All
Smart Device Development windows mobile chat application
I want to develop a simple chat application on windows mobile 5.0. I found a useful article http://msdn2.microsoft.com/en-us/library/aa446527.aspx . are there any other tips or codes for it Thanks Not really. Why don't you try it and ask questions about specific problems should you encounter them ...Show All
Visual Basic System.Configuration.ConfigurationManager.AppSettings Does Not Exist
I am trying to upgrade a VB 2003 program to VB 2005. One warning I am getting is: 'Public Shared ReadOnly Property AppSettings() As System.Collections.Specialized.NameValueCollection' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings' C:\CS\CSolution\bin\Classes\Utilities.vb 8380 25 CSolution 1) what does the ! mean in the terminology of " System.Configuration!" above 2) More importantly, in " System.Configuration.ConfigurationManager.AppSettings" I cannot get ConfigurationManager to show up as an option in intelesense. It shows as an error if I try to use it anyway. 3) I have searched help, and for the life of ...Show All
