Sudipto's Q&A profile
Visual Studio 2008 (Pre-release) Avalon Beta and VS2005 - Black screen in browser window
Hi All, I'm having a problem with the Nov CTP on VS2005 whereby when I run a very basic application all I get is a black screen in a browser window. It seems to work on a fresh reboot (sometimes) and will not work again. I'm noticing others having the same problem... http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.windows.developer.winfx.avalon&lang=en&cr=US Any clues ...Show All
Visual Studio 2008 (Pre-release) LINQ Preview removes Refactor from VS context menu?
For some reason the Refactor item disappeared from the context menu that appears when you right-click in the Visual Studio editor. I'm guessing that this was a result of me installing the new LINQ Preview today. Uninstalling the LINQ Preview did not restore the menu item. I had to do a "repair" of Visual Studio to get it back (always a time consuming and fun process). The language service (IDE edit ...Show All
Visual Studio How can I set the build action property of an item from a item template ?
Hi, I developed project template and item template. My item, which is based on an item template, has a specific build action. How can I set it from the item template I don't find any property or any element in the Visual Studio Template Schema Reference to do this. I tried the subtype attribute of the ProjectItem element but nothings happens. In the thread below, the question was similar but the response is ambigous. > ...Show All
Smart Device Development No Symbols Loaded when loading native DLL on windows mobile 5 device.
Hello, I'm trying to debug a native DLL running on a Windows Mobile 5 device but it keeps saying "No symbols loaded". Here's a list of checks I've made: - the project (as well as all other projects in the solution) is set to debug. - Properties > Configuration properties > C/C++ > Debug Information Format = /Zi. - tools>options>debugging>symbols are set to all folders that have a *.pdb file in it. - I c ...Show All
Windows Forms ClickOnce deployed to web server, but only run from my local machine
Hi! I have a window application developed in vs2005 and I want to deployed it on the web server by using clickonce publishing, for example, http://server/myapp/publish.htm . I can access the site and install the application succeessfully, but other client can not. The other client machine will get the following error: "lanching application. Error: the following error occured attemping to install 'C:\document and setting\myname\local ...Show All
Visual C++ msvcr80.dll Problem
Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin Thank you for sharing the solution to this msvcr80. ...Show All
Windows Forms Delete row and updating database through datadset
Hi, I am using following code to bind the myControl (Some bindable control): DataSet dsTrims = new DataSet (); dsTrims = MyProvider.ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myControl.DataSource = bindingdataSource1; All the data get visible to myControl when run the application. I can also update row into myControl and this update also tak ...Show All
Visual C# plugin based applications in C# projects
I know c++ and c# well.But never develop a big project that have so many components and will be extended for long time. 1-)I need advices from developers.How must i design it If i design it fully native code(c++)Must i build it over com technology or something else And what must my project settings be 2-)Especially i think that i want to design my UI in c# and then other parts that my algorithms are working with c++.Because i don't ...Show All
Windows Forms Smart Client Installation Problem
XPSP2, C#, .NET 2.0, IE 6.0.2900.2180.xpsp_sp2_gdr.050301-159 I've written a simple Windows Forms application. It publish's without error to my localhost and remote (Internet - possibly not IIS) host. Locally, when I click on the [Install] button, every thing works fine, the app installs, checks for updates, can uninstall from the Control Panel etc etc... no problem. If I click on the [Install] button on my remote (real) web site, it ...Show All
Smart Device Development How to get system infomation, just like About dialog shows
Hi all, From the "Setting->About". We can see "OS version", "RIL version", "Radio version"..etc. Is anybody know how to get these information I think these info. can be retrieved by some API, but i can't find it. Hi, You can get information using APIs. Reference links are: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcecoreos5/html/wce50grfSystemMan ...Show All
.NET Development How do I call a executable from C# .NET Form?
Hi all, Maybe this is a fairly dumb question, but I will ask it anyway: Is there a way to call a executable from a C# APSX .NET file Though this (calling an EXE from ASP.NET) is not recommended, please check out http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp FAQID=67 for a solution. ...Show All
Windows Forms Problem with Adapter.Update
I have a datagrid, dataadapter anda dataset. I need to update the database when the user moves to the next row in the datagrid. I have awritten the following code in DataRowChangeEventHandler. But it is not updating my datatbase. Can someone please& ...Show All
.NET Development Webservice cache-control overwrite?
Hello, I am using Flash MX 2004 to access a .Net webservice and I want caching to be enabled through the CacheDuration property. Both Internet Explorer and Flash seem to be sending "CACHE-CONTROL=no-cache" as an http header which disables the cache. Is there any way to overwrite this header before the webservice processes to force caching always Thanks a lot. David Ruiz There's a bug in ASP.NET ...Show All
SQL Server smo and batchparser on 64 bit
I understand that the batchparse dll is supposed to be installed in both the 32 and 64 bit GAC. But on my machine, I can find neither. My installation of SQL 2005 was typical not custom. What did I miss TIA I had installed Sql 2005 and then tried to use a sample vb program that used SMO. The program threw an exception when I tried to parse through a collection of tables from a database. Yesterda ...Show All
Windows Forms read CSV or an easy way to convert to Access
I have to import files into a database, and i have that capability but i would like to do some checks before this takes place, such as verify that the appropriate columns are present, verify that the number of rows are a certian number,&nb ...Show All
