You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can this work in Visual Studio 2012? IF so - what are the steps to set it up ?
Tried to open in VS2012 - but seems like something is not right. For example under the website project, the ChatWindow.cs and ChatWindow.Designer.cs, and ChatWindow.resx are all separate noeds in the solutikn explorere (i.e., not nested under ChatWindow.cs)
The text was updated successfully, but these errors were encountered:
Right now I am targeting VS 2015 and .net framework 4.6.
The reason why they are separate is because the files aren't under the website project they are just linked to files under the windowsformslib project. So that I could leverage the built in winforms designer but compile it against the ReVision.Forms library in the website project.
Can this work in Visual Studio 2012? IF so - what are the steps to set it up ?
Tried to open in VS2012 - but seems like something is not right. For example under the website project, the ChatWindow.cs and ChatWindow.Designer.cs, and ChatWindow.resx are all separate noeds in the solutikn explorere (i.e., not nested under ChatWindow.cs)
The text was updated successfully, but these errors were encountered: