VB.NET - activeX control error

Asked By Rahul Kumar
09-Feb-12 11:22 PM
i have build a setup of my windows application forms and when i run my setup then it gives me an errorwindowless     activex controls are not supported
but when i debug my application then it works properly then why it gives me an error while i run my setup
  D Company replied to Rahul Kumar
09-Feb-12 11:44 PM
Hi Rahul,

give a try to this approach,run this .you might have to use post build to your executable app.

call $(DevEnvDir)..\tools\vsvars32.bat
editbin.exe /NXCOMPAT:NO $(TargetPath)

for more detail http://blogs.msdn.com/b/ed_maurer/archive/2007/12/14/nxcompat-and-the-c-compiler.aspxhere


Hope its clear
D
  Danasegarane Arunachalam replied to Rahul Kumar
09-Feb-12 11:49 PM
1.Delete the form
2.Reset the tool box

And re add the form this will solve the issue
Create New Account
help
Softdelete in vb.net Hi, I am using softdelete in my application.That is, I want to delete from it is working good. Anyway thanks for your great help! I would like to thank Rahul Dave, he guided me in a good way. Hope it will be continue in my
HTTP compression Hi, I have created a web server in a Windows Applications project in VB.Net. I now want the server to support HTTP data compression. I had been trying to some mistake as the output on the browser is not correct. Can anyone help? Regards, Rahul off if you are using .NET to use the ICSharpCode SharpZipLib library for your compression converted to 'Byte' array and then to 'String'. The GZipOutputStream cannot be read. :( Thanks. Regards, Rahul Create New Account
a XMLFile SQL Server Friends, How we can Export a table data into a XMLFile? Rahul SQL Server Programming Discussions SQL Server 2000 (1) VB.NET (1) XMLFile (1) Rahul VB.NET , C#? Uri, Thanks for reply. SQL Server 2000. Now i get the solution. its For can I write a simple text file (Result of a query) without using bcp utility? Rahul Hi Take a look at osql.exe keywords: How, we, can, Export, a, table, data into, a, XMLFile description: Friends, How we can Export a table data into a XMLFile Rahul?
values from xml> I tried but nothing worked. . . If anybody has a solution please reply. . . Rahul VB.NET Discussions RahulRahul (1) VB (1) HTH (1) XML (1) Intellisense (1) Property (1) Rahul (1) Enumerations (1) Rahul, If your property of enumerated type, it will intellisense possible values, for example Public Enum design time . . . when the programmer is writing a code . . I did not really get it . . . Rahul Rahul, Not sure what you mean - VB will intellisense enumerations - if you want to expand on dynamically to happen . . . say I add a new value later, that should also get reflected, Rahul keywords: intellisense description: Hi, I have a class called myclass, with a property Deal I
control and main purpose was to allow easy integration with all .Net development platforms specially VB .Net and ASP .Net. The wrapper works fine but when i implement it in ASP, I is not sending the SIP ACK back to the called handset. Everything works fine with VB .Net and even VB. Any help any suggestions any advice will be appreciated. Thanks Rahul I've been trying to generate the RTC log files and have made required changes in the registry. When i run VB .Net code and initialize the RTCClient interface, it creates the log files but when i do